Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/
Date: Sun, 31 Oct 2021 02:21:55
Message-Id: 1635646895.7daf833b6ddf3009dea7dec433e056515373d328.sam@gentoo
1 commit: 7daf833b6ddf3009dea7dec433e056515373d328
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 02:21:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 02:21:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7daf833b
7
8 media-gfx/openvdb: add note about possible future NanoVDB
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/openvdb/openvdb-9.0.0.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/media-gfx/openvdb/openvdb-9.0.0.ebuild b/media-gfx/openvdb/openvdb-9.0.0.ebuild
16 index d25bab6b111..ddcc881e79b 100644
17 --- a/media-gfx/openvdb/openvdb-9.0.0.ebuild
18 +++ b/media-gfx/openvdb/openvdb-9.0.0.ebuild
19 @@ -85,6 +85,8 @@ src_configure() {
20 die "OpenVDB ABI version is not compatible"
21 fi
22
23 + # TODO: add NanoVDB?
24 + # https://academysoftwarefoundation.github.io/openvdb/NanoVDB_HowToBuild.html
25 local mycmakeargs=(
26 -DCHOST="${CHOST}"
27 -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}/"