1 | # $Id: Portfile 30237 2007-10-23 01:46:57Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name laspack |
---|
6 | version 1.12.2 |
---|
7 | categories math |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description Package for solving large sparse systems of linear equations |
---|
11 | long_description LASPack is a package for solving large sparse systems of \ |
---|
12 | linear equations like those which arise from discretization of \ |
---|
13 | partial differential equations. |
---|
14 | |
---|
15 | homepage http://www.tu-dresden.de/mwism/skalicky/laspack/laspack.html |
---|
16 | master_sites http://netlib.sandia.gov/linalg/ \ |
---|
17 | http://www.netlib.org/linalg/ \ |
---|
18 | ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ |
---|
19 | distname ${name} |
---|
20 | dist_subdir ${name}/${version} |
---|
21 | extract.suffix .tgz |
---|
22 | checksums md5 fcfb3c86cc993e29eb477191b1136a8d |
---|
23 | patchfiles patch-makefile |
---|
24 | |
---|
25 | worksrcdir laspack |
---|
26 | |
---|
27 | use_configure no |
---|
28 | |
---|
29 | build.args prefix=${prefix} |
---|
30 | |
---|
31 | destroot.args prefix=${prefix} |
---|
32 | |
---|