Skip to content
Permalink
Browse files

py-kombine @0.8.3: new port

Co-authored-by: Ben Farr <bfarr@uoregon.edu>
  • Loading branch information
2 people authored and pmetzger committed Mar 9, 2018
1 parent d44d8bb commit 80bb232ed4b2daa05228648fa91bd75b1873cea8
Showing with 38 additions and 0 deletions.
  1. +38 −0 python/py-kombine/Portfile
@@ -0,0 +1,38 @@
# -*- 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} {ligo.org:duncan.macleod @duncanmmacleod} openmaintainer

platforms darwin
license GPL-3

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

master_sites pypi:k/kombine
distname kombine-${version}
checksums rmd160 74c1ba9d7f4f1866f79f4628c868943afb9fabec \
sha256 da7a9542600c81df4b2ede2772b730dacef61ea3bc19b495f4fa445ff2b92f75 \
size 17495

python.versions 27 36
python.default_version 27

if {${name} ne ${subport}} {

depends_lib-append port:py${python.version}-numpy \
port:py${python.version}-scipy

depends_build-append port:py${python.version}-setuptools

}

0 comments on commit 80bb232

Please sign in to comment.
You can’t perform that action at this time.