Update superlu-dist package.py to support latest release v6.0.0#9445
Update superlu-dist package.py to support latest release v6.0.0#9445balay merged 3 commits intospack:developfrom
Conversation
davydden
left a comment
There was a problem hiding this comment.
Could you explicitly specify Blas/Lapack as it was done before in make build?
Also, does CMake build works for all package versions?
|
@balay I overwrote the install phases that |
look at https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/superlu/package.py which combines Make and Cmake for different versions. |
disable support for superlu-dist before v5
|
@gchavez2, you missed: Either this - or recompute the md5sums for versions 5.0.0 to 5.4 for github url |
…k#9445) * superlu-dist: Update package.py for superlu-dist v6.0.0 using CMake * superlu_dist: Update the header of package.py * Specify lapack_blas and DCMAKE_INSTALL_LIBDIR disable support for superlu-dist before v5
…k#9445) * superlu-dist: Update package.py for superlu-dist v6.0.0 using CMake * superlu_dist: Update the header of package.py * Specify lapack_blas and DCMAKE_INSTALL_LIBDIR disable support for superlu-dist before v5
|
Please.... we cannot simply remove old versions of a package just because we added a new version. @balay... Removing old versions should never have been approved or merged, without first carefully checking whether people use the old versions that are being removed. In this case such a check would have turned up that Can you please submit and merge a PR to restore the old versions that were removed here? Thank you! |
|
Ugh ditto @citibeth -- I spent the last half hour figuring out why cc also @gchavez2 @scheibelp |
Update spack script of superlu-dist to use CMake build