1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name uclatools |
---|
4 | version 1.0.1 |
---|
5 | categories science graphics |
---|
6 | maintainers jameskyle@ucla.edu |
---|
7 | description Set of utilities for converting, analysing, and manipulating MRI image data. |
---|
8 | long_description UCLATools includes a collection of programs written mainly by Mark S. Cohen at the UCLA Center for Cognitive Neuroscience. They provide a variety of functionalityin relation to MRI imaging. Each tool has a usage that should clarify it's utility. |
---|
9 | |
---|
10 | homepage http://www.ccn.ucla.edu/BMCweb/SharedCode/SharedSoftware.html |
---|
11 | platforms darwin |
---|
12 | master_sites http://www.ccn.ucla.edu/jkyle/ |
---|
13 | checksums md5 9d3aa05f89fc4979bbfeccbb43c3624e \ |
---|
14 | sha1 798387529b586f949eb52bbe7ba92440cbeb1c99 \ |
---|
15 | rmd160 ccf0dd99d3886c6c1bbb55cbc277d5e2460ea0b6 |
---|
16 | |
---|
17 | depends_build port:cmake |
---|
18 | configure.cmd cmake |
---|
19 | |
---|
20 | configure.pre_args |
---|
21 | configure.args -DCMAKE_INSTALL_PREFIX:PATH=${prefix} |
---|
22 | |
---|
23 | use_parallel_build yes |
---|
24 | |
---|
25 | variant universal { |
---|
26 | configure.args-append -DUNIVERSAL:BOOL=TRUE |
---|
27 | } |
---|
28 | |
---|