blob: c24df35be1d298e57ef3dbf791d233415df54bde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
PORTNAME= xeus
DISTVERSION= 0.24.4
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= libuuid.so:misc/e2fsprogs-libuuid \
libzmq.so:net/libzmq4
USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig ssl
USE_GITHUB= yes
GH_ACCOUNT= jupyter-xeus
USE_LDCONFIG= yes
CMAKE_OFF= BUILD_STATIC_LIBS
OPTIONS_DEFINE= NATIVE
NATIVE_DESC= Build with native optimizations (-march=native)
NATIVE_CMAKE_ON= -DXEUS_DISABLE_ARCH_NATIVE=OFF
NATIVE_CMAKE_OFF= -DXEUS_DISABLE_ARCH_NATIVE=ON
.include <bsd.port.mk>
|