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

Update OpenXAL to 1.2.11

parent de8170e8
No related branches found
No related tags found
No related merge requests found
......@@ -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.5
ENV OPENXAL_VERSION 1.2.11
# 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.5"',
'OPENXAL_JAR = "/opt/openxal-1.2.5/lib/openxal.library-1.2.5.jar"'
'OPENXAL_VERSION = "1.2.11"',
'OPENXAL_JAR = "/opt/openxal-1.2.11/lib/openxal.library-1.2.11.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