From 1305b99d857e7a8f581622213c455d1a815b4ce5 Mon Sep 17 00:00:00 2001 From: Jerome Benoit Date: Wed, 16 Mar 2022 23:11:57 +0000 Subject: [PATCH] debianization Origin: debian Forwarded: not-needed Last-Update: 2022-01-06 Meant to maintain a minimal debian/rules, to fix warnings, to address Debian specific stuff in general. Gbp-Pq: Name debianization.patch --- src/CMakeLists.txt | 22 +++++++++++----------- vendor/CMakeLists.txt | 12 ++++++------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0d5b3b3..0085065 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -283,20 +283,20 @@ add_library( version.c - # Vendored library sources. Yes, this is horrible. - $,$,$>,$,> - $,$,> - $,$,> - $,$,> - $,$,> - $,$,> - $,$,> - $,$,> +## # Vendored library sources. Yes, this is horrible. +## $,$,$>,$,> +## $,$,> +## $,$,> +## $,$,> +## $,$,> +## $,$,> +## $,$,> +## $,$,> ) # Set soname for the library -set_target_properties(igraph PROPERTIES VERSION "0.0.0") -set_target_properties(igraph PROPERTIES SOVERSION 0) +set_target_properties(igraph PROPERTIES VERSION "2.0.0") +set_target_properties(igraph PROPERTIES SOVERSION 2) # Add extra compiler definitions if needed target_compile_definitions( diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt index de79375..6f406b6 100644 --- a/vendor/CMakeLists.txt +++ b/vendor/CMakeLists.txt @@ -1,6 +1,6 @@ -add_subdirectory(cs) -add_subdirectory(f2c) -add_subdirectory(glpk) -add_subdirectory(lapack) -add_subdirectory(mini-gmp) -add_subdirectory(plfit) +##add_subdirectory(cs) +##add_subdirectory(f2c) +##add_subdirectory(glpk) +##add_subdirectory(lapack) +##add_subdirectory(mini-gmp) +##add_subdirectory(plfit) -- 2.30.2