mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.6 KiB
Tcl
40 lines
1.6 KiB
Tcl
# -*- 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 github 1.0
|
|
PortGroup waf 1.0
|
|
|
|
github.setup ibex-team ibex-lib 2.8.5 ibex-
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
categories math
|
|
maintainers nomaintainer
|
|
license LGPL-3
|
|
|
|
description IBEX is a C++ library for constraint processing over real numbers.
|
|
long_description IBEX is a C++ library for constraint processing over real numbers.\
|
|
It provides reliable algorithms for handling non-linear constraints. In\
|
|
particular, roundoff errors are also taken into account. It is based on\
|
|
interval arithmetic and affine arithmetic. The main feature\
|
|
of Ibex is its ability to build strategies declaratively\
|
|
through the contractor programming paradigm. It can also be\
|
|
used as a black-box solver.
|
|
|
|
checksums rmd160 6f1199be207c574433c610c504eb6e4a08ab02d8 \
|
|
sha256 a55084bef36834a0d72f7b7fa02c491d0fb6a5c106c730f61e412c53cb977f73 \
|
|
size 13201573
|
|
|
|
compiler.blacklist-append {clang <= 800}
|
|
|
|
depends_build-append \
|
|
port:pkgconfig
|
|
|
|
depends_test port:cppunit
|
|
|
|
configure.post_args-delete \
|
|
--nocache
|
|
|
|
test.run yes
|
|
test.env PKG_CONFIG_PATH=${configure.pkg_config_path}
|
|
test.target utest
|