# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           cmake 1.1
PortGroup           github 1.0
PortGroup           openssl 1.0

openssl.branch      3

github.setup        jupyter-xeus xeus-zmq 4.0.0
revision            0
categories          devel science
license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         ${name} provides various implementations of the xserver API \
                    from xeus, based on the ZeroMQ library.
long_description    {*}${description} These implementations all conform to the Jupyter \
                    Kernel Protocol specification.
checksums           rmd160  47088d75a553327fbfdfe73b4d1b94ac1e2cbcaa \
                    sha256  6a87c0edeefae1350743071cd78c825d6ab21e771b52610ef7e41c434af20db6 \
                    size    76561
github.tarball_from archive

depends_lib-append  port:cppzmq \
                    port:xeus \
                    port:xproperty \
                    path:lib/libzmq.dylib:zmq

# https://trac.macports.org/ticket/66817
# xclient_zmq.hpp:13:10: fatal error: 'optional' file not found
compiler.cxx_standard 2017
