1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/science/helfem/Makefile
Danilo Egea Gondolfo 170cb07fe4 math/armadillo: Update to 10.6.2
Drop maintainership.
2021-09-21 10:25:15 +01:00

28 lines
561 B
Makefile

PORTNAME= helfem
DISTVERSION= g20210912
PORTREVISION= 1
CATEGORIES= science # chemistry
MAINTAINER= yuri@FreeBSD.org
COMMENT= Finite element methods for electronic structure calculations
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libarmadillo.so:math/armadillo \
libgsl.so:math/gsl \
libhdf5_cpp.so:science/hdf5 \
libsz.so:science/szip \
libxc.so:science/libxc
USES= cmake fortran
USE_GITHUB= yes
GH_ACCOUNT= susilehtola
GH_PROJECT= HelFEM
GH_TAGNAME= 21461e9
CMAKE_ON= HELFEM_FIND_DEPS BUILD_SHARED_LIBS
.include <bsd.port.mk>