# -*- 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.3 categories-append science maintainers {uoregon.edu:bfarr @bfarr} openmaintainer license GPL-3 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 74c1ba9d7f4f1866f79f4628c868943afb9fabec \ sha256 da7a9542600c81df4b2ede2772b730dacef61ea3bc19b495f4fa445ff2b92f75 \ size 17495 python.versions 38 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy \ port:py${python.version}-scipy }