aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dotwrp.rb
AgeCommit message (Collapse)Author
2013-06-24Use Fortran ENV helpersAdam Vandenberg
2013-06-24Use :fortranAdam Vandenberg
Closes #20731. Closes #13621.
2013-03-28Change github /tarball/ URLs to /archive/ for formulae A-KAndrew Janke
The `brew audit` check complains about the older /tarball/ URL scheme. Update formulae to use the new /archive/ URL and update the SHA to match. Closes #18813. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-15dotwrp v1.1Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-29Don't use full paths to tools anymoreMax Howell
xcwoclt doesn't have /usr/bin/ar, and superenv ensures that PATHs are in a good order so that our tools are used. std-env may break… but I can fix this by massaging std-env's paths. I want to keep std-env around. It's the traditional route.
2012-04-18dotwrp: use a stable 1.0 and add headAdam Vandenberg
2011-03-21Very pedantic audit fixesAdam Vandenberg
2011-03-21dotwrp: audit warningAdam Vandenberg
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>