RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/science/hdf5/Portfile,v
retrieving revision 1.5
diff -u -d -w -r1.5 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name hdf5 |
5 | | version 1.6.4 |
| 5 | version 1.6.5 |
6 | 6 | categories science |
7 | 7 | maintainers persquare@mac.com |
8 | 8 | description a general purpose library and file format for storing scientific data |
9 | 9 | long_description HDF5 is a general purpose library and file format for storing scientific data. |
10 | 10 | homepage http://hdf.ncsa.uiuc.edu/HDF5/ |
11 | 11 | master_sites ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/ |
12 | | checksums md5 a837391b633fc4c6681905d89047c032 |
| 12 | checksums md5 67187b3253b89f1f41756b7fd4396ecf |
13 | 13 | depends_lib port:zlib |
14 | 14 | configure.args --enable-cxx --with-zlib=${prefix}/lib |
15 | 15 | configure.env CPPFLAGS=-I${prefix}/include |