Ticket #39951: Portfile.patch

File Portfile.patch, 1.7 KB (added by ghweber@…, 11 years ago)
Line 
1*** Portfile.orig       2013-07-29 20:30:15.000000000 -0700
2--- Portfile    2013-08-01 14:10:04.000000000 -0700
3***************
4*** 4,11 ****
5  PortSystem          1.0
6 
7  name                silo
8! version             4.9
9! revision            1
10  categories          science
11  platforms           darwin
12  maintainers         nomaintainer
13--- 4,11 ----
14  PortSystem          1.0
15 
16  name                silo
17! version             4.9.1
18! revision            0
19  categories          science
20  platforms           darwin
21  maintainers         nomaintainer
22*************** long_description    ${description}
23*** 18,25 ****
24  homepage            https://wci.llnl.gov/codes/silo/
25  master_sites        ${homepage}silo-${version}/
26 
27! checksums           sha1    47534662d880e9fec61aa7f55a72fa130a70c201 \
28!                     rmd160  6939158da08946c81f626ba5e0840cfe44a05f1d
29 
30  distname            ${name}-${version}-bsd
31 
32--- 18,25 ----
33  homepage            https://wci.llnl.gov/codes/silo/
34  master_sites        ${homepage}silo-${version}/
35 
36! checksums           sha1    f97b62dd8b2e1f0266ab2ba2924ecaa68303d28c \
37!                     rmd160  4228345a7fb2994c7e331c098712aaaafe0f2782
38 
39  distname            ${name}-${version}-bsd
40 
41*************** variant hdf5 description {Enable HDF5 su
42*** 46,51 ****
43--- 46,59 ----
44      configure.args-append   --with-hdf5=${prefix}
45  }
46 
47+ variant lite_headers description {Install SCORE/PDB lite header files} {
48+     configure.args-append   --enable-install-lite-headers
49+ }
50+
51+ variant shared description {Build shared libraries} {
52+     configure.args-append   --enable-shared
53+ }
54+
55  variant gcc44 description {
56      Build with MacPorts gcc44 compiler.
57  } conflicts gcc45 gcc46 gcc47 {