Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions configure/CONFIG_SITE
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ CROSS_COMPILER_TARGET_ARCHS += linux-arm_elhf

# This can either be an explicit path to the directory containing the
# epicsdbbuilder module or a version number understood by pkg_resources.require
EPICSDBBUILDER ?= /dls_sw/prod/python3/RHEL7-x86_64/epicsdbbuilder/1.5
EPICSDBBUILDER = /dls_sw/prod/python3/RHEL7-x86_64/epicsdbbuilder/1.5

SPHINXBUILD ?= /dls_sw/prod/python3/RHEL7-x86_64/sphinx/2.3.1/prefix/bin/sphinx-build
SPHINXBUILD = /dls_sw/prod/python3/RHEL7-x86_64/sphinx/2.3.1/prefix/bin/sphinx-build

PYTHON ?= python
PYTHON = python

# vim: set filetype=make:
2 changes: 1 addition & 1 deletion configure/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

# EPICS_BASE usually appears last so other apps can override stuff.
# Point this to the EPICS installation.
EPICS_BASE ?= /dls_sw/epics/R3.14.12.7/base
EPICS_BASE = /dls_sw/epics/R3.14.12.7/base
Loading