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

Update OpenXAL to 1.3.0

parent 629ed160
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.11
ENV OPENXAL_VERSION 1.3.0
# 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.11"',
'OPENXAL_JAR = "/opt/openxal-1.2.11/lib/openxal.library-1.2.11.jar"'
'OPENXAL_VERSION = "1.3.0"',
'OPENXAL_JAR = "/opt/openxal-1.3.0/lib/openxal.library-1.3.0.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