6cab9b5adf
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.
19 lines
376 B
Makefile
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>
|