ADIOS: disable parallel make

This commit is contained in:
Axel Huebl 2016-08-29 19:06:22 +02:00
parent f2eb1c93df
commit e1464ece55
No known key found for this signature in database
GPG key ID: 472D2C364E21D94B

View file

@ -38,6 +38,9 @@ class Adios(Package):
homepage = "http://www.olcf.ornl.gov/center-projects/adios/"
url = "https://github.com/ornladios/ADIOS/archive/v1.10.0.tar.gz"
# make -j is currently not supported
parallel = False
version('1.10.0', 'eff450a4c0130479417cfd63186957f3')
version('1.9.0' , '310ff02388bbaa2b1c1710ee970b5678')
version('1.8.0' , 'c9116ec31e6b386f0e6ea5ab675c57e9')