diff --git a/Golden_Repo/m/MPCFramework/MPCFramework-4.2.0-GCC-11.3.0.eb b/Golden_Repo/m/MPCFramework/MPCFramework-4.2.0-GCC-11.3.0.eb index c3dad29f097393f7c2cf7b9cc1de69be925af955..b3f3ff8c90d59568c89f94c7a04579924fe0e9ae 100644 --- a/Golden_Repo/m/MPCFramework/MPCFramework-4.2.0-GCC-11.3.0.eb +++ b/Golden_Repo/m/MPCFramework/MPCFramework-4.2.0-GCC-11.3.0.eb @@ -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 '