gentoo/dev-libs/boost/files/boost-1.89.0-graph-remove-system-dependency.patch
Holger Hoffstätte 67611dc0fd
dev-libs/boost: add 1.89.0 (no keywords)
- 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>
2025-09-16 11:12:35 +02:00

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) ]
;