Skip to content

Commit

Permalink
Add notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Coughlin committed May 8, 2018
1 parent b33f8a2 commit fd65b51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions install_script/install_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,14 @@ def mkdir(path):
for eventfilesType in eventfilesTypes:
eventfilepath = "%s/%s"%(varpath,eventfilesType)
mkdir(eventfilepath)

notice = """
NOTE: A new dependency is MATLAB Runtime version 9.1 (R2016b).
Instructions for installing Runtime only are available here:
RfPrediction/RfAmp_Compiled_Python_Package/robustLocklossPredictionPkg3/for_redistribution_files_only/readme.txt
Otherwise, with MATLAB 2016b installed, paths can be set as:
MATLAB_PATH='/ldcg/matlab_r2016b'
export LD_LIBRARY_PATH="$MATLAB_PATH/sys/os/glnxa64:$MATLAB_PATH/bin/glnxa64:$MATLAB_PATH/extern/lib/glnxa64:$MATLAB_PATH/runtime/glnxa64:$MATLAB_PATH/sys/java/jre/glnxa64/jre/lib/amd64/native_threads:$MATLAB_PATH/sys/java/jre/glnxa64/jre/lib/amd64/server"
"""

print(notice)

0 comments on commit fd65b51

Please sign in to comment.