# $Id: Portfile,v 1.1 2005/11/05 15:20:19 mww Exp $

PortSystem 1.0

name			laspack
version			1.12.3
categories		math
platforms		darwin
maintainers		mww@opendarwin.org
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.tu-dresden.de/mwism/skalicky/laspack/laspack.html
master_sites	http://www.tu-dresden.de/mwism/skalicky/
extract.suffix	.tar.Z
checksums		md5 a2d3107b86cc2a806e250aea958cadae
patchfiles		patch-makefile

worksrcdir		laspack

use_configure	no

build.args		prefix=${prefix}

destroot.args	prefix=${prefix}

