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:
parent
445cb38134
commit
c3fadb95f4
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue