Commit Graph

7 Commits (e081e1b8fd6acb22d0034e52f0fb5196e96e6c7f)

Author SHA1 Message Date
Nibbles 2bits 0a01539263 lzo 2.06 and remove asm disable
This commit updates lzo to version 2.06 and removes a configure
flag that was forcing --disable-asm.  The asm passes make check.
The asm will automatically detect correctly if you are building
for only 32bit (by forcing -arch i386).  That option was not
coded in, forcing 32bit, because 64bit is generally faster.
The make check was left in because this is a compression lib,
and we don't want data corruption.  This compiles with llvm,
gcc-4.2.1, and clang-2.0 on 32bit and 64bit OSX 10.6.8, and
it passes all checks, which take less than a half-second.
Closes Homebrew/homebrew#8128.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-15 09:14:32 -05:00
Birger J. Nordølum 8220aa99ed LZO 2.05
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-19 07:38:14 -07:00
Adam Vandenberg aa304635d7 lzo: remove unused configure swtich 2011-03-14 13:17:18 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Mcklaren 287ec65f8f Updated lzo to the version 2.04
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-09 17:46:16 -08:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Robert Shaw 0f24f432fd New formula: lzo
Formula for LZO version 2.03.
Note: ASM versions compile disabled.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-11 23:08:23 -08:00