Skip to content

Commit

Permalink
fixup: use recent ArborX release in jenkins CI
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Feb 9, 2024
1 parent 09f172a commit b751e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN KOKKOS_URL=https://github.com/kokkos/kokkos/archive/${KOKKOS_VERSION}.tar.gz

# Install ArborX
ENV ARBORX_DIR=/opt/arborx
RUN ARBORX_VERSION=4834bff44c23c9510c6ed93366638dcdf85ab217 && \
RUN ARBORX_VERSION=v1.4 && \
ARBORX_URL=https://github.com/arborx/ArborX/archive/${ARBORX_VERSION}.tar.gz && \
ARBORX_ARCHIVE=arborx.tar.gz && \
wget --quiet ${ARBORX_URL} --output-document=${ARBORX_ARCHIVE} && \
Expand Down
3 changes: 1 addition & 2 deletions docker/Dockerfile.hipcc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN KOKKOS_URL=https://github.com/kokkos/kokkos/archive/${KOKKOS_VERSION}.tar.gz

# Install ArborX
ENV ARBORX_DIR=/opt/arborx
RUN ARBORX_VERSION=4834bff44c23c9510c6ed93366638dcdf85ab217 && \
RUN ARBORX_VERSION=v1.4 && \
ARBORX_URL=https://github.com/arborx/ArborX/archive/${ARBORX_VERSION}.tar.gz && \
ARBORX_ARCHIVE=arborx.tar.gz && \
wget --quiet ${ARBORX_URL} --output-document=${ARBORX_ARCHIVE} && \
Expand All @@ -100,7 +100,6 @@ RUN ARBORX_VERSION=4834bff44c23c9510c6ed93366638dcdf85ab217 && \
-D CMAKE_INSTALL_PREFIX=${ARBORX_DIR} \
-D CMAKE_BUILD_TYPE=Debug \
-D CMAKE_CXX_COMPILER=hipcc \
-D CMAKE_CXX_FLAGS=-amdgpu-target=gfx906 \
-D CMAKE_CXX_EXTENSIONS=OFF \
-D CMAKE_PREFIX_PATH=${KOKKOS_DIR} \
.. && \
Expand Down

0 comments on commit b751e06

Please sign in to comment.