mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +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>
14 lines
401 B
Diff
14 lines
401 B
Diff
Use the correct path to the include file.
|
|
|
|
--- boost_1_89_0/libs/predef/test/build.jam~
|
|
+++ boost_1_89_0/libs/predef/test/build.jam
|
|
@@ -12,7 +12,7 @@ project
|
|
: requirements
|
|
# Add explicit dependency since we don't have header scanner for
|
|
# .m and .mm files.
|
|
- <dependency>../include/boost/predef.h
|
|
+ <dependency>../../../boost/predef.h
|
|
;
|
|
|
|
using testing ;
|