Add list_url for ompss
This commit is contained in:
parent
1324b32665
commit
917d82be0d
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,9 @@ class Ompss(Package):
|
|||
of our Mercurium compiler and Nanos++ runtime system."""
|
||||
homepage = "http://pm.bsc.es/"
|
||||
url = "http://pm.bsc.es/sites/default/files/ftp/ompss/releases/ompss-14.10.tar.gz"
|
||||
version('14.10', '404d161265748f2f96bb35fd8c7e79ee')
|
||||
list_url = 'http://pm.bsc.es/ompss-downloads'
|
||||
|
||||
version('14.10', '404d161265748f2f96bb35fd8c7e79ee')
|
||||
|
||||
# all dependencies are optional, really
|
||||
depends_on("mpi")
|
||||
|
@ -47,4 +48,3 @@ def install(self, spec, prefix):
|
|||
configure("--prefix=%s" % prefix, "--with-nanox=%s" % prefix, "--enable-ompss", "--with-mpi=%s" % mpi.prefix, *openmp_options)
|
||||
make()
|
||||
make("install")
|
||||
|
||||
|
|
Loading…
Reference in a new issue