IDEs such as RStudio depend on R.framework being in a certain location, but
the R formula currently doesn't install the framework anywhere. This just
adds a friendly message to remind them that they may want to do so manually.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The stable 1.1.x series of fltk is very old and is no longer being maintained.
The 1.3.x series is expected to replace it as the new stable series soon. This
commit adds the ability to install the current snapshot of 1.3.x by using
--HEAD; this is needed by Octave 3.4's new plotting mode.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
qrupdate is a Fortran library for fast updates of QR and Cholesky
decompositions. It is used by Octave.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Qhull is a mathematical library used by Octave. This formula installs all components into the correct locations, including the libraries and headers, so that Octave can use it.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This library resolves an incompatibility between gfortran and
Accelerate.framework by providing gfortran-compatible entry points for a few
BLAS functions that still use the f77 calling conventions. When using this
library, make sure the linker sees it before Accelerate.framework, eg by using
"-ldotwrp -framework Accelerate".
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Commit ca61263... `Cleanup copying config.*' changes absolute to
relative paths in a few places. In recode.rb it is done
incorrectly. This commit finishes the change.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Aardvark shell utils includes three helpful programs:
realpath(1) is an implementation of the realpath(3) function for returning the
canonicalized absolute pathname of an input path.
filebase(1) returns the base portion of a filename, that is the filename with
its extension (e.g. .txt) removed.
fileext(1) returns the extension portion of a filename (e.g. txt).
Signed-off-by: Adam Vandenberg <flangy@gmail.com>