Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcdf
obs
osc-plugins
Commits
ea456635
Commit
ea456635
authored
Apr 01, 2020
by
Lorenz Hüdepohl
Browse files
More fixes for prjconf
parent
0edf21b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
ea456635
...
...
@@ -60,6 +60,7 @@ def dist_prjconf_tags(distribution):
centos8_prjconf_tags
=
textwrap
.
dedent
(
"""
Substitute: python-devel python3-devel
ExpandFlags: module:python36-3.6
"""
).
strip
()
...
...
mpcdf_setup_software_project.py
View file @
ea456635
...
...
@@ -56,6 +56,12 @@ def do_mpcdf_setup_software_project(self, subcmd, opts, *args):
prjconf
.
append
(
"Runscripts: mpcdf"
)
prjconf
.
append
(
"Preinstall: mpcdf_modules"
)
prjconf
.
append
(
"Preinstall: brp_mpcdf_modules"
)
prjconf
.
append
(
""
)
prjconf
.
append
(
"Macros:"
)
prjconf
.
append
(
"%have_mpcdf_compiler 0"
)
prjconf
.
append
(
"%have_mpcdf_mpi 0"
)
prjconf
.
append
(
"%have_mpcdf_cuda 0"
)
prjconf
.
append
(
":Macros"
)
software_meta
=
mpcdf_common
.
project_meta
(
api_url
,
"software"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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