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}";