Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "lib/ViennaRNA"]
path = lib/viennarna/ViennaRNA
url = https://github.com/ViennaRNA/ViennaRNA.git
[submodule "util/regression"]
path = lib/mmseqs/util/regression
url = https://github.com/soedinglab/MMseqs2-Regression.git
Expand Down
14 changes: 5 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,14 @@ if (RIBOSEEK_FRAMEWORK_ONLY)
set(FRAMEWORK_ONLY 1 CACHE INTERNAL "" FORCE)
endif()

# Infernal bridge for cmbuild
set(ENABLE_INFERNAL_BRIDGE 1 CACHE BOOL "Enable embedded Infernal-backed CM build bridge")
set(INFERNAL_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/lib/infernal/vendor" CACHE PATH "Path to vendored Infernal source/build tree")
if (ENABLE_INFERNAL_BRIDGE)
if (NOT EXISTS ${INFERNAL_ROOT}/src/cmbuild.c)
message(FATAL_ERROR "ENABLE_INFERNAL_BRIDGE=ON requires INFERNAL_ROOT with src/cmbuild.c")
endif ()
add_subdirectory(lib/infernal)
set(INFERNAL_CONFIG_DIR "${CMAKE_CURRENT_SOURCE_DIR}/lib/infernal/config")
if (NOT EXISTS ${INFERNAL_ROOT}/src/infernal.h)
message(FATAL_ERROR "riboseek requires vendored infernal at INFERNAL_ROOT")
endif ()
add_subdirectory(lib/infernal)

# ViennaRNA minimal library (hand-rolled CMake wrapper, autotools-free)
add_subdirectory(lib/viennarna)
add_subdirectory(lib/tornadofold EXCLUDE_FROM_ALL)

add_subdirectory(data)
add_subdirectory(src)
232 changes: 74 additions & 158 deletions lib/infernal/CMakeLists.txt

Large diffs are not rendered by default.

58 changes: 0 additions & 58 deletions lib/infernal/CmCalibrateCapture.c

This file was deleted.

Loading