1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

science/elk: Update 5.2.14 -> 6.8.4

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2020-06-30 15:12:48 +00:00
parent 9d11efc14e
commit dce5cf02f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540896
5 changed files with 11 additions and 26 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= elk
DISTVERSION= 5.2.14
PORTREVISION= 3
DISTVERSION= 6.8.4
CATEGORIES= science
MASTER_SITES= SF/${PORTNAME}/
PKGNAMESUFFIX= -chemistry
@ -14,6 +13,10 @@ COMMENT= All-electron full-potential linearised augmented-planewave code
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libblis.so:math/blis \
libopenblas.so:math/openblas \
libwannier.so:science/wannier90
USES= fortran gmake tar:tgz
BINARY_ALIAS= make=${GMAKE}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1537690777
SHA256 (elk-chemistry/elk-5.2.14.tgz) = fc74362c2f0899ea8c26a023e3fd6d8a37ac2092405c03244366a81ae7d9fe2d
SIZE (elk-chemistry/elk-5.2.14.tgz) = 3910868
TIMESTAMP = 1593445897
SHA256 (elk-chemistry/elk-6.8.4.tgz) = 96e7a4803ada84ebb86e3c85c18abb9052d00ee32be8ad0b1ee674cbe3c8ff61
SIZE (elk-chemistry/elk-6.8.4.tgz) = 4207810

View File

@ -5,10 +5,12 @@ F90_OPTS = -O3 -ffast-math -funroll-loops %%OPENMP_FLAGS%%
F77 = %%FC%%
F77_OPTS = -O3 -ffast-math -funroll-loops %%OPENMP_FLAGS%%
AR = ar
LIB_SYS =
LIB_SYS = -lopenblas -lblis
LIB_LPK = lapack.a blas.a
LIB_FFT = fftlib.a
LIB_W90 = -lwannier
SRC_OMP =
SRC_MKL = mkl_stub.f90
SRC_MPI = mpi_stub.f90
SRC_libxc = libxcifc_stub.f90
SRC_FFT = zfftifc.f90

View File

@ -1,11 +0,0 @@
--- src/Makefile.orig 2018-09-23 04:08:15 UTC
+++ src/Makefile
@@ -175,7 +175,7 @@ EXE = elk
# Targets
#-------------------------------------------------------------------------------
elk: $(OBJ)
- $(F90) $(F90_OPTS) -o $(EXE) $(OBJ) $(LIB_LPK) $(LIB_FFT) $(LIB_libxc) \
+ $(F90) $(F90_OPTS) -o $(EXE) $(LDFLAGS) $(OBJ) $(LIB_LPK) $(LIB_FFT) $(LIB_libxc) \
$(LIB_SYS)
blas:

View File

@ -1,9 +0,0 @@
--- Makefile.orig 2018-09-23 03:56:50 UTC
+++ Makefile
@@ -1,5 +1,5 @@
-MAKE = make
+xMAKE = make
include make.inc