aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mathomatic.rb
AgeCommit message (Collapse)Author
2012-08-02mathomatic 16.0.1Brett Koonce
Closes #13863. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-13mathomatic 15.8.4nibbles 2bits
* Upgrade mathomatic to version 15.8.4 * Switch from `make install` to `make m4install` * Add a `make` in the primes subdirectory By switching to `make m4install` we get everything in the previous formula plus the m4 macros "which allow easy entry of math functions like sqrt(x) and sin(x) as macros." By adding `make` in the primes subdirectory we get the Mathomatic prime number tools, `matho-primes`. Changelog is here: http://www.mathomatic.org/NEWS Mathomatic runs, and testing it by doing simple math is successful when it's built with clang or llvm from XCode-4.3.2 on Lion. Closes #12219. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-29mathomatic: Update to 15.7.1Libor Wagner
Closes #8845. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-25Update Mathomatic to 15.4.1shikil
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-29mathomatic 15.3.5Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-05-17Modify mathomatic.rb to use OS X included readlineSteven Sartorius
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-05-15mathomatic: update version to 15.0.8David Höppner
2010-03-28New formula mathomaticDavid Höppner
Mathomatic is a portable Computer Algebra System (CAS) written entirely in the C programming language.