Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add share path within minc-toolkit install to MNI_DATAPATH, for ILT #108

Merged
merged 1 commit into from
May 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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