Add graph references

This commit is contained in:
Abdelrahman Said
2026-06-28 13:49:01 +01:00
parent 0a9807e448
commit a11edf0c53
2578 changed files with 868045 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
Modifying from https://github.com/qhull/qhull on commit d1c2fc0caa5f644f3a0f220290d4a868c68ed4f6
Changed `userprintf_r.c` to not print when passed a null pointer as file handle.
Changed `usermem_r.c` to not reference `exit()`. Even though this `exit()` is never called, it is necessary to keep igraph free of any references to it to satisfy CRAN requirements and comply with Debian guidelines.
Changed the following settings in `user_r.h`:
- `#define qh_KEEPstatistics 0`, do not incude statistics gathering code
- `#define qh_NOtrace`, do not include tracing code
Patched with https://github.com/qhull/qhull/pull/165.