Skip to content

Commit

Permalink
Breaking up line for configopts in Clp-1.17.10-foss-2024a.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
andped committed Jan 10, 2025
1 parent df145eb commit a7a5622
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion easybuild/easyconfigs/c/Clp/Clp-1.17.10-foss-2024a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ dependencies = [
]

# Use BLAS/LAPACK from toolchain
configopts = '--with-blas="$LIBBLAS" --with-lapack="$LIBLAPACK" --with-metis-lib="-lmetis" --with-mumps-lib="-lesmumps -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lmpi_mpifh -lmetis -lscotch -lptscotch -lptscotcherr -lscotcherrexit -lscotcherr $LIBSCALAPACK" --without-glpk --with-coinutils-lib="-lCoinUtils" --with-coinutils-datadir=$EBROOTCOINUTILS/share/coin/Data --with-osi-lib="-lOsi" --with-osi-datadir=$EBROOTOSI/share/coin/Data '
configopts = '--with-blas="$LIBBLAS" '
configopts += '--with-lapack="$LIBLAPACK" '
configopts += '--with-metis-lib="-lmetis" '
configopts += '--with-mumps-lib="-lesmumps -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lmpi_mpifh -lmetis -lscotch -lptscotch -lptscotcherr -lscotcherrexit -lscotcherr $LIBSCALAPACK" '
configopts += '--without-glpk --with-coinutils-lib="-lCoinUtils" '
configopts += '--with-coinutils-datadir=$EBROOTCOINUTILS/share/coin/Data '
configopts += '--with-osi-lib="-lOsi" --with-osi-datadir=$EBROOTOSI/share/coin/Data '


sanity_check_paths = {
Expand Down

0 comments on commit a7a5622

Please sign in to comment.