From: Philipp Klaus Date: Tue, 12 Nov 2019 14:35:56 +0000 (+0100) Subject: MKS 910 - use EPICS 7.0.3 on RPi X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=8c69c77ac651077d57e718f29d80ee0f7a881962;p=mvd_epics.git MKS 910 - use EPICS 7.0.3 on RPi --- 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