Skip to content

Commit

Permalink
fix 2023a version for SuperLU
Browse files Browse the repository at this point in the history
  • Loading branch information
casparl committed Mar 20, 2024
1 parent da2b197 commit ab56cde
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ configopts += '-DTPL_PARMETIS_LIBRARIES="${EBROOTPARMETIS}/lib/libparmetis.a;${E
# Include only first four tests, which should be fairly small to run
pretestopts = 'export ARGS="$ARGS --tests-regex pdtest_[21]x1_[13]_2_8_20_SP" && '

# remove broken symlink to libsuperlu.a
postinstallcmds = [
"rm %(installdir)s/lib64/libsuperlu.a", # remove broken symlink to libsuperlu.a
"if[ -f %(installdir)s/lib64/libsuperlu.a ]; then rm %(installdir)s/lib64/libsuperlu.a; fi",
"if[ -f %(installdir)s/lib/libsuperlu.a ]; then rm %(installdir)s/lib/libsuperlu.a; fi"
]

sanity_check_paths = {
Expand Down

0 comments on commit ab56cde

Please sign in to comment.