Files

37 lines
1.3 KiB
Tcl
Raw Permalink Normal View History

2026-05-15 13:57:27 -04: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 python 1.0
name py-nutpie
2026-07-03 22:18:40 -04:00
version 0.16.11
2026-05-15 13:57:27 -04:00
revision 0
license MIT
maintainers {reneeotten @reneeotten} openmaintainer
description Sample Stan or PyMC models
long_description The nutpie package provides a fast NUTS sampler for PyMC \
and Stan models
homepage https://pymc-devs.github.io/nutpie
2026-07-03 22:18:40 -04:00
checksums rmd160 041759e17800179f6f5bfbe031331b9f6ded196a \
sha256 e00bf6c004a345ca95d50a57aa794b1b6a2c39270987da131011e7f672589487 \
size 721831
2026-05-15 13:57:27 -04:00
python.versions 312 313 314
python.pep517_backend maturin
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-arro3-core \
port:py${python.version}-arviz \
port:py${python.version}-obstore \
port:py${python.version}-pandas \
port:py${python.version}-platformdirs \
port:py${python.version}-pyarrow \
port:py${python.version}-xarray \
port:py${python.version}-zarr
}