Skip to content

Commit

Permalink
base: add p4p module.
Browse files Browse the repository at this point in the history
The main purpose of adding this module is adding a pvagw image.
  • Loading branch information
ericonr committed Dec 9, 2024
1 parent 9c31c05 commit f415347
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt update -y && \
unzip \
wget \
python3-dev \
cython3 \
python3-numpy \
ca-certificates

Expand Down
8 changes: 8 additions & 0 deletions base/install_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ install_from_github epics-base pvxs PVXS $PVXS_VERSION "
EPICS_BASE
"

download_from_github epics-base p4p $P4P_VERSION
echo PYTHON=python3 >> p4p/configure/CONFIG_SITE
install_module p4p P4P "
EPICS_BASE
PVXS
"
echo 'python3*/linux*/' > p4p/.lnls-keep-paths

install_from_github epics-modules sequencer SNCSEQ $SEQUENCER_VERSION "
EPICS_BASE
"
Expand Down
1 change: 1 addition & 0 deletions base/modules_versions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PVXS_VERSION=1.3.1
P4P_VERSION=4.2.0

SEQUENCER_VERSION=R2-2-9
CALC_VERSION=R3-7-5
Expand Down
1 change: 1 addition & 0 deletions base/musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apk add --no-cache \
ncurses-static \
python3-dev \
py3-setuptools \
cython \
py3-numpy-dev

COPY lnls-get-n-unpack.sh /usr/local/bin/lnls-get-n-unpack
Expand Down

0 comments on commit f415347

Please sign in to comment.