Commit Graph

13 Commits (2706adcab30d57f9e821828e5cb5be5cd7d22c50)

Author SHA1 Message Date
Brett Koonce 8a8f1cb46c spin 6.2.2
Closes Homebrew/homebrew#13751.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:40:19 -05:00
Jack Nagel 64afeec6d4 Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
Adam Vandenberg 63b276fe88 Spin: style nit-picks 2012-03-09 19:01:35 -08:00
Jeremy W. Sherman 0310aa7329 spin: update to 6.1.0
Closes Homebrew/homebrew#9943.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-03 07:26:50 -08:00
Jack Nagel 89b2018d80 Update bare fails_with_llvm calls
These formulae all compile and run with LLVM build >= 2335.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-28 15:52:44 -05:00
Adam Vandenberg 99b61b9a23 Update fails_with_llvm in formulae 2011-03-25 23:31:30 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Ville Lautanala 20673f9e0e spin 5.2.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-07 06:57:53 -07: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
Adam Vandenberg e1bb919734 Add "fails_with_llvm" to formula to document LLVM build breaks.
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.

Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
2010-06-16 11:50:36 -07:00
Adam Vandenberg 41fbc4636b spin - simpler man install 2010-03-06 23:18:33 -08:00
Max Howell 6d1c59c75c Use dot versions and comment patches 2010-01-23 10:53:41 +00:00
Björn B. Brandenburg f13b04ef69 Spin model checker 5.2.4
A verification tool for models of concurrent systems.

Manually installing spin on Mac OS X is somewhat cumbersome and requires edits
to the makefile, as as detailed at http://spinroot.com/spin/Man/README.html.
The included DATA patch automates this.

(My thanks to adamv, who pointed out how to simplify this formula greatly.)
2010-01-23 10:48:45 +00:00