# -*- 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

github.setup            jupyter-xeus xeus 5.2.1
revision                0
categories              devel science
license                 BSD
maintainers             {mps @Schamschula} openmaintainer
description             xeus is a library meant to facilitate the implementation of \
                        kernels for Jupyter.
long_description        {*}${description} It takes the burden of implementing the \
                        Jupyter Kernel protocol so developers can focus on implementing \
                        the interpreter part of the kernel.

# Change github.tarball_from to 'releases' or 'archive' next update
# Unfortunately, neither of these options work
github.tarball_from     tarball

checksums               rmd160  cba3f418ed9a910e1875341d521a49453b3e4352 \
                        sha256  a9806285073fc5e48ef4e07bfe0fcbac9f8a7bd3c6431021275ccb4eaaa6b078 \
                        size    9048311

# fatal error: 'any' file not found
compiler.cxx_standard   2017

depends_build-append    port:pkgconfig \
                        port:cctools

depends_lib-append      port:nlohmann-json

configure.args-append   -DXEUS_DISABLE_ARCH_NATIVE=ON
