aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/luajit.rb
AgeCommit message (Collapse)Author
2014-03-12LuaJIT 2.0.3Brett Koonce
Closes #27482.
2013-11-20luajit: fix buildCyril Lashkevich
make amalg separated from make install. Without this build can fail with more than one parallel buildjob. Closes #24530. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-12luajit: add testJack Nagel
2013-11-12luajit: fix debug buildJack Nagel
2013-06-06LuaJIT 2.0.2Michael Johnson
LuaJIT 2.0.2 is the new stable (released 2013-06-03) Closes #20305. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-02-20luajit 2.0.1Anders Bergh
Closes #17974. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-12LuaJIT 2.0.0Austin Seipp
Closes #16003. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31LuaJIT-2.0.0 RC1Austin Seipp
Closes #15786. Signed-off-by: Austin Seipp <mad.one@gmail.com> Closes #15786. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-23LuaJIT-2.0.0-beta11 (with hotfix #1)Austin Seipp
Closes #15611. Signed-off-by: Austin Seipp <mad.one@gmail.com> Closes #15611. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-21luajit: fix auditAdam Vandenberg
2012-08-27luajit: use new dslAdam Vandenberg
2012-06-20LuaJIT 2.0.0-beta10Austin Seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-19Remove redundant :using specsAdam Vandenberg
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>