From 8c69c77ac651077d57e718f29d80ee0f7a881962 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Tue, 12 Nov 2019 15:35:56 +0100 Subject: [PATCH] MKS 910 - use EPICS 7.0.3 on RPi --- MKS_910_DualTrans/configure/RELEASE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MKS_910_DualTrans/configure/RELEASE b/MKS_910_DualTrans/configure/RELEASE index fa1c345..1c89d10 100644 --- a/MKS_910_DualTrans/configure/RELEASE +++ b/MKS_910_DualTrans/configure/RELEASE @@ -23,7 +23,7 @@ # Variables and paths to dependent modules: #MODULES = /path/to/modules -MODULES = /home/scs/EPICS/EPICS/modules/ +MODULES = /home/scs/EPICS/EPICS_7.0.3/modules/ #MODULES = /home/pklaus/local_software/EPICS/modules/ #MYMODULE = $(MODULES)/my-module @@ -38,7 +38,7 @@ EPICS_BASE = $(EPICS_ROOT)/base # EPICS_ROOT is an absolute path here. If you need a different one, you don't # need to change it here, you can specify the right when when using make: # make EPICS_ROOT=/your/override/here -EPICS_ROOT=/home/scs/EPICS/EPICS +EPICS_ROOT=/home/scs/EPICS/EPICS_7.0.3 #EPICS_ROOT=/home/pklaus/local_software/EPICS # Set RULES here if you want to use build rules from somewhere -- 2.43.0