mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
31 lines
970 B
Plaintext
31 lines
970 B
Plaintext
PortSystem 1.0
|
|
|
|
name laspack
|
|
version 1.12.2
|
|
categories math
|
|
license Noncommercial
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description Package for solving large sparse systems of linear equations
|
|
long_description \
|
|
LASPack is a package for solving large sparse systems of linear equations \
|
|
like those which arise from discretization of partial differential \
|
|
equations.
|
|
|
|
homepage http://www.mgnet.org/mgnet/Codes/laspack/html/laspack.html
|
|
master_sites http://netlib.sandia.gov/linalg/ \
|
|
http://www.netlib.org/linalg/ freebsd
|
|
distname ${name}
|
|
dist_subdir ${name}/${version}
|
|
extract.suffix .tgz
|
|
checksums md5 fcfb3c86cc993e29eb477191b1136a8d
|
|
patchfiles patch-makefile
|
|
|
|
worksrcdir laspack
|
|
|
|
use_configure no
|
|
|
|
build.args prefix=${prefix}
|
|
|
|
destroot.args prefix=${prefix}
|