]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
MKS 910 - use EPICS 7.0.3 on RPi
authorPhilipp Klaus <philipp.l.klaus@web.de>
Tue, 12 Nov 2019 14:35:56 +0000 (15:35 +0100)
committerPhilipp Klaus <philipp.l.klaus@web.de>
Tue, 12 Nov 2019 14:35:56 +0000 (15:35 +0100)
MKS_910_DualTrans/configure/RELEASE

index fa1c345ef2aaf6d669fe51d3ac1efd733f3f6083..1c89d10d25b8439010ee2ad86a83dac2c8bef669 100644 (file)
@@ -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