Skip to content

Commit

Permalink
Dropped the scran_blocks version for the latest release.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jul 18, 2024
1 parent c283e24 commit 3f74002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(SCRAN_PCA_FETCH_EXTERN)
else()
find_package(tatami_tatami 3.0.0 CONFIG REQUIRED)
find_package(tatami_tatami_stats 1.0.0 CONFIG REQUIRED)
find_package(libscran_scran_blocks 1.0.0 CONFIG REQUIRED)
find_package(libscran_scran_blocks 0.1.0 CONFIG REQUIRED)
find_package(ltla_irlba 2.0.0 CONFIG REQUIRED)
find_package(Eigen3 3.4.0 REQUIRED NO_MODULE)
endif()
Expand Down
2 changes: 1 addition & 1 deletion cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
include(CMakeFindDependencyMacro)
find_dependency(tatami_tatami 3.0.0 CONFIG REQUIRED)
find_dependency(tatami_tatami_stats 1.0.0 CONFIG REQUIRED)
find_dependency(libscran_scran_blocks 1.0.0 CONFIG REQUIRED)
find_dependency(libscran_scran_blocks 0.1.0 CONFIG REQUIRED)
find_dependency(ltla_irlba 2.0.0 CONFIG REQUIRED)
find_dependency(Eigen3 3.4.0 REQUIRED NO_MODULE)

Expand Down
2 changes: 1 addition & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FetchContent_Declare(
FetchContent_Declare(
scran_blocks
GIT_REPOSITORY https://github.com/libscran/scran_blocks
GIT_TAG master # ^1.0.0
GIT_TAG master # ^0.1.0
)

FetchContent_MakeAvailable(tatami)
Expand Down

0 comments on commit 3f74002

Please sign in to comment.