You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
be9e61e1c5
octave-pythonic: update Python variants
26 lines
1015 B
Plaintext
26 lines
1015 B
Plaintext
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup compilers 1.0
|
|
PortGroup octave 1.0
|
|
|
|
octave.setup sourceforge octave optiminterp 0.3.7
|
|
revision 3
|
|
platforms darwin
|
|
license GPL-3+
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description An optimal interpolation toolbox for octave. \
|
|
This package provides functions to perform a \
|
|
n-dimensional optimal interpolations of \
|
|
arbitrarily distributed data points.
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 931f446b43e9d053a2da5f3dd9e85e9f34cb4aa3 \
|
|
sha256 b9b87f88e665593398b1303a8497cf3a2b6e3412939f62db067c7eb6699212e8 \
|
|
size 60514
|
|
|
|
compilers.choose fc f77 f90
|
|
compilers.setup require_fortran
|
|
|
|
patchfiles compile-with-gfortran-10.patch
|