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:19:51
Message-Id: 1635646705.b13862dd61d0cbe0095a9c8ad77de213691cb0b4.sam@gentoo
1 commit: b13862dd61d0cbe0095a9c8ad77de213691cb0b4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 01:56:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 02:18:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13862dd
7
8 media-gfx/openvdb: add 9.0.0
9
10 Closes: https://bugs.gentoo.org/820788
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-gfx/openvdb/Manifest | 1 +
14 media-gfx/openvdb/openvdb-9.0.0.ebuild | 124 +++++++++++++++++++++++++++++++++
15 2 files changed, 125 insertions(+)
16
17 diff --git a/media-gfx/openvdb/Manifest b/media-gfx/openvdb/Manifest
18 index 0667d3371ff..dcd5a8c1c37 100644
19 --- a/media-gfx/openvdb/Manifest
20 +++ b/media-gfx/openvdb/Manifest
21 @@ -2,3 +2,4 @@ DIST openvdb-7.0.0.tar.gz 1872744 BLAKE2B e3a8c8d51f77e115d3d397abde0860a6322d56
22 DIST openvdb-7.1.0.tar.gz 1956052 BLAKE2B 7778d67bcc65ecb17b86f6e67a9e5f2d6574de5869a0a9c675ad7bc8540154c0f249a91c68a9da9068a3951b3e919e5676450fcaf13921c6263e7c87012a2f29 SHA512 49806375f7e6d7b12eaba24e672a068531d2f8a05f12eba29069710d2682f9983f9e6ad26047eed4b28e337f8d0e738b90130582863c710e8dd1e720bf0addad
23 DIST openvdb-8.0.1.tar.gz 2299276 BLAKE2B e65bd4710ff65e20570013399d1e71a32e8f80c5e3b5527fc17d23c7f86ead7e04483cf7ba5266f26343604677d3a0dcafc01474baf7ef09b98f1f41a66119a2 SHA512 6a5a8b637429295efa72494aef82ff92dd83092591b713f56930ccf4aab3a33806d1263bfd090c27239eab97b4fdc053288dc545e631f8a7d4ca180a32331be2
24 DIST openvdb-8.1.0.tar.gz 2619432 BLAKE2B ba06e8dc24876da0ed1a2b5560e8793ad1e42b45b2018734c98c9b8f1d43bdb4aa098243a68de90efb18cb0454a9ea2a59c87f411d2c6492c5bce95dc047a6f0 SHA512 081ccedb122ff9bd73e0cd7ff083ad0ff0165e0cf6305187edcbe90ff12f01ec085c91ad5c52c53596035e0c2afd5b8801e6c00374b0fc4b0cc111f5c7f37eb5
25 +DIST openvdb-9.0.0.tar.gz 2945040 BLAKE2B c47a8088ba30d3cbecff04dbfd2d48b39a254e54149d8692c3a7157a99a1c555ef9747b77aeab6f8709b61c348d496765f2cfcbb0975e21f533072871f3fa422 SHA512 1410b7b04b03fb09d6775ebe7b95e7c0a484d5f29c84203530ed30ccb7c061470be1abb93189010617342e57f3fecdd66a115c6d222024e68e2384a7fb196194
26
27 diff --git a/media-gfx/openvdb/openvdb-9.0.0.ebuild b/media-gfx/openvdb/openvdb-9.0.0.ebuild
28 new file mode 100644
29 index 00000000000..8f85563995d
30 --- /dev/null
31 +++ b/media-gfx/openvdb/openvdb-9.0.0.ebuild
32 @@ -0,0 +1,124 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python3_{8,9,10} )
39 +
40 +inherit cmake flag-o-matic python-single-r1
41 +
42 +DESCRIPTION="Library for the efficient manipulation of volumetric data"
43 +HOMEPAGE="https://www.openvdb.org"
44 +SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="MPL-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
49 +IUSE="cpu_flags_x86_avx cpu_flags_x86_sse4_2 blosc doc numpy python static-libs test utils zlib abi6-compat abi7-compat +abi8-compat"
50 +RESTRICT="!test? ( test )"
51 +
52 +REQUIRED_USE="
53 + numpy? ( python )
54 + ^^ ( abi6-compat abi7-compat abi8-compat )
55 + python? ( ${PYTHON_REQUIRED_USE} )
56 +"
57 +RDEPEND="
58 + >=dev-cpp/tbb-2021.4.0:=
59 + dev-libs/boost:=
60 + dev-libs/c-blosc:=
61 + dev-libs/jemalloc:=
62 + dev-libs/log4cplus:=
63 + dev-libs/imath:=
64 + media-libs/glfw
65 + media-libs/glu
66 + media-libs/openexr:3=
67 + sys-libs/zlib:=
68 + x11-libs/libXcursor
69 + x11-libs/libXi
70 + x11-libs/libXinerama
71 + x11-libs/libXrandr
72 + blosc? ( dev-libs/c-blosc )
73 + python? (
74 + ${PYTHON_DEPS}
75 + $(python_gen_cond_dep '
76 + dev-libs/boost:=[numpy?,python?,${PYTHON_USEDEP}]
77 + numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
78 + ')
79 + )
80 + zlib? ( sys-libs/zlib )
81 +"
82 +
83 +DEPEND="${RDEPEND}"
84 +BDEPEND="
85 + virtual/pkgconfig
86 + doc? (
87 + app-doc/doxygen
88 + dev-texlive/texlive-bibtexextra
89 + dev-texlive/texlive-fontsextra
90 + dev-texlive/texlive-fontutils
91 + dev-texlive/texlive-latex
92 + dev-texlive/texlive-latexextra
93 + )
94 + test? ( dev-util/cppunit dev-cpp/gtest )
95 +"
96 +
97 +PATCHES=(
98 + "${FILESDIR}/${PN}-7.1.0-0001-Fix-multilib-header-source.patch"
99 + "${FILESDIR}/${PN}-8.1.0-glfw-libdir.patch"
100 +)
101 +
102 +pkg_setup() {
103 + use python && python-single-r1_pkg_setup
104 +}
105 +
106 +src_configure() {
107 + local myprefix="${EPREFIX}/usr/"
108 +
109 + local version
110 + if use abi6-compat; then
111 + version=6
112 + elif use abi7-compat; then
113 + version=7
114 + elif use abi8-compat; then
115 + version=8
116 + else
117 + die "OpenVDB ABI version is not compatible"
118 + fi
119 +
120 + local mycmakeargs=(
121 + -DCHOST="${CHOST}"
122 + -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}/"
123 + -DOPENVDB_ABI_VERSION_NUMBER="${version}"
124 + -DOPENVDB_BUILD_DOCS=$(usex doc)
125 + -DOPENVDB_BUILD_UNITTESTS=$(usex test)
126 + -DOPENVDB_BUILD_VDB_LOD=$(usex !utils)
127 + -DOPENVDB_BUILD_VDB_RENDER=$(usex !utils)
128 + -DOPENVDB_BUILD_VDB_VIEW=$(usex !utils)
129 + -DOPENVDB_CORE_SHARED=ON
130 + -DOPENVDB_CORE_STATIC=$(usex static-libs)
131 + -DOPENVDB_ENABLE_RPATH=OFF
132 + -DOPENVDB_USE_BLOSC=$(usex blosc)
133 + -DOPENVDB_USE_ZLIB=$(usex zlib)
134 + -DUSE_CCACHE=OFF
135 + -DUSE_COLORED_OUTPUT=ON
136 + -DUSE_IMATH_HALF=ON
137 + -DUSE_LOG4CPLUS=ON
138 + )
139 +
140 + if use python; then
141 + mycmakeargs+=(
142 + -DOPENVDB_BUILD_PYTHON_MODULE=ON
143 + -DUSE_NUMPY=$(usex numpy)
144 + -DPYOPENVDB_INSTALL_DIRECTORY="$(python_get_sitedir)"
145 + -DPython_EXECUTABLE="${PYTHON}"
146 + )
147 + fi
148 +
149 + if use cpu_flags_x86_avx; then
150 + mycmakeargs+=( -DOPENVDB_SIMD=AVX )
151 + elif use cpu_flags_x86_sse4_2; then
152 + mycmakeargs+=( -DOPENVDB_SIMD=SSE42 )
153 + fi
154 +
155 + cmake_src_configure
156 +}