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

PortSystem          1.0
PortGroup           cmake 1.1
PortGroup           github 1.0

github.setup        AnyarInc Ascent 0.7.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                ascent
revision            0
categories          math science
platforms           any
supported_archs     noarch
license             Apache-2
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         C++ simulation engine and differential equation solver
long_description    An extremely fast and flexible C++ simulation engine and differential equation solver.
checksums           rmd160  d4d34a6e3b3fad94bf6b191d2ed475567e837d67 \
                    sha256  f8852fe5d5d9a21258b5c618ae0db2a94496e03672c22ff4eef475817da5756b \
                    size    191651

compiler.cxx_standard 2017

configure.args-append \
                    -DBUILD_TESTING=ON \
                    -DBUILD_EXAMPLES=OFF

test.run            yes
test.cmd            ctest

github.livecheck.branch main
