mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
34 lines
760 B
Makefile
34 lines
760 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xeus
|
|
DISTVERSION= 0.19.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ implementation of the Jupyter kernel protocol
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= cppzmq>0:net/cppzmq \
|
|
nlohmann-json>0:devel/nlohmann-json \
|
|
xtl-quant-stack>0:devel/xtl-quant-stack
|
|
LIB_DEPENDS= libcryptopp.so:security/cryptopp \
|
|
libuuid.so:misc/e2fsprogs-libuuid \
|
|
libzmq.so:net/libzmq4
|
|
|
|
USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= QuantStack
|
|
CMAKE_OFF= BUILD_STATIC_LIBS
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${CHOSEN_COMPILER_TYPE} == gcc
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-CMakeLists.txt
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|