Added symengine and associated packages (#1885)
Symengine and associated packages
This commit is contained in:

committed by
Todd Gamblin

parent
ccf530ba5e
commit
d3daa829f0
@@ -35,12 +35,12 @@ class Mpc(Package):
|
||||
version('1.0.3', 'd6a1d5f8ddea3abd2cc3e98f58352d26')
|
||||
version('1.0.2', '68fadff3358fb3e7976c7a398a0af4c3')
|
||||
|
||||
depends_on("gmp")
|
||||
depends_on("mpfr")
|
||||
depends_on('gmp') # mpir is a drop-in replacement for this
|
||||
depends_on('mpfr') # Could also be built against mpir
|
||||
|
||||
def url_for_version(self, version):
|
||||
if version < Version("1.0.1"):
|
||||
return "http://www.multiprecision.org/mpc/download/mpc-%s.tar.gz" % version
|
||||
return "http://www.multiprecision.org/mpc/download/mpc-%s.tar.gz" % version # NOQA
|
||||
else:
|
||||
return "ftp://ftp.gnu.org/gnu/mpc/mpc-%s.tar.gz" % version
|
||||
|
||||
|
Reference in New Issue
Block a user