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
fab46338
Commit
fab46338
authored
Jun 08, 2022
by
Dmytro Kresan
Browse files
Install moflowCLI also for 2.9.4_beta.
parent
ee8e7c4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
repos/vae/packages/molflow/package.py
View file @
fab46338
...
...
@@ -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'
,
when
=
'@2.9.4_beta
:
'
)
depends_on
(
'openmpi'
,
when
=
'@2.9.4_beta'
)
def
cmake_args
(
self
):
return
[
...
...
@@ -25,7 +25,6 @@ class Molflow(CMakePackage):
]
def
install
(
self
,
spec
,
prefix
):
if
self
.
spec
.
satisfies
(
'2.9.3_beta'
):
mkdirp
(
prefix
.
bin
)
install
(
join_path
(
self
.
build_directory
,
'bin'
,
'molflowCLI'
),
prefix
.
bin
)
mkdirp
(
prefix
.
bin
)
install
(
join_path
(
self
.
build_directory
,
'bin'
,
'molflowCLI'
),
prefix
.
bin
)
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