Commits

Duncan Macleod authored and Perry E. Metzger committed 80bb232ed4b
py-kombine @0.8.3: new port

Co-authored-by: Ben Farr <bfarr@uoregon.edu>
No tags

python/py-kombine/Portfile

Added
1 +# -*- 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
2 +
3 +PortSystem 1.0
4 +PortGroup python 1.0
5 +
6 +name py-kombine
7 +version 0.8.3
8 +
9 +categories-append science
10 +maintainers {uoregon.edu:bfarr @bfarr} {ligo.org:duncan.macleod @duncanmmacleod} openmaintainer
11 +
12 +platforms darwin
13 +license GPL-3
14 +
15 +description An embarrassingly parallel, kernel-density-based \
16 + ensemble sampler
17 +long_description kombine is an ensemble sampler that uses a clustered \
18 + kernel-density-estimate proposal density, allowing for \
19 + massive parallelization and efficient sampling.
20 +homepage https://github.com/bfarr/kombine
21 +
22 +master_sites pypi:k/kombine
23 +distname kombine-${version}
24 +checksums rmd160 74c1ba9d7f4f1866f79f4628c868943afb9fabec \
25 + sha256 da7a9542600c81df4b2ede2772b730dacef61ea3bc19b495f4fa445ff2b92f75 \
26 + size 17495
27 +
28 +python.versions 27 36
29 +python.default_version 27
30 +
31 +if {${name} ne ${subport}} {
32 +
33 + depends_lib-append port:py${python.version}-numpy \
34 + port:py${python.version}-scipy
35 +
36 + depends_build-append port:py${python.version}-setuptools
37 +
38 +}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut