09f9633cb6
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
410 B
Makefile
21 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pybind11
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Seamless interoperability between C++11 and Python (cmake part)
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:outsource compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pybind
|
|
NO_ARCH= yes
|
|
CMAKE_OFF= PYBIND11_TEST
|
|
|
|
.include <bsd.port.mk>
|