mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* Fixes #2311 at least I hope it does * Stop using deprecated boost functionality * allow the Murtagh module to import even if the code isn't built update the associated tests * update release notes * typo * fix integer division
8 lines
213 B
CMake
8 lines
213 B
CMake
if(RDK_BIG_ENDIAN)
|
|
message("Skipping build of clustering library on big endian system")
|
|
else(RDK_BIG_ENDIAN)
|
|
add_subdirectory(Cluster)
|
|
endif(RDK_BIG_ENDIAN)
|
|
add_subdirectory(InfoTheory)
|
|
add_subdirectory(Data)
|