Skip to content

Commit

Permalink
base: use official Sequencer package source.
Browse files Browse the repository at this point in the history
Sequencer is now mirrored on GitHub [1]. Tags now have the same format
as other EPICS modules.

[1]: https://epics.anl.gov/tech-talk/2024/msg00316.php
  • Loading branch information
henriquesimoes committed Mar 5, 2024
1 parent f9a17fc commit 95df0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ALPINE_VERSION=3.18.4
EPICS7_BASE_VERSION=7.0.7
PVXS_VERSION=1.3.1

SEQUENCER_VERSION=2.2.9
SEQUENCER_VERSION=R2-2-9
CALC_VERSION=R3-7-5
ASYN_VERSION=R4-44-2
STREAMDEVICE_VERSION=2.8.24
Expand Down
5 changes: 1 addition & 4 deletions base/install_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ install_github_module mdavidsaver pvxs PVXS $PVXS_VERSION "
EPICS_BASE
"

# Build seq first since it doesn't depend on anything
lnls-get-n-unpack -l "https://static.erico.dev/seq-$SEQUENCER_VERSION.tar.gz"
mv seq-$SEQUENCER_VERSION seq
install_module seq SNCSEQ "
install_github_module epics-modules sequencer SNCSEQ $SEQUENCER_VERSION "
EPICS_BASE
"

Expand Down

0 comments on commit 95df0a5

Please sign in to comment.