From c235c02cdafd7b42d7688f12e0163136f67203ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Wed, 8 Jan 2025 05:54:02 +0100 Subject: [PATCH] vendor: Update vendored sources to igraph/igraph@622f331dc9249b050bc6afbad2032e2c4e78de9e fix: remove unused converage exclusion --- src/vendor/cigraph/CMakeLists.txt | 2 +- src/vendor/igraph_version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vendor/cigraph/CMakeLists.txt b/src/vendor/cigraph/CMakeLists.txt index 09b82ebef9..369a574f51 100644 --- a/src/vendor/cigraph/CMakeLists.txt +++ b/src/vendor/cigraph/CMakeLists.txt @@ -143,7 +143,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND IGRAPH_ENABLE_CODE_COVERAGE) # problems with them. Yes, the exclusion is correct, it refers to a nonexistent # directory that somehow gets into the coverage results. /Applications and # /Library/Developer are for macOS -- they exclude files from the macOS SDK. - EXCLUDE "io/*.l" "src/io/parsers/*" "io/parsers/*" "/Applications/Xcode*" "/Library/Developer/*" "examples/*" "interfaces/*" "tests/*" "vendor/pcg/*" + EXCLUDE "src/io/parsers/*" "io/parsers/*" "/Applications/Xcode*" "/Library/Developer/*" "examples/*" "interfaces/*" "tests/*" "vendor/pcg/*" ) endif() diff --git a/src/vendor/igraph_version.h b/src/vendor/igraph_version.h index 967c04e2ae..d4c0081f90 100644 --- a/src/vendor/igraph_version.h +++ b/src/vendor/igraph_version.h @@ -28,11 +28,11 @@ __BEGIN_DECLS -#define IGRAPH_VERSION "0.10.15-45-gae93a3a24" +#define IGRAPH_VERSION "0.10.15-46-g622f331dc" #define IGRAPH_VERSION_MAJOR 0 #define IGRAPH_VERSION_MINOR 10 #define IGRAPH_VERSION_PATCH 15 -#define IGRAPH_VERSION_PRERELEASE "45-gae93a3a24" +#define IGRAPH_VERSION_PRERELEASE "46-g622f331dc" IGRAPH_EXPORT void igraph_version(const char **version_string, int *major,