mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-12 00:07:12 +03:00
- no longer depend on virtual/mpi[cxx] (#955847) - no longer need to add special main() to accumulators tests - add fixes to make graph, predef, unordered tests pass - multiprecision now passes but force-builds with -O3 and takes forever, so move it to the list of expensive tests - add python-3.14 support (compile-tested against 3.14.0-rc2) Closes: https://bugs.gentoo.org/955847 Part-of: https://github.com/gentoo/gentoo/pull/43465 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: David Seifert <soap@gentoo.org>
17 lines
547 B
Diff
17 lines
547 B
Diff
Do not depend on boost_system's test build directory since it no longer exists.
|
|
|
|
--- boost_1_89_0/libs/graph/test/Jamfile.v2~
|
|
+++ boost_1_89_0/libs/graph/test/Jamfile.v2
|
|
@@ -172,11 +172,9 @@ alias graph_test_with_filesystem : :
|
|
alias graph_test_with_filesystem :
|
|
[ run all_planar_input_files_test.cpp
|
|
../../filesystem/build
|
|
- ../../system/build
|
|
: $(PLANAR_INPUT_FILES) ]
|
|
[ run parallel_edges_loops_test.cpp
|
|
../../filesystem/build
|
|
- ../../system/build
|
|
: $(PLANAR_INPUT_FILES) ]
|
|
;
|
|
|