| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/science/quantum-espresso/files/ |
Upload File : |
--- install/extlibs_makefile.orig 2020-11-30 12:57:09 UTC +++ install/extlibs_makefile @@ -39,12 +39,6 @@ liblapack : liblapack_$(LAPACK_LIBS_SWITCH) liblapack_external : 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 lapack_clean: if test -d ../LAPACK; then (cd ../LAPACK; $(MAKE) clean); fi lapack_veryclean: