drop EPICS 3 support

This commit is contained in:
2025-07-22 16:28:43 +02:00
parent f3808c6c34
commit bede79dbe4
2 changed files with 7 additions and 17 deletions

View File

@@ -19,15 +19,10 @@ putenv STRINGBUFFER
STREAM_PROTOCOL_DIR=malloc(80)
sprintf STREAM_PROTOCOL_DIR, "%s/cfg", HOME
# Need to branch a few times on EPICS base release
R3 = strncmp(EPICS,"R3.",3)==0
R7 = strncmp(EPICS,"R7.",3)==0
# Load PVA only with more than 32 MB RAM
PVA = R7 && (PVA||(sysPhysMemTop()&0xfc000000)) && !getenv("NOPVA")
PVA = (PVA||(sysPhysMemTop()&0xfc000000)) && !getenv("NOPVA")
# Time server (must be set before loading iocCoreLibrary.munch for 3.14.12)
# Need EPICS_TS_FORCE_NTPTIME for 7.0
# Time server (must be set before loading EPICS core)
putenv "EPICS_TS_NTP_INET=129.129.190.1"
putenv "EPICS_TS_FORCE_NTPTIME=YES"
@@ -38,7 +33,7 @@ printf "loading %s\n",STRINGBUFFER
sprintf STRINGBUFFER,"%s",ld(0,0,STRINGBUFFER)?"":"shellScriptAbort"
execute STRINGBUFFER
# Setup Time (must be set after loading iocCoreLibrary.munch)
# Setup Time (must be set after loading EPICS core)
# 2025:
putenv "EPICS_TIMEZONE=MET::-60:033102:102703"
putenv "TIMEZONE=MET::-60:033102:102703"