[arch-commits] Commit in openvdb/repos (3 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Dec 9 01:57:54 UTC 2019
Date: Monday, December 9, 2019 @ 01:57:53
Author: svenstaro
Revision: 536372
archrelease: copy trunk to community-testing-x86_64
Added:
openvdb/repos/community-testing-x86_64/
openvdb/repos/community-testing-x86_64/PKGBUILD
(from rev 536371, openvdb/trunk/PKGBUILD)
openvdb/repos/community-testing-x86_64/boost-1.67.patch
(from rev 536371, openvdb/trunk/boost-1.67.patch)
------------------+
PKGBUILD | 47 +++++++++++++++++++++++++++++++++++++++++++++++
boost-1.67.patch | 11 +++++++++++
2 files changed, 58 insertions(+)
Copied: openvdb/repos/community-testing-x86_64/PKGBUILD (from rev 536371, openvdb/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2019-12-09 01:57:53 UTC (rev 536372)
@@ -0,0 +1,47 @@
+# Maintainer : Sven-Hendrik Haase <svenstaro at gmail.com>
+
+pkgname=openvdb
+pkgver=7.0.0
+pkgrel=1
+pkgdesc='A large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids'
+url='https://github.com/dreamworksanimation/openvdb'
+arch=('x86_64')
+license=('MPL')
+depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc' 'log4cplus' 'openexr')
+makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 'python' 'python-numpy' 'ninja')
+optdepends=('glfw: for tools'
+ 'glu: for tools'
+ 'python-numpy: python module')
+source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz")
+sha512sums=('f5321b22b10e192012d544cc02921d3d52f621778ec5aa21ba6d450f3e29f2fdbd76486ad390a0c008394dbc6ee4aeecc04527ef30e73adf71c1a08a021746b7')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i "s/MINIMUM_PYTHON_VERSION 2.7/MINIMUM_PYTHON_VERSION 3.7/g" CMakeLists.txt
+
+ mkdir build
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"/build
+
+ cmake .. \
+ -GNinja \
+ -DUSE_NUMPY=ON \
+ -DUSE_LOG4CPLUS=ON \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DOPENVDB_BUILD_PYTHON_MODULE=ON \
+ -DOPENVDB_BUILD_DOCS=ON \
+ -DOPENVDB_BUILD_UNITTESTS=OFF
+
+ sed -i "s/isystem/I/g" build.ninja
+ ninja
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+ DESTDIR="${pkgdir}" ninja install
+}
+
+# vim:set sw=2 sts=2 et:
Copied: openvdb/repos/community-testing-x86_64/boost-1.67.patch (from rev 536371, openvdb/trunk/boost-1.67.patch)
===================================================================
--- community-testing-x86_64/boost-1.67.patch (rev 0)
+++ community-testing-x86_64/boost-1.67.patch 2019-12-09 01:57:53 UTC (rev 536372)
@@ -0,0 +1,11 @@
+diff -upr openvdb-5.1.0.orig/openvdb/CMakeLists.txt openvdb-5.1.0/openvdb/CMakeLists.txt
+--- openvdb-5.1.0.orig/openvdb/CMakeLists.txt 2018-06-03 02:59:00.521389220 +0300
++++ openvdb-5.1.0/openvdb/CMakeLists.txt 2018-06-03 03:07:55.094264747 +0300
+@@ -275,6 +275,7 @@ IF (NOT WIN32)
+ TARGET_LINK_LIBRARIES ( vdb_view
+ openvdb_shared
+ ${Boost_THREAD_LIBRARY}
++ ${CMAKE_THREAD_LIBS_INIT}
+ ${OPENGL_gl_LIBRARY}
+ ${OPENGL_glu_LIBRARY}
+ ${COCOA_LIBRARY}
More information about the arch-commits
mailing list