Skip to content

Commit

Permalink
Multhreaded version dependencies added to the deb package dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaskov committed Jan 2, 2024
1 parent 806542e commit c0194a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ set(CPACK_GENERATOR DEB)
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "=nil; Foundation")

set(CPACK_DEBIAN_PACKAGE_DEPENDENCIES_MULTITHREADED_VERSION "libhwloc-dev, libyaml-cpp-dev")
set(CPACK_DEBIAN_PACKAGE_DEPENDS ${CPACK_DEBIAN_PACKAGE_DEPENDENCIES_MULTITHREADED_VERSION})
set(CPACK_PACKAGE_VERSION "0.1.1")

set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/lib/zkllvm")
Expand Down
2 changes: 1 addition & 1 deletion cmake/create-symlinks.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
message("Creating symlinks")

list(APPEND BINARIES proof-generator)
list(APPEND BINARIES proof-generator proof-generator-multithreaded)

file(MAKE_DIRECTORY $ENV{DESTDIR}/usr/bin)

Expand Down

0 comments on commit c0194a6

Please sign in to comment.