Files
ports/science/pcmsolver/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

25 lines
467 B
Makefile

# $FreeBSD$
PORTNAME= pcmsolver
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.11
PORTREVISION= 1
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= API for the Polarizable Continuum Model
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:outsource fortran python
USE_GITHUB= yes
GH_ACCOUNT= PCMSolver
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|"-O3 |"$${CMAKE_C_FLAGS} |' \
${WRKSRC}/cmake/custom/compilers/*.cmake
.include <bsd.port.mk>