freebsd-ports/science/xcfun/Makefile
Mark Linimon 6cab9b5adf science/xcfun: fix build on GCC-based systems
by adding compiler:c++11-lang to USES:

  CMake Error in /wrkdirs/usr/ports/science/xcfun/work/.build/CMakeFiles/CMakeTmp/CMakeLists.txt:
  Target "cmTC_6be99" requires the language dialect "CXX11" , but CMake does
  not know the compile flags to use to enable it.
2021-06-07 06:38:43 -05:00

19 lines
376 B
Makefile

PORTNAME= xcfun
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.1-1
DISTVERSIONSUFFIX= -gf87ca0e
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Exchange-correlation functionals with arbitrary-order derivatives
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= dftlibs
.include <bsd.port.mk>