Skip to content

Commit

Permalink
Added MATLABPATH by default
Browse files Browse the repository at this point in the history
notice that the MATLABPATH is defined even if no matlab extension is built.
  • Loading branch information
paskino committed Sep 27, 2017
1 parent 4cf709b commit e167bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions env_ccppetmr.csh.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ setenv LD_LIBRARY_PATH @CCPPETMR_INSTALL@/lib:$LD_LIBRARY_PATH
# Setting for MacOS but doesn't harm elsewhere
setenv DYLD_FALLBACK_LIBRARY_PATH @CCPPETMR_INSTALL@/lib:$DYLD_FALLBACK_LIBRARY_PATH
setenv PYTHONPATH @CCPPETMR_INSTALL@/python:$PYTHONPATH
setenv MATLABPATH @CCPPETMR_INSTALL@/matlab
set path=( $path @CCPPETMR_INSTALL@/bin )
1 change: 1 addition & 0 deletions env_ccppetmr.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export DYLD_FALLBACK_LIBRARY_PATH
PYTHONPATH=@CCPPETMR_INSTALL@/python:$PYTHONPATH
export PYTHONPATH

export MATLABPATH=@CCPPETMR_INSTALL@/matlab
PATH=$PATH:@CCPPETMR_INSTALL@/bin

0 comments on commit e167bc7

Please sign in to comment.