quantum-espresso: remove outdated makefile fix
This commit is contained in:
@@ -20,12 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs configure
|
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 ]
|
buildInputs = [ fftw openblas gfortran ]
|
||||||
++ (stdenv.lib.optionals (mpi != null) [ mpi ]);
|
++ (stdenv.lib.optionals (mpi != null) [ mpi ]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user