upstream: non-internal support: plfit
authorJerome Benoit <calculus@rezozer.net>
Sat, 18 Jan 2025 23:34:52 +0000 (23:34 +0000)
committerJerome Benoit <calculus@rezozer.net>
Sat, 18 Jan 2025 23:34:52 +0000 (23:34 +0000)
Origin: debian
Forwarded: https://github.com/igraph/igraph/pull/1921
Last-Update: 2022-03-16

This patch specify the folder of the `plfit` headers.
It is meant to be submitted to the upstream maintainer.

Gbp-Pq: Name upstream-external-plfit.patch

tests/benchmarks/igraph_power_law_fit.c

index 7f5b27209959a24cc943a687a4e5f573c6152c2f..98327f2b05abf1ab282a72d3907e1faa2bd54678 100644 (file)
@@ -17,7 +17,7 @@
 */
 
 #include <igraph.h>
-#include <plfit_sampling.h>
+#include <plfit/plfit_sampling.h>
 
 #include "bench.h"