Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INFRA] Update CPM Packages #460

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cmake/package-lock.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This file should be committed to version control

# hibf
set (RAPTOR_HIBF_VERSION 8cf1c05b4743636bbbfae2f1470523f98965dca3)
set (RAPTOR_HIBF_VERSION 6e89a81d296abd44ee3ada2e7b58ca845bc2751f)
CPMDeclarePackage (hibf
NAME hibf
GIT_TAG ${RAPTOR_HIBF_VERSION} # main
Expand All @@ -16,7 +16,7 @@ CPMDeclarePackage (hibf
OPTIONS "INSTALL_HIBF OFF"
)
# sharg
set (RAPTOR_SHARG_VERSION 02ed4f64d8ea5528a646e7693fdc5b939f1375f8)
set (RAPTOR_SHARG_VERSION d30629065de5b2160aba261d93e170cbdd7a4e36)
CPMDeclarePackage (sharg
NAME sharg
GIT_TAG ${RAPTOR_SHARG_VERSION} # main
Expand All @@ -26,7 +26,7 @@ CPMDeclarePackage (sharg
OPTIONS "INSTALL_SHARG OFF" "INSTALL_TDL OFF" "CMAKE_MESSAGE_LOG_LEVEL WARNING" "BUILD_TESTING OFF"
)
# seqan3
set (RAPTOR_SEQAN3_VERSION 8759edde146b2adebe9151d2390af499714811ca)
set (RAPTOR_SEQAN3_VERSION 787d7249fffe509f2bec91c47c6c88b3fa9dd420)
CPMDeclarePackage (seqan3
NAME seqan3
GIT_TAG ${RAPTOR_SEQAN3_VERSION} # main
Expand All @@ -36,7 +36,7 @@ CPMDeclarePackage (seqan3
OPTIONS "INSTALL_SEQAN3 OFF" "CMAKE_MESSAGE_LOG_LEVEL WARNING"
)
# chopper
set (RAPTOR_CHOPPER_VERSION 3c01d659ae84792fe8a6248960a79ea57633a20a)
set (RAPTOR_CHOPPER_VERSION b1043bcb57cc4685687836e08b22d573077a7188)
CPMDeclarePackage (chopper
NAME chopper
GIT_TAG ${RAPTOR_CHOPPER_VERSION} # main
Expand Down
Loading