aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/luajit.rb
AgeCommit message (Collapse)Author
2012-04-01luajit - fix compile errors with clang, llvmnibbles 2bits
Luajit 2.0.0beta9 has patches upstream that fix the compile errors with clang and llvm, thanks to the help of the developer, Paul. Remove the patches at 2.0.0beta10 due out at the end of April. All changes were discussed in several emails. The plan is: * Change the Hotfix patch to apply only to stable. * Patch for missing /usr/include/unwind.h on 10.6.8 with clang. * Patch src/Makefile to not call -dumpspec. Clang doesn't have it. * Remove the instruction to the user to `sudo ln -s`. * Remove the fails_with_llvm. It compiles against llvm 2336. * Inreplaces should persist through version updates. * Respect the developer's choice that optimization is best at -O2. * Remove the hardcoded -O2 so we can set -O2 or switch to -Og. * Override the hardcoded CC=gcc. Use ENV.cc. * Remove the -march=i686 from CCOPT_X86. We set accurate march. * Use args for clarity. * For debug builds using clang, use -Og. See clang man page. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-28luajit: style nitsMisty De Meo
2012-03-28luajit: apply hotfix#1Misty De Meo
2012-03-15Don't shadow `install` options in formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-17LuaJIT 2.0.0-beta9Austin Seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-23LuaJIT: still fails with LLVM build 2336Douglas Creager
https://gist.github.com/1388096 Closes #8755. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-20luajit: Fix build issues on LionDouglas Creager
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-14luajit: use amalgamation when buildingAustin Seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31luajit2: fix --HEAD buildAustin Seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-07LuaJIT beta8 hotfix #1Austin Seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-25LuaJIT 2.0.0-beta8Austin Seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-16LuaJIT: option to include debug symbolsDouglas Creager
These are included in the build artefacts when you pass in the "--debug" flag. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-21LuaJIT 2.0.0-beta7Austin Seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-01LuaJIT doesn't depend on LuaDouglas Creager
The LuaJIT interpreter doesn't depend on the stock Lua interpreter; it can be built entirely on its own. We also install a non-versioned link to the interpreter, at #{HOMEBREW_PREFIX}/bin/luajit. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-19Update LuaJIT version to 2.0.0-beta6austin seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-10luajit: Update homepageMichael Dippery
luajit.org is an umbrella page for a couple related projects; luajit.org/luajit.html is the LuaJIT-specific page. Nicer to open up to that, in my humble opinion. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-24New formula: LuaJITMartin Kühl
Signed-off-by: Adam Vandenberg <flangy@gmail.com>