in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
21 lines
372 B
Makefile
21 lines
372 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dkh
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Wolf, Reiher, and Hess's Douglas-Kroll-Hess relativistic correction
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= cmake:outsource fortran
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= psi4
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON
|
|
|
|
.include <bsd.port.mk>
|