2013-07-17 12:24:11 +00:00
|
|
|
# -*- 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
|
2021-01-09 22:23:45 -05:00
|
|
|
PortGroup gitlab 1.0
|
2018-12-20 17:04:46 +01:00
|
|
|
PortGroup cmake 1.1
|
2013-07-17 12:24:11 +00:00
|
|
|
|
2021-01-09 22:23:45 -05:00
|
|
|
gitlab.instance https://jugit.fz-juelich.de
|
2026-03-18 11:07:59 -04:00
|
|
|
gitlab.setup mlz libcerf 3.3 v
|
2021-01-09 22:23:45 -05:00
|
|
|
revision 0
|
|
|
|
|
|
2013-07-17 12:24:11 +00:00
|
|
|
categories math
|
|
|
|
|
license MIT
|
2025-01-14 16:51:18 +01:00
|
|
|
maintainers nomaintainer
|
2021-01-09 22:23:45 -05:00
|
|
|
|
2013-07-17 12:24:11 +00:00
|
|
|
description Library for complex error functions
|
|
|
|
|
long_description The libcerf library is a self-contained numeric library that provides \
|
|
|
|
|
an efficient and accurate implementation of complex error functions, \
|
|
|
|
|
along with Dawson, Faddeeva, and Voigt functions.
|
|
|
|
|
|
2026-03-18 11:07:59 -04:00
|
|
|
checksums rmd160 6941bdba521bd12c3d75fe189f333e63e513849b \
|
|
|
|
|
sha256 94672fe0bfc1898d67378e0dce2c7e2b5f9e5f3fb25dcdfa383213d3a5fa90c8 \
|
|
|
|
|
size 186520
|
2023-06-26 02:38:45 +08:00
|
|
|
|
2025-04-26 21:40:34 -04:00
|
|
|
compiler.c_standard 2011
|
2023-06-26 02:38:45 +08:00
|
|
|
# Upstream recommends at least 4.3 or preferably later version.
|
|
|
|
|
compiler.blacklist-append \
|
|
|
|
|
*gcc-4.0 *gcc-4.2 {clang < 400}
|
|
|
|
|
|
2018-12-20 17:04:46 +01:00
|
|
|
test.run yes
|
|
|
|
|
test.cmd ctest
|
|
|
|
|
test.target
|