mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
science/siesta: Update 4.0.2 -> 4.1.5
This commit is contained in:
parent
762f9d5a8f
commit
ccd600c8fe
@ -1,8 +1,7 @@
|
||||
PORTNAME= siesta
|
||||
DISTVERSION= 4.0.2
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 4.1.5
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://launchpad.net/${PORTNAME}/${DISTVERSION:R}/${DISTVERSION}/+download/
|
||||
MASTER_SITES= https://gitlab.com/siesta-project/${PORTNAME}/-/releases/v${DISTVERSION}/downloads/
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Program to perform efficient electronic structure calculations
|
||||
@ -14,25 +13,27 @@ LIB_DEPENDS= libblas.so:math/blas \
|
||||
liblapack.so:math/lapack
|
||||
|
||||
USES= fortran gmake localbase:ldflags
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../Src/configure
|
||||
|
||||
ALL_TARGET= default
|
||||
|
||||
WRKSRC_SUBDIR= Obj
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
BINARY_ALIAS= gfortran=gfortran${GCC_DEFAULT} gcc=gcc${GCC_DEFAULT}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${GCC_DEFAULT} >= 10
|
||||
# workaround for Type mismatch between actual argument at (1) and actual argument at (2) (COMPLEX(8)/REAL(8)).
|
||||
FCFLAGS+= -fallow-argument-mismatch
|
||||
FFLAGS+= -fallow-argument-mismatch
|
||||
MAKE_ARGS= FFLAGS="${FFLAGS} -O2 -fPIC -ftree-vectorize"
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} ../Src/obj_setup.sh
|
||||
@cd ${WRKSRC} && \
|
||||
${SETENV} ${MAKE_ENV} ${SH} ../Src/obj_setup.sh && \
|
||||
${LN} -s gfortran.make arch.make
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1535956967
|
||||
SHA256 (siesta-4.0.2.tar.gz) = bafbda19358f0c1dd39bb1253c92ee548791a1c0f648977051d2657216874f7e
|
||||
SIZE (siesta-4.0.2.tar.gz) = 9627717
|
||||
TIMESTAMP = 1619229947
|
||||
SHA256 (siesta-4.1.5.tar.gz) = 518df31aa6213af5e24cc73abb537b2c89a925b487171f5339d743d0c7140b3f
|
||||
SIZE (siesta-4.1.5.tar.gz) = 16286464
|
||||
|
@ -7,4 +7,4 @@ of the code is that its accuracy and cost can be tuned in a wide range, from
|
||||
quick exploratory calculations to highly accurate simulations matching the
|
||||
quality of other approaches, such as plane-wave and all-electron methods.
|
||||
|
||||
WWW: https://departments.icmab.es/leem/siesta/
|
||||
WWW: https://icmab.es/siesta
|
||||
|
Loading…
x
Reference in New Issue
Block a user