Ticket #25734: Portfile

File Portfile, 884 bytes (added by ralniv@…, 14 years ago)

working Portfile for laspack

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