Commit graph

7 commits

Author SHA1 Message Date
Shaun Jackman
41438ead78 abyss: Fix build on OS X 10.8.
Closes Homebrew/homebrew#15109

This patch is from upstream and will be included in the next release of ABySS.
sjackman/abyss#13
sjackman/abyss@f195d2e

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 19:51:00 -07:00
Jack Nagel
53473b6bf5 Clean up MacOS version method usage
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.

"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.

The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Shaun Jackman
900751c583 ABySS 1.3.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-01 08:18:04 -07:00
Jack Nagel
63cde03be4 Fix more quoting issues
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 17:08:57 -05:00
Shaun Jackman
1a61d1af31 ABySS 1.3.3
Closes Homebrew/homebrew#11884.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-25 22:07:43 -07:00
Shaun Jackman
b0f9208097 ABySS 1.3.2
ABySS is a de novo sequence assembler that is designed for short reads
and large genomes.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-22 11:25:37 -07:00