Files
2026-07-03 22:23:41 -04:00

37 lines
1.3 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 python 1.0
name py-nutpie
version 0.16.11
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
checksums rmd160 041759e17800179f6f5bfbe031331b9f6ded196a \
sha256 e00bf6c004a345ca95d50a57aa794b1b6a2c39270987da131011e7f672589487 \
size 721831
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
}