forked from Lainports/opnsense-ports
15 lines
595 B
Text
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 \
|