Skip to content

Commit

Permalink
CI: set rpath for rocm libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jan 25, 2024
1 parent 4a8a724 commit f27bbec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/carpetx-rocm.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ RUN mkdir src && \
real64) precision=DOUBLE;; \
*) exit 1;; \
esac && \
env LDFLAGS=-Wl,-rpath,/opt/rocm/lib \
cmake -B build -G Ninja -S . \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_COMPILER=/opt/rocm/llvm/bin/clang++ \
Expand Down

0 comments on commit f27bbec

Please sign in to comment.