Skip to content
Snippets Groups Projects
Commit ef202fbe authored by Dhanannjay Deo's avatar Dhanannjay Deo
Browse files

Build static and shared libraries for silo

parent 45e77e77
Branches
Tags
No related merge requests found
...@@ -24,7 +24,6 @@ def install(self, spec, prefix): ...@@ -24,7 +24,6 @@ def install(self, spec, prefix):
'--enable-fortran' if '+fortran' in spec else '--disable-fortran', '--enable-fortran' if '+fortran' in spec else '--disable-fortran',
'--enable-silex' if '+silex' in spec else '--disable-silex', '--enable-silex' if '+silex' in spec else '--disable-silex',
'--enable-shared' if '+shared' in spec else '--disable-shared', '--enable-shared' if '+shared' in spec else '--disable-shared',
'--disable-static' if '+shared' in spec else '--enable-static',
] ]
if '+silex' in spec: if '+silex' in spec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment