annotate tool_dependencies.xml @ 0:54225753ed8c draft default tip

Uploaded
author morinlab
date Sun, 04 Dec 2016 14:42:20 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
54225753ed8c Uploaded
morinlab
parents:
diff changeset
1 <?xml version="1.0"?>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
2 <tool_dependency>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
3 <package name="mcr" version="1.0">
54225753ed8c Uploaded
morinlab
parents:
diff changeset
4 <install version="1.0">
54225753ed8c Uploaded
morinlab
parents:
diff changeset
5 <actions>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
6 <action type="download_by_url">http://www.mathworks.com/supportfiles/MCR_Runtime/R2013a/MCR_R2013a_glnxa64_installer.zip</action>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
7 <action type="shell_command">chmod 777 -R .</action>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
8 <action type="make_directory">$INSTALL_DIR/MATLAB</action>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
9 <action type="make_directory">$INSTALL_DIR/MATLAB/MATLAB_Compiler_Runtime</action>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
10 <action type="shell_command">rm ./bin/glnxa64/libstdc++.so.6</action>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
11 <action type="shell_command">ln -s ./bin/glnxa64/libstdc++.so.6.0.13 ./bin/glnxa64/libstdc++.so.6</action>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
12 <action type="shell_command">./install -mode silent -inputFile $REPOSITORY_INSTALL_DIR/installer_input.txt</action>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
13 <action type="move_directory_files">
54225753ed8c Uploaded
morinlab
parents:
diff changeset
14 <source_directory>.</source_directory>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
15 <destination_directory>$INSTALL_DIR</destination_directory>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
16 </action>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
17 <action type="shell_command">export LD_LIBRARY_PATH=$INSTALL_DIR/MATLAB/MATLAB_Compiler_Runtime/v81/runtime/glnxa64:$INSTALL_DIR/MATLAB/MATLAB_Compiler_Runtime/v81/bin/glnxa64:$INSTALL_DIR/MATLAB/MATLAB_Compiler_Runtime/v81/sys/os/glnxa64:$INSTALL_DIR/MATLAB/MATLAB_Compiler_Runtime/v81/sys/java/jre/glnxa64/jre/lib/amd64/native_threads:$INSTALL_DIR/MATLAB/MATLAB_Compiler_Runtime/v81/sys/java/jre/glnxa64/jre/lib/amd64/server:$INSTALL_DIR/MATLAB/MATLAB_Compiler_Runtime/v81/sys/java/jre/glnxa64/jre/lib/amd64</action>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
18 <action type="shell_command">export XAPPLRESDIR=$INSTALL_DIR/MATLAB/MATLAB_Compiler_Runtime/v81/X11/app-defaults </action>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
19 <action type="set_environment">
54225753ed8c Uploaded
morinlab
parents:
diff changeset
20 <environment_variable name="MCR_ROOT" action="set_to">$INSTALL_DIR/MATLAB/MATLAB_Compiler_Runtime</environment_variable>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
21 </action>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
22 </actions>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
23 </install>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
24 <readme>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
25 Matlab Compiler Runtime.
54225753ed8c Uploaded
morinlab
parents:
diff changeset
26 </readme>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
27 </package>
54225753ed8c Uploaded
morinlab
parents:
diff changeset
28 </tool_dependency>