diff -r 31f1fa0bd787 -r f4ddf0ee30a9 configure/RELEASE --- a/configure/RELEASE Tue Nov 05 13:22:58 2013 +0100 +++ b/configure/RELEASE Tue Oct 28 04:47:56 2014 +0100 @@ -24,13 +24,17 @@ # If using the sequencer, point SNCSEQ at its top directory: #SNCSEQ=$(EPICS_BASE)/../modules/soft/seq -MODULES=/opt/epics/modules +SUPPORT=/home/epics/EPICS/support -STREAM=$(MODULES)/stream/2-4-1 -ASYN=/usr/lib/epics +STREAM=$(SUPPORT)/stream-2-6 +ASYN=$(SUPPORT)/asyn4-21 +SNCSEQ=$(SUPPORT)/seq-2-1-14 +AUTOSAVE=$(SUPPORT)/autosave-5-1 +IOCSTATS=$(SUPPORT)/iocStats-3-1-11 + # EPICS_BASE usually appears last so other apps can override stuff: -EPICS_BASE=/usr/lib/epics +EPICS_BASE=/home/epics/EPICS/base # Set RULES here if you want to take build rules from somewhere # other than EPICS_BASE: