| 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/gbtolib/ |
Upload File : |
PORTNAME= gbtolib
DISTVERSION= 3.0.3
PORTREVISION= 1
CATEGORIES= science # chemistry, physics
MASTER_SITES= https://zenodo.org/record/5798035/files/
DISTNAME= GBTOLib-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= High-performance library for evaluation of molecular integrals
WWW= https://zenodo.org/record/5798035 #.Yo1sazXMKV4
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif
LIB_DEPENDS= libopenblas.so:math/openblas
USES= cmake fortran zip
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_DOC BUILD_TESTING
FFLAGS= -fdefault-integer-8
OPTIONS_DEFINE= MPI
MPI_CMAKE_BOOL= WITH_MPI
MPI_CMAKE_ON= -DMPIEXEC_EXECUTABLE=${LOCALBASE}/bin/mpiexec
MPI_BROKEN= MPI build fails with error: Failed to detemine MPI integer interface.
.include <bsd.port.mk>