Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDE
vaesoft
Commits
ee8e7c4b
Commit
ee8e7c4b
authored
Jun 08, 2022
by
Dmytro Kresan
Browse files
Pindown molflow version.
parent
9a6d45ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
env/openmpi_3/spack.yaml
View file @
ee8e7c4b
...
...
@@ -20,6 +20,6 @@
-
py-pandas
-
py-tensorflow~cuda~nccl
-
protobuf@3.11.2
-
molflow
-
molflow
@2.9.4_beta
concretization
:
together
view
:
false
repos/vae/packages/molflow/package.py
View file @
ee8e7c4b
...
...
@@ -17,7 +17,7 @@ class Molflow(CMakePackage):
version
(
'2.9.3_beta'
,
commit
=
'26599088db87ddda2e3d1c5f6f9f2f93907873b9'
,
submodules
=
True
,
no_cache
=
True
)
depends_on
(
'cmake@3.12.2:'
,
type
=
'build'
)
depends_on
(
'openmpi'
)
depends_on
(
'openmpi'
,
when
=
'@2.9.4_beta:'
)
def
cmake_args
(
self
):
return
[
...
...
Write
Preview
Supports
Markdown
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