Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

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}