Files
ISTTOK/epics/iocs/RELEASE.local
Bernardo Carvalho 329d0b0799 added UPD records
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
2021-11-29 17:36:02 +00:00

49 lines
1.2 KiB
Plaintext

#RELEASE Location of external products
HOME=/home/pi
<<<<<<< HEAD
SUPPORT=$(HOME)/Apps/epics7/support
#
#
ASYN=$(SUPPORT)/asyn
STREAM=$(SUPPORT)/StreamDevice
#CALC=$(SUPPORT)/calc
AUTOSAVE = $(SUPPORT)/autosave
## Using this driver in combination with streamDevice
## requires a workaround forbidding read queries with
## a max length of 256 byte. To compile the driver with
## with workaround enabled, uncomment the following line
#in configure/RELEASE
#STREAM_WORKAROUND = 1
DRVASYNI2C =$(SUPPORT)/drvAsynI2C
SNCSEQ=$(SUPPORT)/seq-2-2
=======
>>>>>>> 514eb82e224779361fbe0844aaaa5c63fd4fd03f
SUPPORT=$(HOME)/EPICS/support
# IPAC is only necessary if support for Greensprings IP488 is required
# IPAC release V2-7 or later is required.
# IPAC=$(SUPPORT)/ipac-2-15
#IPAC=
ASYN=$(SUPPORT)/asyn
STREAM=$(SUPPORT)/stream
AUTOSAVE = $(SUPPORT)/autosave
#
# SEQ is required for testIPServer
#SNCSEQ=$(SUPPORT)/seq-2-2-5
SNCSEQ=
## For sCalcout support in asynOctet - applications include asynCalc.dbd
#CALC=$(SUPPORT)/calc-3-7-3
CALC=
PCRE=
# If CALC was built with SSCAN support then SSCAN must be defined for testEpicsApp
#SSCAN=$(SUPPORT)/sscan-2-11-3
# EPICS_BASE 3.14.6 or later is required
EPICS_BASE=/home/pi/EPICS/epics-base