Added symengine and associated packages (#1885)

Symengine and associated packages
This commit is contained in:
Jean-Paul Pelteret
2016-10-08 07:45:24 +02:00
committed by Todd Gamblin
parent ccf530ba5e
commit d3daa829f0
7 changed files with 365 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ class Mpfr(Package):
version('3.1.3', '5fdfa3cfa5c86514ee4a241a1affa138')
version('3.1.2', 'ee2c3ac63bf0c2359bf08fc3ee094c19')
depends_on('gmp')
depends_on('gmp') # mpir is a drop-in replacement for this
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)