Skip to content
Snippets Groups Projects
Commit a422a0bf authored by Matti Pellika's avatar Matti Pellika
Browse files

Enable KBIPACK, i.e. homology and cohomology computation, even when the GMP...

Enable KBIPACK, i.e. homology and cohomology computation, even when the GMP library is not available.

parent 925cf203
No related branches found
No related merge requests found
...@@ -537,6 +537,10 @@ if(ENABLE_KBIPACK) ...@@ -537,6 +537,10 @@ if(ENABLE_KBIPACK)
add_subdirectory(contrib/kbipack) add_subdirectory(contrib/kbipack)
include_directories(contrib/kbipack) include_directories(contrib/kbipack)
set_config_option(HAVE_KBIPACK "Kbipack") set_config_option(HAVE_KBIPACK "Kbipack")
else(GMP_LIB AND GMP_INC)
add_subdirectory(contrib/kbipack)
include_directories(contrib/kbipack)
set_config_option(HAVE_KBIPACK "Kbipack")
endif(GMP_LIB AND GMP_INC) endif(GMP_LIB AND GMP_INC)
endif(ENABLE_KBIPACK) endif(ENABLE_KBIPACK)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment