Merge pull request #258192 from markuskowa/split-scalpack

scalapack: split outputs -> out, dev
This commit is contained in:
Fabián Heredia Montiel 2023-10-04 01:02:00 -06:00 committed by GitHub
commit 38b9119cff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
sed -i '/xssep/d;/xsgsep/d;/xssyevr/d' TESTING/CMakeLists.txt
'';
outputs = [ "out" "dev" ];
nativeBuildInputs = [ cmake ];
nativeCheckInputs = [ openssh mpiCheckPhaseHook ];
buildInputs = [ blas lapack ];