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
9a6d45ee
Commit
9a6d45ee
authored
Jun 08, 2022
by
Dmytro Kresan
Browse files
[molflow] Add openmpi dependency.
parent
1802e7d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
repos/vae/packages/molflow/package.py
View file @
9a6d45ee
...
...
@@ -10,14 +10,14 @@ class Molflow(CMakePackage):
"""A Monte-Carlo Simulator package developed at CERN"""
homepage
=
"https://molflow.web.cern.ch/"
url
=
"https://gitlab.cern.ch/molflow_synrad/molflow/-/archive/v2.9.4_beta/molflow-v2.9.4_beta.tar.gz"
git
=
"https://gitlab.cern.ch/molflow_synrad/molflow.git/"
maintainers
=
[
'ChristianTackeGSI'
]
version
(
'2.9.4_beta'
,
sha256
=
'876ec0d1118e8c34c6b60cf071a2eef3bce90d2b4ba1e2b777aea0de3cae9b35'
)
version
(
'2.9.4_beta'
,
commit
=
'426e6ccc239a82cbd8a14f18be15cbbf07bd7e74'
,
submodules
=
True
,
no_cache
=
True
)
version
(
'2.9.3_beta'
,
commit
=
'26599088db87ddda2e3d1c5f6f9f2f93907873b9'
,
submodules
=
True
,
no_cache
=
True
)
depends_on
(
'cmake@3.12.2:'
,
type
=
'build'
)
depends_on
(
'openmpi'
)
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