Skip to content

Commit

Permalink
base: build CALC with Sequencer support.
Browse files Browse the repository at this point in the history
Calc module conditionally adds support to Sequencer based on the
definition of SNCSEQ and not SEQ.

Fixes: 0183021 ("base: initial commit.")
  • Loading branch information
henriquesimoes committed Feb 7, 2024
1 parent ff373f7 commit 12280c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* base: update modules. by @ericonr in
https://github.com/cnpem/epics-in-docker/pull/43
* This updates the autosave module and removes some resource leaks.
* base: build CALC with Sequencer support. by @henriquesimoes in
https://github.com/cnpem/epics-in-docker/pull/48

## v0.6.0

Expand Down
2 changes: 1 addition & 1 deletion base/install_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EPICS_BASE = ${EPICS_BASE_PATH}
install_github_module epics-modules calc CALC $CALC_VERSION "
EPICS_BASE = ${EPICS_BASE_PATH}
SEQ = ${EPICS_MODULES_PATH}/seq
SNCSEQ = ${EPICS_MODULES_PATH}/seq
"

# Build asyn without seq since it's only needed for testIPServer
Expand Down

0 comments on commit 12280c9

Please sign in to comment.