quantum-espresso: remove outdated makefile fix

This commit is contained in:
Markus Kowalewski 2019-04-03 15:00:17 +02:00
parent 882247fc3f
commit c109aaa5cb
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -20,12 +20,6 @@ stdenv.mkDerivation rec {
patchShebangs configure
'';
# remove after 6.4 version:
# makefile needs to ignore install directory easier than applying patch
preInstall = ''
printf "\n.PHONY: install\n" >> Makefile
'';
buildInputs = [ fftw openblas gfortran ]
++ (stdenv.lib.optionals (mpi != null) [ mpi ]);