Skip to content
Snippets Groups Projects
Unverified Commit 0f401755 authored by Axel Huebl's avatar Axel Huebl
Browse files

Remove Space, Enable Parallel

- remove space before comma
- enable parallel build again (seems to work)
parent ecacce7e
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment