Skip to content

Commit

Permalink
Merge pull request #17 from koide3/deb
Browse files Browse the repository at this point in the history
add shlibdeps to gtsam
  • Loading branch information
koide3 committed Jul 25, 2024
2 parents 3456bcd + c0f28ad commit 8185982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/deb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN cmake .. -DGTSAM_BUILD_EXAMPLES_ALWAYS=OFF \
-DGTSAM_USE_SYSTEM_METIS=ON \
-DCPACK_GENERATOR=DEB \
-DCPACK_DEBIAN_FILE_NAME=DEB-DEFAULT \
-DCPACK_SET_DESTDIR=ON
-DCPACK_SET_DESTDIR=ON \
-DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON
RUN make -j$(nproc)
RUN cpack

Expand Down
3 changes: 2 additions & 1 deletion docker/deb/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN cmake .. -DGTSAM_BUILD_EXAMPLES_ALWAYS=OFF \
-DGTSAM_USE_SYSTEM_METIS=ON \
-DCPACK_GENERATOR=DEB \
-DCPACK_DEBIAN_FILE_NAME=DEB-DEFAULT \
-DCPACK_SET_DESTDIR=ON
-DCPACK_SET_DESTDIR=ON \
-DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON
RUN make -j$(nproc)
RUN cpack

Expand Down

0 comments on commit 8185982

Please sign in to comment.