Skip to content

Commit

Permalink
add ADGenICam
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 8, 2023
1 parent 520e940 commit 6a90903
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ADAravis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ ibek support apt-install --only=run libglib2.0-bin libusb-1.0 libxml2
)

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

Expand All @@ -64,11 +62,12 @@ glib-2.0_DIR = $(GLIBPREFIX)/lib/x86_64-linux-gnu
ARAVIS_INCLUDE = /usr/local/include/aravis-0.8/
'

# Hack to remove incorrectly placed include of ADGENICAM
sed -i '/ADGENICAM/d' ${SUPPORT}/ADAravis/configure/RELEASE

ibek support add-to-config-site ${NAME} "${CONFIG}"
ibek support add-to-config-site ADGenICam "${CONFIG}"

# compile the support module
ibek support compile ADGenICam
ibek support compile ${NAME}

# prepare *.bob, *.pvi, *.ibek.support.yaml for access outside the container.
Expand Down
2 changes: 2 additions & 0 deletions ADCore/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ ibek support add-to-config-site ${NAME} "${CONFIG}"

# Sequencer causes problems with the build so we disable it
ibek support add-release-macro SNCSEQ
# The AREADETECTOR macro points at the root of all AreaDetector modules
ibek support add-release-macro AREADETECTOR /epics/support

# compile the support module
ibek support compile ${NAME}
Expand Down

0 comments on commit 6a90903

Please sign in to comment.