opnsense-ports/science/quantum-espresso/files/patch-install_extlibs__makefile
Franco Fichtner 5cb21f5220 */*: sync with upstream
Taken from: HardenedBSD
2018-07-19 08:08:05 +02:00

15 lines
595 B
Text

--- install/extlibs_makefile.orig 2018-07-18 09:59:27 UTC
+++ install/extlibs_makefile
@@ -62,12 +62,6 @@ fake_lapack_external :
-rm fake_liblapack.a
liblapack_internal:
- $(call download_and_unpack,$(LAPACK_NETLIB_NAME),$(LAPACK_NETLIB_URL),LAPACK,LAPACK)
- if test ! -e ../LAPACK/liblapack.a && test -e make_lapack.inc; then \
- (cp make_lapack.inc ../LAPACK/make.inc; \
- cd ../LAPACK; $(MAKE) blaslib lapacklib); else \
- (echo "no configuration file found for lapack"; \
- echo "run configure from main QE dir"; exit); fi
libiotk:
if test ! -d ../S3DE; then \