From b72d1a91738d5e5937d158414d8903a03c87b1e3 Mon Sep 17 00:00:00 2001 From: Jerome Benoit Date: Sun, 20 Nov 2022 13:28:36 +0000 Subject: [PATCH] debianization Origin: debian Forwarded: not-needed Last-Update: 2022-08-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 | 16 ++++++++-------- vendor/CMakeLists.txt | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ae4b0c8..d5fc2e6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -302,14 +302,14 @@ add_library( version.c - # Vendored library sources. Yes, this is horrible. - $,$,$>,$,> - $,$,> - $,$,> - $,$,> - $,$,> - $,$,> - $,$,> +## # Vendored library sources. Yes, this is horrible. +## $,$,$>,$,> +## $,$,> +## $,$,> +## $,$,> +## $,$,> +## $,$,> +## $,$,> ) # Required by Xcode new build system diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt index 9befa6f..cd93f6d 100644 --- a/vendor/CMakeLists.txt +++ b/vendor/CMakeLists.txt @@ -1,7 +1,7 @@ add_subdirectory(cs) -add_subdirectory(f2c) -add_subdirectory(glpk) -add_subdirectory(lapack) -add_subdirectory(mini-gmp) +##add_subdirectory(f2c) +##add_subdirectory(glpk) +##add_subdirectory(lapack) +##add_subdirectory(mini-gmp) add_subdirectory(pcg) -add_subdirectory(plfit) +##add_subdirectory(plfit) -- 2.30.2