Remove Space, Enable Parallel

- remove space before comma
- enable parallel build again (seems to work)
This commit is contained in:
Axel Huebl 2016-08-30 02:02:48 +02:00
parent ecacce7e07
commit 0f40175524
No known key found for this signature in database
GPG key ID: 472D2C364E21D94B

View file

@ -37,11 +37,8 @@ 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 broken
parallel = False
version('1.10.0', 'eff450a4c0130479417cfd63186957f3')
version('1.9.0' , '310ff02388bbaa2b1c1710ee970b5678')
version('1.9.0', '310ff02388bbaa2b1c1710ee970b5678')
variant('shared', default=True,
description='Builds a shared version of the library')