Skip to content

Commit 48f7b52

Browse files
committed
Update to linux proj file.
1 parent 0a86d59 commit 48f7b52

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

KSPTrajectoryOptimizationTool_Linux.prj

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
<param.installpath.combo>option.installpath.user</param.installpath.combo>
2121
<param.logo />
2222
<param.install.notes />
23-
<param.target.install.notes>In the following directions, replace MR/v910 by the directory on the target machine where MATLAB is installed, or MR by the directory where the MATLAB Runtime is installed.
23+
<param.target.install.notes>In the following directions, replace MR/v912 by the directory on the target machine where MATLAB is installed, or MR by the directory where the MATLAB Runtime is installed.
2424

2525
(1) Set the environment variable XAPPLRESDIR to this value:
2626

27-
MR/v910/X11/app-defaults
27+
MR/v912/X11/app-defaults
2828

2929

3030
(2) If the environment variable LD_LIBRARY_PATH is undefined, set it to the following:
3131

32-
MR/v910/runtime/glnxa64:MR/v910/bin/glnxa64:MR/v910/sys/os/glnxa64:MR/v910/sys/opengl/lib/glnxa64
32+
MR/v912/runtime/glnxa64:MR/v912/bin/glnxa64:MR/v912/sys/os/glnxa64:MR/v912/sys/opengl/lib/glnxa64
3333

3434
If it is defined, set it to the following:
3535

36-
${LD_LIBRARY_PATH}:MR/v910/runtime/glnxa64:MR/v910/bin/glnxa64:MR/v910/sys/os/glnxa64:MR/v910/sys/opengl/lib/glnxa64</param.target.install.notes>
36+
${LD_LIBRARY_PATH}:MR/v912/runtime/glnxa64:MR/v912/bin/glnxa64:MR/v912/sys/os/glnxa64:MR/v912/sys/opengl/lib/glnxa64</param.target.install.notes>
3737
<param.intermediate>${PROJECT_ROOT}/deploy/KSPTrajectoryOptimizationTool/for_testing</param.intermediate>
3838
<param.files.only>${PROJECT_ROOT}/KSPTrajectoryOptimizationTool/deploy/for_redistribution_files_only</param.files.only>
3939
<param.output>${PROJECT_ROOT}/deploy/KSPTrajectoryOptimizationTool/for_redistribution</param.output>
@@ -87,7 +87,6 @@ ${LD_LIBRARY_PATH}:MR/v910/runtime/glnxa64:MR/v910/bin/glnxa64:MR/v910/sys/os/gl
8787
<file>${PROJECT_ROOT}/projectMain.m</file>
8888
</fileset.main>
8989
<fileset.resources>
90-
<file>${PROJECT_ROOT}/appOptions.ini</file>
9190
<file>${PROJECT_ROOT}/bodies.ini</file>
9291
<file>${PROJECT_ROOT}/formsGUIs</file>
9392
<file>${PROJECT_ROOT}/helper_methods</file>
@@ -112,15 +111,14 @@ ${LD_LIBRARY_PATH}:MR/v910/runtime/glnxa64:MR/v910/bin/glnxa64:MR/v910/sys/os/gl
112111
</build-deliverables>
113112
<workflow />
114113
<matlab>
115-
<root>/usr/local/MATLAB/R2021a</root>
114+
<root>/usr/local/MATLAB/R2022a</root>
116115
<toolboxes>
117116
<toolbox name="matlabcoder" />
118117
<toolbox name="embeddedcoder" />
119118
<toolbox name="gpucoder" />
120119
<toolbox name="fixedpoint" />
121120
<toolbox name="matlabhdlcoder" />
122121
<toolbox name="neuralnetwork" />
123-
<toolbox name="polyspacebugfinder" />
124122
</toolboxes>
125123
<toolbox>
126124
<matlabcoder>
@@ -152,11 +150,6 @@ ${LD_LIBRARY_PATH}:MR/v910/runtime/glnxa64:MR/v910/bin/glnxa64:MR/v910/sys/os/gl
152150
<enabled>true</enabled>
153151
</neuralnetwork>
154152
</toolbox>
155-
<toolbox>
156-
<polyspacebugfinder>
157-
<enabled>true</enabled>
158-
</polyspacebugfinder>
159-
</toolbox>
160153
</matlab>
161154
<platform>
162155
<unix>true</unix>

0 commit comments

Comments
 (0)