mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
27 lines
923 B
Tcl
27 lines
923 B
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 R 1.0
|
|
|
|
R.setup cran Nikolaus.Umlauf BayesXsrc 3.0-5
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Distribution of the BayesX C++ sources
|
|
long_description {*}${description}
|
|
checksums rmd160 ac4656f30356891321149026424dcfc801a608c0 \
|
|
sha256 ef36acd49a4edb0e1729264337bda036b523fd7f3444cad86a711f5c97186473 \
|
|
size 1307535
|
|
|
|
# bayesxsrc/structadd/distr.cpp: error: 'isnan' was not declared in this scope; did you mean 'std::isnan'?
|
|
patchfiles patch-fix-isnan.diff
|
|
|
|
depends_lib-append port:gsl
|
|
|
|
compiler.cxx_standard 2014
|
|
|
|
depends_test-append port:R-R2BayesX
|
|
|
|
test.run yes
|