Skip to content
Snippets Groups Projects
Commit 55293f61 authored by Manoel Römmer's avatar Manoel Römmer :rage:
Browse files

Limit line length + add checksums for patch files

parent ac94102b
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,12 @@ sources = ['MPC_%(version)s.zip']
checksums = [
# MPC_4.2.0.zip
'd2610173cf0bf8f64985bc45602c133ca0beaff78c8bea7fe35fda771ceae5ca',
# nvdimm.patch
'36e058b5aa7a2b4d850e0ffba72c113acede2906b143a61dc63a5da68a4c7e85',
# pmix.patch
'85bd42edd90d6e9bb83e0dd60accc69e260eecd600b15230e6693be39e88598a',
# rma-get-attr.patch
'f5f308c1438fd5c33ead66ac83592749227a8cabd99ff717bcdde85ce89ecf8f',
]
patches = [
......@@ -30,7 +36,12 @@ builddependencies = [
('OpenSSL', '1.1', '', SYSTEM),
]
installopts = '--prefix=%(installdir)s -j%(parallel)s --enable-color --disable-spack --disable-spack-build --mpc-option="--without-portals" '
installopts = '--prefix=%(installdir)s '
installopts += '-j%(parallel)s '
installopts += '--enable-color '
installopts += '--disable-spack '
installopts += '--disable-spack-build '
installopts += '--mpc-option="--without-portals" '
# To enable SLURM integration (site-specific)
installopts += '--with-pmix '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment