| 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>
|
|
|
|
|
|
|
|
|
|
If version cannot be determined, then instruct the user to add one.
|
|
Be more useful by being more concise. I referenced dozens of other mature commands’ usage to figure out what to do here.
Also separated out the help into its own command for consistency.
|
|
Because since 0.8 we do the opposite, ie. download by default.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
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>
|
|
This provides a uniform way for formulae to indicate a Fortran compiler
is required.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Prefer a shallow clone for builds from git repos, as we don't need all
the historical stuff.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When a cellar exists for an unknown formula, no longer print a warning.
External tools using Brew to manage diy-installs will create a large
number of non-formula cellars.
|
|
The refactor branch doesn't catch the UEDE and print the error message
containing information about which dependency and how to install
it. This adds back that logic.
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>
|
|
|