aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2011-03-13bash-completion: disable install of brew's scriptAdam Vandenberg
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.
2011-03-13mongodb: enable --HEAD installs.Dmitry Plashchynski
--HEAD installs the latest stable developer release (not the nightly.) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-13fontforge - fix linking w/ gettext 0.18Adam Vandenberg
2011-03-13gfortan - update version check for Xcode 4.Michael Wall
Update gfortran checks for XCode 4 (gcc build 5666). Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-13x264: unset GREP_OPTIONSAdam Vandenberg
2011-03-13Revert swfmill to 0.3.0Adam Vandenberg
2011-03-13hbase 0.90.1Adam Vandenberg
2011-03-13hadoop 0.21.0Adam Vandenberg
2011-03-13Remove unused exception; Closes #4652Max Howell
If version cannot be determined, then instruct the user to add one.
2011-03-13Optimise/simplify `brew help`Max Howell
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.
2011-03-13Replace create --cache with create --no-fetchMax Howell
Because since 0.8 we do the opposite, ie. download by default.
2011-03-12Fix inheritance in exceptionsAdam Vandenberg
2011-03-12rtmpdump: normalize CC and LDAdam Vandenberg
2011-03-12Fix 'brew log -p foo'.Adam Vandenberg
2011-03-12Stone Soup 0.7.2Adam Vandenberg
2011-03-12smpeg: uses pkg-config during buildAdam Vandenberg
2011-03-12Fix inheritance for GithubGistFormulaAdam Vandenberg
2011-03-12Fix inheritance in formula.rbAdam Vandenberg
2011-03-12Fix inheritance for ScriptFileFormula.Adam Vandenberg
2011-03-12Update cloc recipe to 1.53Simone Carletti
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12rtorrent: remove check for ncurseswSudish Joseph
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12brew audit: check for missing depsAdam Vandenberg
2011-03-12Allow 'brew install' on relative pathsAdam Vandenberg
2011-03-12Fix 'brew rm -f'Adam Vandenberg
2011-03-12atomicparsley 0.9.4dinkypumpkin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12add caveat for installing R.frameworkDaniel Tang
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>
2011-03-12new formula: octave 3.4.0Camillo Lugaresi
This formula allows installing the brand new version 3.4.0 of Octave. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12add support for installing fltk 1.3Camillo Lugaresi
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>
2011-03-12r - use ENV.fortranAdam Vandenberg
2011-03-12new formula: qrupdateCamillo Lugaresi
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>
2011-03-12new formula: qhullCamillo Lugaresi
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>
2011-03-12new formula: dotwrpCamillo Lugaresi
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>
2011-03-12brew audit - check for depends_on 'gfortran'Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Update gfortan caveatsCharlie Sharpsteen
Caveats changed to suggest use of `ENV.fortran` over `depends_on 'gfortran'`. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Add Fortran configuration to ENV.rbCharlie Sharpsteen
This provides a uniform way for formulae to indicate a Fortran compiler is required. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Add 'brew grep' external command.Adam Vandenberg
2011-03-12use "git clone --depth 1"Armando Di Cianno
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>
2011-03-12updated gettext to 0.18.1.1Fred Wenzel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Homebrew 0.8Adam Vandenberg
2011-03-12'brew fetch' now an official commandAdam Vandenberg
2011-03-12Fix gfortranAdam Vandenberg
2011-03-12Complain if a formula in core won't import.Adam Vandenberg
2011-03-12brew cleanup - do not clean up keg-only brews for nowAdam Vandenberg
2011-03-12brew cleanup - fix formula name in warningAdam Vandenberg
2011-03-12'brew options' now an official commandAdam Vandenberg
2011-03-12'brew test' now an official commandAdam Vandenberg
2011-03-12Silence cleanup warningAdam Vandenberg
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.
2011-03-12Fix UnsatisfiedExternalDependencyErrorGeorge Kulakowski
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>
2011-03-12Fix a halfway-done path changeGeorge Kulakowski
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>
2011-03-12Use ruby style for inheritance.Adam Vandenberg