Skip to content
Snippets Groups Projects
Commit 879e85ab authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Merge branch 'ess-linux' into 'master'

Changes to run on ESS Linux

See merge request !3
parents 7da1f0f0 e1985bdb
No related branches found
No related tags found
1 merge request!3Changes to run on ESS Linux
{ {
"ioc_type": "nfs", "ioc_type": "nfs",
"epics_version": "7.0.7", "epics_version": "7.0.8",
"require_version": "5.0.0", "require_version": "5.1.0",
"packages": [
"boost",
"OpenIPMI",
"ipmitool",
"gsl"
],
"realtime": false, "realtime": false,
"address_list": [ "address_list": [
"172.16.111.255" "172.16.111.255"
......
...@@ -17,8 +17,8 @@ epicsEnvSet("TOP", "$(E3_CMD_TOP)") ...@@ -17,8 +17,8 @@ epicsEnvSet("TOP", "$(E3_CMD_TOP)")
iocshLoad("$(essioc_DIR)/common_config.iocsh") iocshLoad("$(essioc_DIR)/common_config.iocsh")
# Load LLRF # Load LLRF
require sis8300llrf, 5.29.2+0 require sis8300llrf, 5.29.4+0
require llrfsystem, 3.19.2+0 require llrfsystem, 3.19.3+0
iocshLoad("$(llrfsystem_DIR)/llrfsystem.iocsh") iocshLoad("$(llrfsystem_DIR)/llrfsystem.iocsh")
......
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