Ticket #44303: Portfile

File Portfile, 1.3 KB (added by samuel.bateman@…, 10 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 121344 2014-06-23 21:56:02Z sean@macports.org $
3
4PortSystem          1.0
5PortGroup           mpi 1.0
6
7mpi.setup
8
9name                hypre
10version             2.9.1a
11categories          math
12platforms           darwin
13maintainers         sean openmaintainer
14description         hypre is a linear solver
15long_description    hypre is a library for solving large, sparse linear \
16                    systems of equations on massively parallel computers.
17
18homepage            http://acts.nersc.gov/hypre/
19master_sites        http://ftp.mcs.anl.gov/pub/petsc/externalpackages/
20
21checksums           rmd160  07abbfa45a769bb8686e863930762bff8c8b8dd4 \
22                    sha256  84bca42f5dbeb9f5dd2bcaeb619e460d7b378b04f4b383f14926b49c7cd639a1
23
24universal_variant   no
25worksrcdir          ${distname}/src
26
27configure.args      --with-blas --with-lapack --without-superlu \
28                    --without-fei --without-mli --without-babel
29
30destroot.destdir    prefix=${destroot}${prefix}
31
32variant longindex description {Build with 64 bit ints} {
33  configure.args-append   --enable-bigint
34}
35
36livecheck.type      regex
37livecheck.url       http://computation.llnl.gov/casc/hypre/software.html
38livecheck.regex     $name-(\[0-9\.\]+b)</a>