Skip to content

Commit

Permalink
Update cpsw to R4.5.2, allow usage of EPICS_PACKAGE_TOP
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Jan 11, 2025
1 parent 74af889 commit c24e74d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
R1.2.1 Jan 10, 2024 Jeremy Lorelli (lorelli)
- Update to CPSW R4.5.2
- Use new PACKAGE_TOP/EPICS_PACKAGE_TOP pattern

R1.2.0 Sep 01, 2023 Michael Skoufis (skoufis)
- Add phase offset and weight interfaces

Expand Down
12 changes: 11 additions & 1 deletion src/makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
CPSW_DIR=/afs/slac/g/lcls/package/cpsw/framework/R4.4.1/src
ifeq ($(PACKAGE_TOP),)
ifneq ($(EPICS_PACKAGE_TOP),)
PACKAGE_TOP=$(EPICS_PACKAGE_TOP)
else
$(error PACKAGE_TOP or EPICS_PACKAGE_TOP must be provided by the environment or on the command line)
endif
endif

CPSW_VERSION=R4.5.2

CPSW_DIR=$(PACKAGE_TOP)/cpsw/framework/$(CPSW_VERSION)/src

CCACHE_DISABLE=1

Expand Down

0 comments on commit c24e74d

Please sign in to comment.