quantum-espresso: remove outdated makefile fix
This commit is contained in:
parent
882247fc3f
commit
c109aaa5cb
@ -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 ]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user