You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.3 KiB
Tcl
28 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 fortran 1.0
|
|
|
|
github.setup perazz fitpack 1.0.0
|
|
revision 0
|
|
categories-append math
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description Modern Fortran translation of the FITPACK package for curve and surface fitting
|
|
long_description This is a modern Fortran translation of the FITPACK package for curve and surface fitting. \
|
|
The functions are modernized and translated from the original Fortran 77 code FITPACK by Paul Dierckx. \
|
|
The starting code used the double precision version of FITPACK distributed with scipy. \
|
|
An object-oriented interface wrapper is also being built.
|
|
checksums rmd160 43f218a65b124b32e7fe6cb99d350124d2efeb3c \
|
|
sha256 dfae3d73850bf335709d43fb36195183c9e924d8f0dd4a06a9b2f63dbbfb4e1b \
|
|
size 4719616
|
|
github.tarball_from archive
|
|
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${name}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} LICENSE.md README.md ${destroot}${docdir}
|
|
}
|
|
|
|
test.run no
|