Files
2024-10-22 21:07:15 -04:00

33 lines
1.2 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-kombine
version 0.8.4
revision 0
categories-append science
maintainers {uoregon.edu:bfarr @bfarr} openmaintainer
license MIT
platforms {darwin any}
supported_archs noarch
description An embarrassingly parallel, kernel-density-based \
ensemble sampler
long_description kombine is an ensemble sampler that uses a clustered \
kernel-density-estimate proposal density, allowing for \
massive parallelization and efficient sampling.
homepage https://github.com/bfarr/kombine
checksums rmd160 ea298510f5a9854ad4cb53cd369515c97e733b2e \
sha256 4fc1f55e106ed93058b7241aae254f3db5fd907a7cdf7a01e4b0a1968cafd382 \
size 18145
python.versions 312
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-numpy \
port:py${python.version}-scipy
}