Update Bliss
This commit is contained in:
parent
a07056d67b
commit
83d4cdc090
1 changed files with 4 additions and 3 deletions
|
@ -26,18 +26,19 @@
|
|||
from spack import *
|
||||
|
||||
class Bliss(Package):
|
||||
"""bliss: A Tool for Computing Automorphism Groups and Canonical Labelings of Graphs"""
|
||||
"""bliss: A Tool for Computing Automorphism Groups and Canonical
|
||||
Labelings of Graphs"""
|
||||
|
||||
homepage = "http://www.tcs.hut.fi/Software/bliss/"
|
||||
url = "http://www.tcs.hut.fi/Software/bliss/bliss-0.73.zip"
|
||||
|
||||
version('0.73', '72f2e310786923b5c398ba0fc40b42ce')
|
||||
|
||||
# Note: Bliss can also be built without gmp, but we don't support this yet
|
||||
|
||||
depends_on("gmp")
|
||||
depends_on("libtool")
|
||||
|
||||
version('0.73', '72f2e310786923b5c398ba0fc40b42ce')
|
||||
|
||||
patch("Makefile.spack.patch")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
|
Loading…
Reference in a new issue