Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
70ad9845
Commit
70ad9845
authored
Aug 10, 2018
by
Matthieu Dorier
Browse files
making spack compile shared libs
parent
743ca2a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
packages/remi/package.py
View file @
70ad9845
...
...
@@ -12,3 +12,7 @@ class Remi(CMakePackage):
version
(
'master'
,
git
=
'https://xgitlab.cels.anl.gov/sds/remi.git'
)
depends_on
(
'thallium'
)
def
cmake_args
(
self
):
args
=
[
"-DBUILD_SHARED_LIBS:BOOL=ON"
]
return
args
packages/thallium/package.py
View file @
70ad9845
...
...
@@ -8,3 +8,7 @@ class Thallium(CMakePackage):
version
(
'master'
,
git
=
'https://xgitlab.cels.anl.gov/sds/thallium.git'
)
depends_on
(
'margo'
)
def
cmake_args
(
self
):
args
=
[
"-DBUILD_SHARED_LIBS:BOOL=ON"
]
return
args
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment