You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
a899ec0c4d
* hdf5: Update to 1.12.0, default API to 110 Bump files with a default dependency on hdf5; also added script to make doing this easier.
44 lines
1.3 KiB
Tcl
44 lines
1.3 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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup pyne pyne 0.4.1
|
|
|
|
revision 11
|
|
name py-pyne
|
|
categories-append science
|
|
platforms darwin
|
|
license BSD
|
|
|
|
python.versions 27 35 36
|
|
|
|
maintainers nomaintainer
|
|
|
|
description Python for Nuclear Engineering
|
|
long_description PyNE is a toolkit for making common tasks in nuclear\
|
|
engineering easier, faster, better
|
|
|
|
homepage http://www.pyne.io/
|
|
|
|
checksums rmd160 38443939bb5da0ad29c05373c3f42fa7fab96a57 \
|
|
sha256 7102593eb8b570c9828ce4026a60ea1ad10b7a3c728179b5ff8780a61313cc9f \
|
|
size 4077995
|
|
|
|
if {${name} ne ${subport}} {
|
|
build.target build
|
|
build.args --hdf5=${prefix}
|
|
|
|
destroot.args --hdf5=${prefix}
|
|
|
|
depends_build-append \
|
|
path:bin/cmake:cmake \
|
|
port:py${python.version}-cython
|
|
|
|
depends_lib-append port:hdf5 \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-scipy \
|
|
port:py${python.version}-tables
|
|
}
|