Andreas Tille pushed to branch master at Debian Med / twopaco
Commits: 6553f0be by Andreas Tille at 2022-06-27T13:33:17+02:00 Attempt to fix: fatal error: tbb/mutex.h: No such file or directory - - - - - 2 changed files: - + debian/patches/onetbb.patch - debian/patches/series Changes: ===================================== debian/patches/onetbb.patch ===================================== @@ -0,0 +1,30 @@ +Description: Attempt to fix: + In file included from /build/twopaco-0.9.4+dfsg/src/common/streamfastaparser.cpp:4: + /build/twopaco-0.9.4+dfsg/src/common/streamfastaparser.h:8:10: fatal error: tbb/mutex.h: No such file or directory + 8 | #include <tbb/mutex.h> + | ^~~~~~~~~~~~~ +Author: Andreas Tille <[email protected]> +Last-Update: Sat, 18 Jun 2022 14:13:11 +0200 + +--- a/src/common/streamfastaparser.h ++++ b/src/common/streamfastaparser.h +@@ -5,7 +5,7 @@ + #include <fstream> + #include <stdexcept> + #include <algorithm> +-#include <tbb/mutex.h> ++#include <oneapi/tbb/mutex.h> + #include <iostream> + #include <memory> + +--- a/src/graphconstructor/vertexenumerator.h ++++ b/src/graphconstructor/vertexenumerator.h +@@ -10,7 +10,7 @@ + #include <unordered_map> + + #include <tbb/tbb.h> +-#include <tbb/mutex.h> ++#include <oneapi/tbb/mutex.h> + #include <tbb/compat/thread> + #include <tbb/spin_rw_mutex.h> + #include <tbb/blocked_range.h> ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ fix_cmake.patch +onetbb.patch View it on GitLab: https://salsa.debian.org/med-team/twopaco/-/commit/6553f0beb87736d8ce87c87bb0dd9e1d55afdf24 -- View it on GitLab: https://salsa.debian.org/med-team/twopaco/-/commit/6553f0beb87736d8ce87c87bb0dd9e1d55afdf24 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
