1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

openmolcas: fix fallout from #83888

Removed non-functional lines.
Openmolcas does not build with the blas/lapack switching mechanism
This commit is contained in:
Markus Kowalewski 2020-12-26 01:51:08 +01:00
parent 445cb38134
commit c3fadb95f4
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -1,11 +1,9 @@
{ stdenv, fetchFromGitLab, cmake, gfortran, perl
, openblas, blas, lapack, hdf5-cpp, python3, texlive
, openblas, hdf5-cpp, python3, texlive
, armadillo, openmpi, globalarrays, openssh
, makeWrapper, fetchpatch
} :
assert blas.implementation == "openblas" && lapack.implementation == "openblas";
let
version = "20.10";
gitLabRev = "v${version}";