From 888dce8a0acb1bb0b13c60cecf51de8eb76dcb10 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Wed, 17 Apr 2019 17:04:40 -0500 Subject: [PATCH] Updated versions and comments in RELEASE --- configure/RELEASE | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/configure/RELEASE b/configure/RELEASE index 6f814996..e1e46f12 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -12,36 +12,34 @@ SUPPORT= -include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH) -# If any motor controller communication mechanism besides the VME backplane is -# required, then ASYN must be defined. -# Recommended ASYN release: R4-23 -ASYN=$(SUPPORT)/asyn/R4-23 +# If any motor controller communication mechanism besides +# the VME backplane is required, then ASYN must be defined. +# Recommended ASYN release: R4-35 +ASYN=$(SUPPORT)/asyn-R4-35 -# Need the sequencer and the busy record for the MM4005 and XPS trajectory scanning -# Recommended SNCSEQ release: R2.1.16 -SNCSEQ=$(SUPPORT)/seq/seq-2-1-16 -# Recommended BUSY release: R1-6 -BUSY=$(SUPPORT)/busy/R1-6 +# Need the sequencer and the busy record for trajectory scanning +# Recommended SNCSEQ release: R2.2.6 +SNCSEQ=$(SUPPORT)/seq-2-2-6 +# Recommended BUSY release: R1-7-1 +BUSY=$(SUPPORT)/busy-R1-7-1 -# Recommended EPICS release: R3.14.12.4 +# Recommended EPICS release: R3.15.6 EPICS_BASE= -include $(TOP)/../configure/EPICS_BASE.$(EPICS_HOST_ARCH) -# The following must be defined for the MXmotor device driver. +# The following must be defined for motorMXmotor #!MX=$(SUPPORT)/mx/mx -# The following support modules are required for the Hytec driver and for the examples in -# /motorExApp. To build examples, the top Makefile, -# /Makefile must also be edited. +# IPAC is required to build motorHytec +# Recommended IPAC release: R2-15 +IPAC=$(SUPPORT)/ipac-R2-15 -# Recommended IPAC release: R2-12 -IPAC=$(SUPPORT)/ipac/R2-12 +# Script module needed to build motorScriptMotor +#!LUA=$(SUPPORT)/lua-R1-3 -# Script module needed to build ScriptMotorController -#!LUA=$(SUPPORT)/lua - -# Modbus module needed to build AMCI example IOC -#!MODBUS=$(SUPPORT)/modbus +# Modbus module needed to build motorAMCI's example IOC +# Required MODBUS release: R2-11 or later +#!MODBUS=$(SUPPORT)/modbus-R2-11 # The following is only needed for the motor examples in iocBoot. #!MOTOR=$(TOP)