Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
osc-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mpcdf
obs
osc-plugins
Commits
ea456635
Commit
ea456635
authored
Apr 01, 2020
by
Lorenz Hüdepohl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More fixes for prjconf
parent
0edf21b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
mpcdf_common.py
mpcdf_common.py
+1
-0
mpcdf_setup_software_project.py
mpcdf_setup_software_project.py
+6
-0
No files found.
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
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