Skip to content

Commit

Permalink
Merge pull request #108 from gdevenyi/ILT_Datapath
Browse files Browse the repository at this point in the history
Add share path within minc-toolkit install to MNI_DATAPATH, for ILT
  • Loading branch information
vfonov authored May 25, 2020
2 parents 0870c74 + 998c4e1 commit fdcf16a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion minc-toolkit-config.apple.csh.cmake
Original file line number Diff line number Diff line change
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:${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
Original file line number Diff line number Diff line change
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:${MINC_TOOLKIT}/share
export MINC_FORCE_V2=1
export MINC_COMPRESS=4
export VOLUME_CACHE_THRESHOLD=-1
Expand Down
4 changes: 2 additions & 2 deletions minc-toolkit-config.unix.csh.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ else
setenv MANPATH ${MINC_TOOLKIT}/man:${MANPATH}
endif

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

setenv MINC_FORCE_V2 1
setenv MINC_COMPRESS 4
setenv VOLUME_CACHE_THRESHOLD -1
setenv ANTSPATH ${MINC_TOOLKIT}/bin
setenv ANTSPATH ${MINC_TOOLKIT}/bin
4 changes: 2 additions & 2 deletions minc-toolkit-config.unix.sh.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ 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:${MINC_TOOLKIT}/share
export MINC_FORCE_V2=1
export MINC_COMPRESS=4
export VOLUME_CACHE_THRESHOLD=-1
export MANPATH=${MINC_TOOLKIT}/man:${MANPATH}
# integrated ANTs tools
export ANTSPATH=${MINC_TOOLKIT}/bin
export ANTSPATH=${MINC_TOOLKIT}/bin

0 comments on commit fdcf16a

Please sign in to comment.