You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
40 lines
1.4 KiB
Tcl
40 lines
1.4 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 python 1.0
|
|
PortGroup compilers 1.0
|
|
|
|
name py-clawpack
|
|
version 5.7.0
|
|
revision 0
|
|
categories-append math science
|
|
license BSD
|
|
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
|
|
platforms darwin
|
|
description a collection of finite volume methods for linear and nonlinear hyperbolic systems of conservation laws
|
|
long_description Clawpack ("Conservation Laws Package") is ${description}.
|
|
|
|
homepage https://www.clawpack.org
|
|
|
|
checksums rmd160 0bd2984c92c00a188b563844438f0d3847d50e43 \
|
|
sha256 cd984508d83ac033fcfe973be71430eeb3dd0ec1a5fbbcd036b197d2e56bfeba \
|
|
size 5786247
|
|
|
|
python.versions 37 38
|
|
compilers.setup require_fortran
|
|
|
|
pre-build {
|
|
build.env-append F90=${configure.f90}
|
|
}
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-numpy
|
|
depends_run-append port:py${python.version}-matplotlib
|
|
|
|
# listed as extras_require in setup.py
|
|
depends_run-append port:py${python.version}-petsc4py \
|
|
port:py${python.version}-scipy
|
|
|
|
livecheck.type none
|
|
}
|