diff --git a/minc-toolkit-config.apple.csh.cmake b/minc-toolkit-config.apple.csh.cmake index 8b0d4258..2ee0a130 100644 --- a/minc-toolkit-config.apple.csh.cmake +++ b/minc-toolkit-config.apple.csh.cmake @@ -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 diff --git a/minc-toolkit-config.apple.sh.cmake b/minc-toolkit-config.apple.sh.cmake index b26fdeab..9ad5f6b0 100644 --- a/minc-toolkit-config.apple.sh.cmake +++ b/minc-toolkit-config.apple.sh.cmake @@ -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 diff --git a/minc-toolkit-config.unix.csh.cmake b/minc-toolkit-config.unix.csh.cmake index 11b3f66a..1f95c0d5 100644 --- a/minc-toolkit-config.unix.csh.cmake +++ b/minc-toolkit-config.unix.csh.cmake @@ -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 \ No newline at end of file +setenv ANTSPATH ${MINC_TOOLKIT}/bin diff --git a/minc-toolkit-config.unix.sh.cmake b/minc-toolkit-config.unix.sh.cmake index 0c54c115..9a05eb40 100644 --- a/minc-toolkit-config.unix.sh.cmake +++ b/minc-toolkit-config.unix.sh.cmake @@ -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 \ No newline at end of file +export ANTSPATH=${MINC_TOOLKIT}/bin