Skip to content

Commit

Permalink
vendor: Update vendored sources to igraph/igraph@622f331
Browse files Browse the repository at this point in the history
fix: remove unused converage exclusion
  • Loading branch information
krlmlr committed Jan 8, 2025
1 parent 45f5630 commit c235c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/vendor/cigraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
4 changes: 2 additions & 2 deletions src/vendor/igraph_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c235c02

Please sign in to comment.