Skip to content
Snippets Groups Projects
Commit 4844bd3d authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Update OpenXAL to 1.2.5

parent aaa1e45f
No related branches found
No related tags found
No related merge requests found
Pipeline #11407 passed
......@@ -34,7 +34,7 @@ RUN curl -LO https://artifactory.esss.lu.se/artifactory/swi-pkg/IJava/ijava-${IJ
&& rm -rf install.py java ijava-${IJAVA_VERSION}.zip
# Install OpenXAL
ENV OPENXAL_VERSION 1.2.4
ENV OPENXAL_VERSION 1.2.5
# Some archives of OpenXAL include the openxal-<version> directory (1.1.1)
# and some don't (1.2.1)
......
......@@ -3,6 +3,6 @@
## lines of code to run at IPython startup.
c.InteractiveShellApp.exec_lines = [
'OPENXAL_PATH = "/opt/OpenXAL"',
'OPENXAL_VERSION = "1.2.4"',
'OPENXAL_JAR = "/opt/openxal-1.2.4/lib/openxal.library-1.2.4.jar"'
'OPENXAL_VERSION = "1.2.5"',
'OPENXAL_JAR = "/opt/openxal-1.2.5/lib/openxal.library-1.2.5.jar"'
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment