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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name H5Part |
---|
7 | version 1.6.3 |
---|
8 | categories science |
---|
9 | maintainers ghweber \ |
---|
10 | lbl.gov:ghweber |
---|
11 | description H5Part data storage library |
---|
12 | long_description H5Part is a very simple data storage schema and provides an API that simplifies the reading/writing of the data to the HDF5 file format. |
---|
13 | homepage http://vis.lbl.gov/Research/AcceleratorSAPP/ |
---|
14 | platforms darwin |
---|
15 | master_sites https://codeforge.lbl.gov/frs/download.php/338 |
---|
16 | checksums md5 641e453bdc5a4fa0f179309593814de5 \ |
---|
17 | sha1 30c1c30c3f16af824ce996ffc6623e1bc79252a6 \ |
---|
18 | rmd160 f741a7dcd30f675f0d15f9b9af6c95645a32d56c |
---|
19 | |
---|
20 | depends_lib port:hdf5-18 |
---|
21 | |
---|
22 | configure.args --with-hdf5=/opt/local --enable-shared |
---|