dports/math/SuiteSparse/Portfile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dports/math/SuiteSparse/Portfile b/dports/math/SuiteSparse/Portfile
index 0b971e5..676672a 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name SuiteSparse |
6 | | version 3.2.0 |
| 6 | version 3.3.0 |
7 | 7 | revision 1 |
8 | 8 | categories math science |
9 | 9 | maintainers stechert |
… |
… |
worksrcdir ${name} |
20 | 20 | |
21 | 21 | depends_build port:metis |
22 | 22 | |
23 | | checksums md5 d1be7abb6227568fec94179cb1300303 \ |
24 | | sha1 ba39ba94a4069f2667ae5a4208866f7119a36ae8 \ |
25 | | rmd160 88db01d4b5f7532553809051fab305ebbc28d624 |
| 23 | checksums md5 d739811057c301905c99279d87f3f6d4 \ |
| 24 | sha1 f7496a4e1bdc6e915a45d69e2321f80856b0b4ff \ |
| 25 | rmd160 20645aac5828655424ef9036da0ab40a3709c0d9 |
26 | 26 | |
27 | 27 | # cflags recommended for Macs in ${worksrcpath}/UFconfig/UFconfig.mk |
28 | 28 | configure.cflags -O3 -fno-common -no-cpp-precomp -fexceptions |