Skip to content

Commit

Permalink
update apt-install model
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 21, 2023
1 parent a699934 commit bad5377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ADAravis/ADAravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NAME=ADAravis
set -xe

# install required system dependencies
ibek support apt-install \
ibek support apt-install --only=dev \
libboost-all-dev \
libxext-dev \
libglib2.0-dev \
Expand All @@ -26,7 +26,7 @@ ibek support apt-install \
xz-utils

# declare packages for installation in the Dockerfile's runtime stage
ibek support apt-add-runtime libglib2.0-bin libusb-1.0 libxml2
ibek support apt-install --only=runtime libglib2.0-bin libusb-1.0 libxml2

# build aravis library
(
Expand Down
4 changes: 2 additions & 2 deletions ADCore/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -xe

# install required system dependencies
HDF=http://ftp.de.debian.org/debian/pool/main/h/hdf5
ibek support apt-install \
ibek support apt-install --only=dev \
libaec-dev \
libblosc-dev \
libglib2.0-dev \
Expand All @@ -29,7 +29,7 @@ ibek support apt-install \
$HDF/libhdf5-dev_1.10.4+repack-10_amd64.deb

# declare packages for installation in the Dockerfile's runtime stage
ibek support apt-add-runtime libtiff5 libsz2
ibek support apt-install --only=runtime libtiff5 libsz2

# get the source and fix up the configure/RELEASE files
ibek support git-clone ${NAME} ${VERSION} --org http://github.com/areaDetector/
Expand Down

0 comments on commit bad5377

Please sign in to comment.