Skip to content

Commit

Permalink
Update tantan
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger committed Oct 18, 2024
1 parent 87e7103 commit 3e53eee
Show file tree
Hide file tree
Showing 13 changed files with 1,140 additions and 540 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ add_subdirectory(lib/tinyexpr EXCLUDE_FROM_ALL)
include_directories(lib/microtar)
add_subdirectory(lib/microtar)

# tantan
include_directories(lib/tantan)
add_subdirectory(lib/tantan)

# simde
include_directories(lib/simde)

Expand Down
2 changes: 2 additions & 0 deletions lib/tantan/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_library(tantan tantan.cpp tantan.h mcf_simd.h)
set_target_properties(tantan PROPERTIES COMPILE_FLAGS "${MMSEQS_C_FLAGS}" LINK_FLAGS "${MMSEQS_C_FLAGS}")
Loading

0 comments on commit 3e53eee

Please sign in to comment.