Skip to content

Commit

Permalink
vendor: Update vendored sources to igraph/igraph@e0dbe37
Browse files Browse the repository at this point in the history
chore: update plfit to 1.0.0
  • Loading branch information
krlmlr committed Jan 6, 2025
1 parent d9430e0 commit c0dc86a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 115 deletions.
2 changes: 1 addition & 1 deletion src/sources.mk

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/vendor/cigraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### Other

- Workaround for bug in CMake 3.31.0, see https://gitlab.kitware.com/cmake/cmake/-/issues/26449
- Updated the vendored `plfit` library. This works around a bug in some MSVC / Windows SDK versions that define a `NAN` macro that is not a compile-time constant.
- Updated the vendored `plfit` library to version 1.0.0. This works around a bug in some MSVC / Windows SDK versions that define a `NAN` macro that is not a compile-time constant.
- Documentation improvements.

## [0.10.15]
Expand Down
1 change: 0 additions & 1 deletion src/vendor/cigraph/vendor/plfit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ add_library(
lbfgs.c
mt.c
options.c
platform.c
plfit.c
plfit_error.c
rbinom.c
Expand Down
36 changes: 0 additions & 36 deletions src/vendor/cigraph/vendor/plfit/platform.c

This file was deleted.

69 changes: 0 additions & 69 deletions src/vendor/cigraph/vendor/plfit/platform.h

This file was deleted.

1 change: 0 additions & 1 deletion src/vendor/cigraph/vendor/plfit/plfit_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "plfit_error.h"
#include "platform.h"

static const char *plfit_i_error_strings[] = {
"No error",
Expand Down
8 changes: 4 additions & 4 deletions src/vendor/cigraph/vendor/plfit/plfit_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#ifndef PLFIT_VERSION_H
#define PLFIT_VERSION_H

#define PLFIT_VERSION_MAJOR 0
#define PLFIT_VERSION_MINOR 9
#define PLFIT_VERSION_PATCH 6
#define PLFIT_VERSION_STRING "0.9.6"
#define PLFIT_VERSION_MAJOR 1
#define PLFIT_VERSION_MINOR 0
#define PLFIT_VERSION_PATCH 0
#define PLFIT_VERSION_STRING "1.0.0"

#endif
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-32-g2cdc20a37"
#define IGRAPH_VERSION "0.10.15-33-ge0dbe374e"
#define IGRAPH_VERSION_MAJOR 0
#define IGRAPH_VERSION_MINOR 10
#define IGRAPH_VERSION_PATCH 15
#define IGRAPH_VERSION_PRERELEASE "32-g2cdc20a37"
#define IGRAPH_VERSION_PRERELEASE "33-ge0dbe374e"

IGRAPH_EXPORT void igraph_version(const char **version_string,
int *major,
Expand Down

0 comments on commit c0dc86a

Please sign in to comment.