Skip to content
Snippets Groups Projects
Verified Commit 8241cb8a authored by Michael R. Crusoe's avatar Michael R. Crusoe :gay_pride_flag:
Browse files

d/patches/python3.12: Fix autopkgtest failure. Closes: #1074519

Closes: #1074519
parent 31cc37bc
No related branches found
No related tags found
No related merge requests found
Pipeline #699174 failed
CXX=g++
CXXFLAGS=-O3 -fopenmp -std=gnu++17 -Wall -fPIC $(shell pkg-config --cflags python3 graph-tool-py3.11) -shared
LDXXFLAGS=$(shell pkg-config --libs python3 graph-tool-py3.11)
CXXFLAGS=-O3 -fopenmp -std=gnu++17 -Wall -fPIC $(shell pkg-config --cflags python3 graph-tool-py3.12) -shared
LDXXFLAGS=$(shell pkg-config --libs python3 graph-tool-py3.12)
default: build
......
graph-tool (2.71+ds-2) unstable; urgency=medium
* Team upload.
* d/patches/python3.12: Fix autopkgtest failure. Closes: #1074519
-- Michael R. Crusoe <crusoe@debian.org> Tue, 09 Jul 2024 11:23:25 +0200
graph-tool (2.71+ds-1) unstable; urgency=medium
* New upstream release.
......
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Fix Autopkgtest building for Python3.12
Forwarded: not-needed
--- graph-tool.orig/doc/demos/cppextensions/Makefile
+++ graph-tool/doc/demos/cppextensions/Makefile
@@ -1,5 +1,5 @@
CXX=g++
-CXXFLAGS=-O3 -fopenmp -std=gnu++17 -Wall -fPIC `pkg-config --cflags --libs graph-tool-py3.11` -shared
+CXXFLAGS=-O3 -fopenmp -std=gnu++17 -Wall -fPIC `pkg-config --cflags --libs graph-tool-py3.12` -shared
ALL: libkcore.so
libkcore.so: kcore.hh kcore.cc
python3.12
upstream-workaround-int128-arch-32bits.patch
upstream-fix-autotools-update.patch
upstream-sanitise-autotools-git_data-discard.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment