1 | # vim: set syn=tcl: |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name nifticlib |
---|
5 | version 1.1.0 |
---|
6 | categories graphics science |
---|
7 | maintainers jameskyle@ucla.edu |
---|
8 | description niftilib is a collection of i/o routines for the nifti1 neuroimage data format. |
---|
9 | long_description niftilib is a collection of i/o routines for the nifti1 neuroimage data format. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and Python (pynifti) code is available. Information about the nifti format is available at http://nifti.nimh.nih.gov/df |
---|
10 | |
---|
11 | homepage http://sourceforge.net/projects/niftilib |
---|
12 | platforms darwin |
---|
13 | master_sites http://dl.sourceforge.net/sourceforge/niftilib/ |
---|
14 | checksums md5 671c020b3ad54ecdae595983a7d73f79 \ |
---|
15 | sha1 f1837fa6b99e32f9f80a73ebda56ff5e1e9d6efd \ |
---|
16 | rmd160 3d70405085b3c432638baa48c71669b1235d385e |
---|
17 | |
---|
18 | depends_build port:cmake |
---|
19 | configure.cmd cmake |
---|
20 | |
---|
21 | configure.pre_args |
---|
22 | configure.args -DCMAKE_INSTALL_PREFIX:PATH=${prefix} |
---|