File: upstream-external-plfit.patch

package info (click to toggle)
igraph 1.0.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,428 kB
  • sloc: ansic: 155,735; cpp: 32,500; xml: 2,951; python: 411; makefile: 168; javascript: 20; sh: 9
file content (19 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: upstream: non-internal support: plfit
 This patch specify the folder of the `plfit` headers.
 It is meant to be submitted to the upstream maintainer.
Origin: debian
Forwarded: https://github.com/igraph/igraph/pull/1921
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2022-03-16

--- a/tests/benchmarks/igraph_power_law_fit.c
+++ b/tests/benchmarks/igraph_power_law_fit.c
@@ -17,7 +17,7 @@
 */
 
 #include <igraph.h>
-#include <plfit_sampling.h>
+#include <plfit/plfit_sampling.h>
 
 #include "bench.h"