| Age | Commit message (Collapse) | Author |
|
If you install bash-completion before git or something else that creates
the bash_completion.d folder, the install of bash-completion itself
will fail. Commenting out until a proper fix can be made.
|
|
--HEAD installs the latest stable developer release (not the nightly.)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Update gfortran checks for XCode 4 (gcc build 5666).
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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>
|
|
This formula allows installing the brand new version 3.4.0 of Octave.
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>
|
|
Caveats changed to suggest use of `ENV.fortran` over
`depends_on 'gfortran'`.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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>
|
|
|
|
|
|
|
|
More robust code than before, and replaces all usage of `xcode-select -print-path`.
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
The project manager from hell; integrates with
git.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Some back-ends require this folder to operate.
Fixes #4605
|
|
Fixes #4598
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Reports of wget failing to compile against Leopard's OpenSSL,
so reluctantly add this dep.
|
|
Also use a self-contained install method that doesn't require
editing PYTHONPATH.
|
|
|
|
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>
|