v1.20.1
This commit is contained in:
BIN
examples/cafeTest/RHEL8-x86_64/cafeTest
Executable file
BIN
examples/cafeTest/RHEL8-x86_64/cafeTest
Executable file
Binary file not shown.
BIN
examples/cafeTest/RHEL8-x86_64/monitorTest
Executable file
BIN
examples/cafeTest/RHEL8-x86_64/monitorTest
Executable file
Binary file not shown.
Binary file not shown.
@@ -8,13 +8,13 @@
|
||||
#-py37- libcafe.so: undefined reference to `cy_event_handler_wrapper
|
||||
#CAFE version to link to
|
||||
#CAFE_VERSION=cafe-1.14.4-sls2-gcc-7.3.0
|
||||
CAFE_VERSION=cafe-1.19.1-gcc-7.3.0
|
||||
CAFE_VERSION=cafe-1.20.1-py37-gcc-8.5.0
|
||||
#CAFE_VERSION=cafe-1.15.0-gcc-10.3.0
|
||||
|
||||
PYTHON_INCLUDE=/opt/gfa/python-3.7/latest/include/python3.7m
|
||||
PYTHON_LIB=/opt/gfa/python-3.7/latest/lib
|
||||
|
||||
EPICS_BASE=${EPICS}/base-7.0.6
|
||||
EPICS_BASE=${EPICS}/base-7.0.7
|
||||
|
||||
#CAFE project base
|
||||
CAFE_BASE=/opt/gfa/cafe
|
||||
@@ -43,10 +43,10 @@ ${EPICS_HOST_ARCH}/monitorTest: monitorTest.cc
|
||||
g++ monitorTest.cc -o ${EPICS_HOST_ARCH}/monitorTest \
|
||||
$(INCLUDE_PATH) $(LIB_DIR) $(LIBS)
|
||||
|
||||
cafeTest: cafeTest.cc callbacks.h
|
||||
g++ cafeTest.cc -o cafeTest \
|
||||
${EPICS_HOST_ARCH}/cafeTest: cafeTest.cc callbacks.h
|
||||
g++ cafeTest.cc -o ${EPICS_HOST_ARCH}/cafeTest \
|
||||
$(INCLUDE_PATH) $(LIB_DIR) $(LIBS)
|
||||
|
||||
clean:
|
||||
rm -f cafeTest.o cafeTest
|
||||
rm -f ${EPICS_HOST_ARCH}/cafeTest.o ${EPICS_HOST_ARCH}/cafeTest ${EPICS_HOST_ARCH}/monitorTest.o ${EPICS_HOST_ARCH}/monitorTest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user