Skip to content

Commit

Permalink
rename to libgtsam-notbb-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Jul 24, 2024
1 parent 2ebf4d0 commit 53133ac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker/deb/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ RUN apt-get install -y --no-install-recommends build-essential \

RUN git clone https://github.com/borglab/gtsam.git /root/gtsam -b 4.2a9
WORKDIR /root/gtsam/build
WORKDIR /root/gtsam/build
# Rename libgtsam-dev to libgtsam-notbb-dev
RUN sed -i 's/libgtsam-dev/libgtsam-notbb-dev/g' ../cmake/HandleCPack.cmake
# Build gtsam
RUN cmake .. -DGTSAM_BUILD_EXAMPLES_ALWAYS=OFF \
-DGTSAM_BUILD_TESTS=OFF \
-DGTSAM_WITH_TBB=OFF \
Expand Down Expand Up @@ -56,7 +60,7 @@ COPY . /root/gtsam_points
WORKDIR /root/gtsam_points/build
RUN cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCPACK_DEBIAN_PACKAGE_DEPENDS="libgtsam-dev" \
-DCPACK_DEBIAN_PACKAGE_DEPENDS="libgtsam-notbb-dev" \
-DCPACK_DEBIAN_PACKAGE_NAME="libgtsam-points-dev"
RUN make -j$(nproc)
RUN cpack
Expand Down Expand Up @@ -97,7 +101,7 @@ RUN cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_WITH_CUDA=ON \
-DBUILD_WITH_CUDA_MULTIARCH=ON \
-DCPACK_DEBIAN_PACKAGE_DEPENDS="libgtsam-dev" \
-DCPACK_DEBIAN_PACKAGE_DEPENDS="libgtsam-notbb-dev" \
-DCPACK_DEBIAN_PACKAGE_NAME="libgtsam-points-cuda${CUDA_LABEL}-dev"
RUN make -j$(nproc)
RUN cpack
Expand Down

0 comments on commit 53133ac

Please sign in to comment.