<div dir="ltr">I may have confused things by mentioning AT&T (and Simon) as a<div>source for gfortran. What I had in mind is that the version of gfortran</div><div>that is recommended when building R is available from that source</div>
<div style>(see the R Mac OS FAQ). But this is not strictly necessary when</div><div style>building Octave (or RcppOctave).</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Oct 11, 2013 at 4:35 AM, Renaud Gaujoux <span dir="ltr"><<a href="mailto:renaud@mancala.cbio.uct.ac.za" target="_blank">renaud@mancala.cbio.uct.ac.za</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi,<br><br></div>primary discussions on how to get RcppOctave working on Mac OS can be found on this thread:<br>
<br><a href="http://lists.r-forge.r-project.org/pipermail/rcppoctave-user/2013-October/000010.html" target="_blank">http://lists.r-forge.r-project.org/pipermail/rcppoctave-user/2013-October/000010.html</a><br>
<br></div><div>Tests were carried on on a Mac <br></div>Here is a summary of what we've got so far, thanks to Dominick and Steve:<br><br>  * Preliminary tests show that RcppOctave builds against Octave, when the later is built from source using the instructions from <a href="http://wiki.octave.org/Octave_for_Mac" target="_blank">http://wiki.<span>octave</span>.org/Octave_for_Mac</a><br>

<br></div>  * Mac Ports octave packages are out-dated (3.2.4) and RcppOctave will not build against them<br><br></div><div>  * Homebrew has up-to-date Octave versions, which seem to work fine with RcppOctave. The reference instructions to install it can be found at <a href="http://wiki.octave.org/Octave_for_MacOS_X#Homebrew" target="_blank">http://wiki.octave.org/Octave_for_MacOS_X#Homebrew</a>.<br>

</div><div>Basically this amounts to:<br>    1. install XCode and its Command Line Tools<br></div><div>    2. install homebrew<br></div><div>    3. add the homebrew/science repository (tap in brewing language):<br><br>       $ brew tap homebrew/science<br>

</div><div>       $ brew update && brew upgrade<br>       $ brew tap --repair #may not be necessary<br></div><div>       $ brew install gfortran<br></div><div>       $ brew install octave<br></div><div><br></div>
<div>
There was an issue due to gfortran not being found (not sure if this would be the case after brew install gfortran), and Dominick provided a solution here: <a href="http://lists.r-forge.r-project.org/pipermail/rcppoctave-user/2013-October/000020.html" target="_blank">http://lists.r-forge.r-project.org/pipermail/rcppoctave-user/2013-October/000020.html</a><br>

</div><div><br></div><div>More details when we know more...<br></div><div><br></div><div>Bests,<br></div><div>Renaud<br></div><br></div>
</blockquote></div><br></div>