From fe5115e443b00b0d03eed781a4e748c45b582e84 Mon Sep 17 00:00:00 2001 From: Jerome Benoit Date: Mon, 15 Jul 2024 21:11:34 +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 e80eca6..00a4ac7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -316,14 +316,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