We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96c46d commit bfce3c4Copy full SHA for bfce3c4
configure/CONFIG_SITE
@@ -2,7 +2,7 @@
2
3
# Set this if you intend to build with a specific python version
4
# e.g. using python3
5
-# PYTHON_CONFIG=python3-config
+PYTHON_CONFIG=python3-config
6
7
# Make any application-specific changes to the EPICS build
8
# configuration variables in this file.
@@ -35,3 +35,6 @@ CHECK_RELEASE = YES
35
# You must rebuild in the iocBoot directory for this to
36
# take effect.
37
#IOCS_APPL_TOP = </IOC/path/to/application/top>
38
+
39
+# Allow site specific changes that are not part of this repo
40
+-include $(TOP)/configure/RELEASE.local
0 commit comments