2022-12-30 05:22:47 +07: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
|
|
|
|
|
PortGroup boost 1.0
|
|
|
|
|
PortGroup github 1.0
|
|
|
|
|
|
2024-06-08 20:17:25 +08:00
|
|
|
github.setup stan-dev math 4.9.0 v
|
2022-12-30 05:22:47 +07:00
|
|
|
name stanmath
|
2023-05-18 08:28:22 +08:00
|
|
|
revision 0
|
2022-12-30 05:22:47 +07:00
|
|
|
categories math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2022-12-30 05:22:47 +07:00
|
|
|
license BSD
|
|
|
|
|
description C++ template library for automatic differentiation
|
|
|
|
|
long_description The Stan Math Library is a C++, reverse-mode automatic differentiation library designed to be usable, \
|
|
|
|
|
extensive and extensible, efficient, scalable, stable, portable and redistributable in order to facilitate \
|
|
|
|
|
the construction and utilization of algorithms that utilize derivatives.
|
|
|
|
|
homepage https://mc-stan.org/math
|
2024-06-08 20:17:25 +08:00
|
|
|
checksums rmd160 e4ecf17a797948590e4f6ff6fdab91c8fb805604 \
|
|
|
|
|
sha256 876881b71dee6fec32f2b4aa52692994cccd2a19c6de1b986d7fc457155f219c \
|
|
|
|
|
size 30125325
|
2023-09-07 21:46:04 +07:00
|
|
|
github.tarball_from archive
|
2022-12-30 05:22:47 +07:00
|
|
|
supported_archs noarch
|
2024-01-23 20:03:12 +11:00
|
|
|
platforms any
|
2022-12-30 05:22:47 +07:00
|
|
|
|
|
|
|
|
boost.version 1.78
|
|
|
|
|
boost.depends_type run
|
|
|
|
|
|
|
|
|
|
# compiler define -DTBB_INTERFACE_NEW chooses oneTBB over TBB.
|
2023-06-21 10:48:59 -04:00
|
|
|
depends_run-append path:share/pkgconfig/eigen3.pc:eigen3 \
|
2023-04-24 02:10:46 +02:00
|
|
|
port:onetbb \
|
2022-12-30 05:22:47 +07:00
|
|
|
port:sundials6
|
|
|
|
|
|
|
|
|
|
use_configure no
|
|
|
|
|
build {}
|
|
|
|
|
|
|
|
|
|
destroot {
|
|
|
|
|
copy ${worksrcpath}/stan ${destroot}${prefix}/include
|
|
|
|
|
}
|