Skip to content

Commit

Permalink
Updated default location of minc data
Browse files Browse the repository at this point in the history
  • Loading branch information
vfonov committed Jan 12, 2018
1 parent e196fc6 commit 01324dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion minc-toolkit-config.apple.csh.cmake
Expand Up @@ -21,7 +21,7 @@ else
setenv MANPATH ${MINC_TOOLKIT}/man:${MANPATH}
endif

setenv MNI_DATAPATH ${MINC_TOOLKIT}/share
setenv MNI_DATAPATH ${MINC_TOOLKIT}/../share

setenv MINC_FORCE_V2 1
setenv MINC_COMPRESS 4
Expand Down
2 changes: 1 addition & 1 deletion minc-toolkit-config.apple.sh.cmake
Expand Up @@ -4,7 +4,7 @@ export MINC_TOOLKIT_VERSION="@MINC_TOOLKIT_VERSION_FULL@"
export PATH=${MINC_TOOLKIT}/bin:${MINC_TOOLKIT}/pipeline:${PATH}
export PERL5LIB=${MINC_TOOLKIT}/perl:${MINC_TOOLKIT}/pipeline:${PERL5LIB}
export DYLD_LIBRARY_PATH=${MINC_TOOLKIT}/lib@LIB_SUFFIX@:${MINC_TOOLKIT}/lib@LIB_SUFFIX@/InsightToolkit:${DYLD_LIBRARY_PATH}
export MNI_DATAPATH=${MINC_TOOLKIT}/share
export MNI_DATAPATH=${MINC_TOOLKIT}/../share
export MINC_FORCE_V2=1
export MINC_COMPRESS=4
export VOLUME_CACHE_THRESHOLD=-1
Expand Down
2 changes: 1 addition & 1 deletion minc-toolkit-config.unix.csh.cmake
Expand Up @@ -21,7 +21,7 @@ else
setenv MANPATH ${MINC_TOOLKIT}/man:${MANPATH}
endif

setenv MNI_DATAPATH ${MINC_TOOLKIT}/share
setenv MNI_DATAPATH ${MINC_TOOLKIT}/../share

setenv MINC_FORCE_V2 1
setenv MINC_COMPRESS 4
Expand Down
2 changes: 1 addition & 1 deletion minc-toolkit-config.unix.sh.cmake
Expand Up @@ -4,7 +4,7 @@ export MINC_TOOLKIT_VERSION="@MINC_TOOLKIT_VERSION_FULL@"
export PATH=${MINC_TOOLKIT}/bin:${MINC_TOOLKIT}/pipeline:${PATH}
export PERL5LIB=${MINC_TOOLKIT}/perl:${MINC_TOOLKIT}/pipeline:${PERL5LIB}
export LD_LIBRARY_PATH=${MINC_TOOLKIT}/lib@LIB_SUFFIX@:${MINC_TOOLKIT}/lib@LIB_SUFFIX@/InsightToolkit:${LD_LIBRARY_PATH}
export MNI_DATAPATH=${MINC_TOOLKIT}/share
export MNI_DATAPATH=${MINC_TOOLKIT}/../share
export MINC_FORCE_V2=1
export MINC_COMPRESS=4
export VOLUME_CACHE_THRESHOLD=-1
Expand Down

0 comments on commit 01324dc

Please sign in to comment.