From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/assimp/
Date: Sun, 01 Jun 2025 16:59:44 +0000 (UTC) [thread overview]
Message-ID: <1748797100.094d43f5fdd51da3330d0b40d2aac26e8aa4a08a.sam@gentoo> (raw)
commit: 094d43f5fdd51da3330d0b40d2aac26e8aa4a08a
Author: Kostadin Shishmanov <kostadinshishmanov <AT> protonmail <DOT> com>
AuthorDate: Sun Jun 1 16:45:06 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 1 16:58:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094d43f5
media-libs/assimp: disable automagic ccache
Users in Gentoo enable ccache with FEATURES="ccache" if required, it
shouldn't be enabled automagically by a project.
Signed-off-by: Kostadin Shishmanov <kostadinshishmanov <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42391
Closes: https://github.com/gentoo/gentoo/pull/42391
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/assimp/assimp-5.4.3-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-libs/assimp/assimp-5.4.3-r1.ebuild b/media-libs/assimp/assimp-5.4.3-r1.ebuild
index 840f6d4e01a1..3cd49f41aa4e 100644
--- a/media-libs/assimp/assimp-5.4.3-r1.ebuild
+++ b/media-libs/assimp/assimp-5.4.3-r1.ebuild
@@ -75,6 +75,7 @@ src_configure() {
# -DASSIMP_BUILD_NONFREE_C4D_IMPORTER=no # Build the C4D importer, which relies on the non-free Cineware SDK.
-DASSIMP_BUILD_SAMPLES=$(usex samples) # If the official samples are built as well (needs Glut).
-DASSIMP_BUILD_TESTS=$(usex test) # If the test suite for Assimp is built in addition to the library.
+ -DASSIMP_BUILD_USE_CCACHE=off
-DASSIMP_BUILD_ZLIB=no # Build your own zlib
-DASSIMP_COVERALLS=$(usex test) # Enable this to measure test coverage.
# breaks tests
next reply other threads:[~2025-06-01 16:59 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-01 16:59 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-25 12:58 [gentoo-commits] repo/gentoo:master commit in: media-libs/assimp/ Sam James
2025-08-01 8:23 Sam James
2024-11-09 9:02 Arthur Zamarin
2024-11-06 14:28 Sam James
2024-11-06 14:28 Sam James
2024-11-06 13:35 Sam James
2024-11-06 13:35 Sam James
2024-09-22 16:25 Joonas Niilola
2024-09-22 16:25 Joonas Niilola
2024-07-31 0:02 Sam James
2024-07-31 0:02 Sam James
2024-07-31 0:02 Sam James
2024-07-31 0:02 Sam James
2024-07-30 23:44 Jakov Smolić
2024-07-03 22:43 Matthias Maier
2024-07-02 2:37 Ionen Wolkens
2024-04-09 15:54 Arthur Zamarin
2024-04-09 15:54 Arthur Zamarin
2024-04-09 15:54 Arthur Zamarin
2024-01-20 12:27 Sam James
2024-01-20 12:27 Sam James
2024-01-02 16:26 WANG Xuerui
2023-12-02 10:57 Arthur Zamarin
2023-12-02 10:57 Arthur Zamarin
2023-02-07 6:46 Joonas Niilola
2023-02-06 18:00 Sam James
2023-02-06 18:00 Sam James
2022-10-10 13:18 Joonas Niilola
2022-09-25 12:20 Agostino Sarubbo
2022-09-25 6:22 Joonas Niilola
2022-09-25 6:22 Joonas Niilola
2022-06-22 16:13 Arthur Zamarin
2022-06-22 7:10 Joonas Niilola
2022-06-22 7:01 Joonas Niilola
2022-04-29 7:50 Sam James
2022-03-31 11:59 Joonas Niilola
2022-03-21 9:18 Jakov Smolić
2022-03-21 7:47 Agostino Sarubbo
2021-07-24 23:43 Yixun Lan
2020-06-09 4:23 Mart Raudsepp
2020-06-06 17:38 Agostino Sarubbo
2020-06-06 17:27 Agostino Sarubbo
2020-06-05 12:48 Andreas Sturmlechner
2019-11-24 16:15 Aaron Bauman
2019-08-21 19:03 Slawek Lis
2018-09-12 20:47 Thomas Deutschmann
2018-06-24 14:45 Jason Zaman
2018-05-16 12:09 Andreas Sturmlechner
2016-09-19 5:44 Slawek Lis
2016-09-06 7:02 Slawek Lis
2016-01-21 6:58 Slawek Lis
2016-01-19 13:49 Alexis Ballier
2016-01-19 13:49 Alexis Ballier
2016-01-19 13:49 Alexis Ballier
2016-01-13 6:37 Slawek Lis
2015-09-19 14:52 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1748797100.094d43f5fdd51da3330d0b40d2aac26e8aa4a08a.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox