diff options
author | Tom Payerle <payerle@umd.edu> | 2021-01-21 23:41:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 20:41:11 -0800 |
commit | f7064fa18183d8f86db1e51d71487bc3f01fd56f (patch) | |
tree | 53630610e388453aaeb5df21b61b90c5fe3d8b09 /NOTICE | |
parent | 9ed4eb7a9a8681d028d52ea33eac09ab155a53f9 (diff) | |
download | spack-f7064fa18183d8f86db1e51d71487bc3f01fd56f.tar.gz spack-f7064fa18183d8f86db1e51d71487bc3f01fd56f.tar.bz2 spack-f7064fa18183d8f86db1e51d71487bc3f01fd56f.tar.xz spack-f7064fa18183d8f86db1e51d71487bc3f01fd56f.zip |
mumps: Fix for problematic src/makefile patch (#20590) (#20758)
* mumps: Fix for problematic src/makefile patch (#20590)
Minor change in src/Makefile between 5.2.0 and 5.3.3 causing patch to
break. Split into 2 patchfiles
* mumps: Additional patch for fixing #20590
This is to fix issue wherein build fails on Ubuntu due to undefined
symbols, despite symbols being included in other libraries referenced
on the compilation line. I believe the issue is that the inclusion
of libsmumps.so was (due to my original patch) causing
libmumps_common.so to be automatically loaded, but since libpords.so
was not also required, the error was occuring. I have added libpords.so
along with libmumps_common.so to be explicit dependencies of
libsmumps.so, etc., which seems to resolve the issue.
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions