Last active
November 7, 2019 14:39
-
-
Save rieder/b065f4ec562f0e93a3891c5db8cd9c1f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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-amuse-framework | |
version 12.1.3.post1 | |
revision 0 | |
checksums rmd160 ef2892ab08fad3131e0da715d4bd7df95af71510 \ | |
sha256 8a787aec81a7fada78891b326a4ff74bb57b71c056677f2dd34236afda931c4f \ | |
size 926256 | |
maintainers {@rieder stevenrieder.com:amuse} openmaintainer | |
categories-append science | |
description The Astrophysical Multipurpose Software Environment (framework) | |
long_description The Astrophysical Multipurpose Software Environment (framework) | |
platforms darwin | |
license apache-2 | |
homepage http://www.amusecode.org | |
master_sites pypi:a/amuse-framework/ | |
use_xcode no | |
python.versions 27 35 36 37 38 | |
depends_lib port:hdf5 port:gsl port:cmake port:gmp port:mpfr port:fftw-3 \ | |
port:py27-numpy port:py27-docutils port:py27-nose | |
default_variants +openmpi +gcc8 | |
variant gcc8 description {use gcc8} { | |
depends_lib-append port:gcc8 | |
} | |
variant openmpi description {Uses OpenMPI} conflicts mpich { | |
depends_lib-append port:openmpi-gcc8 | |
} | |
variant mpich description {Uses MPICH} conflicts openmpi { | |
depends_lib-append port:mpich-gcc8 | |
} | |
dist_subdir ${name}/${version} | |
distname amuse-framework-${version} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment