[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-12-27 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 28, 2020 @ 02:53:25
  Author: svenstaro
Revision: 794318

upgpkg: openvdb 8.0.0-1

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-28 02:17:21 UTC (rev 794317)
+++ PKGBUILD2020-12-28 02:53:25 UTC (rev 794318)
@@ -1,6 +1,6 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
-pkgver=7.2.1
+pkgver=8.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'
@@ -12,7 +12,7 @@
 'glu: for tools'
 'python-numpy: python module')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('ae74c3e54fe5ae5866bc58cf83c0ba291a32dd9af9c87cbf201af7ab169b44af2afc134eaa0c7c37de0471ebde08e1ee325e4e111d69579ad9460892055fb137')
+sha512sums=('b26dea41e5305bbe023362241b82dda7e168f8df9526270e6b214f8442ce7e2135889d79a1944928478ae1a2b24866381b3be4d2d1af7a5726e39724055a6e78')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-12-24 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 25, 2020 @ 00:05:19
  Author: svenstaro
Revision: 789245

upgpkg: openvdb 7.2.1-1

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 7 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-25 00:04:58 UTC (rev 789244)
+++ PKGBUILD2020-12-25 00:05:19 UTC (rev 789245)
@@ -1,6 +1,6 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
-pkgver=7.2.0
+pkgver=7.2.1
 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'
@@ -11,23 +11,14 @@
 optdepends=('glfw: for tools'
 'glu: for tools'
 'python-numpy: python module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;
-
https://patch-diff.githubusercontent.com/raw/AcademySoftwareFoundation/openvdb/pull/905.patch)
-sha512sums=('f55ce585349272ddf534d2ccdf51ebbb1b50ac0a0431056c8f4d431cc6867e31cc0abdc3ea7856918904fc114406d896e89ee1b52be0eb6626cbf7ad9ac90160'
-
'034a96b1baa59b4455d46244a3dbbf85ca775e6295ed77b968de10d56816af8bc2bdf9c5f29ce949edfbaea780fbbba07be4e1b6f303946b9af9f130f5c8fed0')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
+sha512sums=('ae74c3e54fe5ae5866bc58cf83c0ba291a32dd9af9c87cbf201af7ab169b44af2afc134eaa0c7c37de0471ebde08e1ee325e4e111d69579ad9460892055fb137')
 
-prepare() {
+build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  # sed -i "s/MINIMUM_PYTHON_VERSION 2.7/MINIMUM_PYTHON_VERSION 3.7/g" 
CMakeLists.txt
-  patch -Np1 -i "${srcdir}/905.patch"
 
-  mkdir build
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"/build
-
-  cmake .. \
+  cmake \
+-Bbuild \
 -GNinja \
 -DUSE_NUMPY=ON \
 -DUSE_LOG4CPLUS=ON \
@@ -36,8 +27,7 @@
 -DOPENVDB_BUILD_DOCS=ON \
 -DOPENVDB_BUILD_UNITTESTS=OFF
 
-  sed -i "s/isystem/I/g" build.ninja
-  ninja
+  ninja -C build
 }
 
 package() {


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-12-17 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 18, 2020 @ 00:48:29
  Author: svenstaro
Revision: 778347

upgpkg: openvdb 7.2.0-1

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-18 00:48:17 UTC (rev 778346)
+++ PKGBUILD2020-12-18 00:48:29 UTC (rev 778347)
@@ -1,7 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
-pkgver=7.1.0
-pkgrel=5
+pkgver=7.2.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')
@@ -11,12 +11,15 @@
 optdepends=('glfw: for tools'
 'glu: for tools'
 'python-numpy: python module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('49806375f7e6d7b12eaba24e672a068531d2f8a05f12eba29069710d2682f9983f9e6ad26047eed4b28e337f8d0e738b90130582863c710e8dd1e720bf0addad')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;
+
https://patch-diff.githubusercontent.com/raw/AcademySoftwareFoundation/openvdb/pull/905.patch)
+sha512sums=('f55ce585349272ddf534d2ccdf51ebbb1b50ac0a0431056c8f4d431cc6867e31cc0abdc3ea7856918904fc114406d896e89ee1b52be0eb6626cbf7ad9ac90160'
+
'034a96b1baa59b4455d46244a3dbbf85ca775e6295ed77b968de10d56816af8bc2bdf9c5f29ce949edfbaea780fbbba07be4e1b6f303946b9af9f130f5c8fed0')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i "s/MINIMUM_PYTHON_VERSION 2.7/MINIMUM_PYTHON_VERSION 3.7/g" 
CMakeLists.txt
+  # sed -i "s/MINIMUM_PYTHON_VERSION 2.7/MINIMUM_PYTHON_VERSION 3.7/g" 
CMakeLists.txt
+  patch -Np1 -i "${srcdir}/905.patch"
 
   mkdir build
 }


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-12-12 Thread Felix Yan via arch-commits
Date: Saturday, December 12, 2020 @ 15:15:40
  Author: felixonmars
Revision: 773300

upgpkg: openvdb 7.1.0-5: boost 1.75.0 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 15:12:38 UTC (rev 773299)
+++ PKGBUILD2020-12-12 15:15:40 UTC (rev 773300)
@@ -1,7 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
 pkgver=7.1.0
-pkgrel=4
+pkgrel=5
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 20:43:34
  Author: felixonmars
Revision: 771157

upgpkg: openvdb 7.1.0-4: boost 1.74.0 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 20:40:45 UTC (rev 771156)
+++ PKGBUILD2020-12-06 20:43:34 UTC (rev 771157)
@@ -1,7 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
 pkgver=7.1.0
-pkgrel=3
+pkgrel=4
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 13:28:19
  Author: foutrelis
Revision: 751809

upgpkg: openvdb 7.1.0-3: Python 3.9 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 13:27:47 UTC (rev 751808)
+++ PKGBUILD2020-11-12 13:28:19 UTC (rev 751809)
@@ -1,7 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
 pkgver=7.1.0
-pkgrel=2
+pkgrel=3
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 05:23:08
  Author: foutrelis
Revision: 749395

upgpkg: openvdb 7.1.0-2: Python 3.9 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 05:19:01 UTC (rev 749394)
+++ PKGBUILD2020-11-10 05:23:08 UTC (rev 749395)
@@ -1,7 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
 pkgver=7.1.0
-pkgrel=1
+pkgrel=2
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-08-14 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 14, 2020 @ 06:13:08
  Author: svenstaro
Revision: 678293

upgpkg: openvdb 7.1.0-1

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-14 06:10:54 UTC (rev 678292)
+++ PKGBUILD2020-08-14 06:13:08 UTC (rev 678293)
@@ -1,7 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
-pkgver=7.0.0
-pkgrel=5
+pkgver=7.1.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')
@@ -11,8 +11,8 @@
 optdepends=('glfw: for tools'
 'glu: for tools'
 'python-numpy: python module')
-source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('f5321b22b10e192012d544cc02921d3d52f621778ec5aa21ba6d450f3e29f2fdbd76486ad390a0c008394dbc6ee4aeecc04527ef30e73adf71c1a08a021746b7')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
+sha512sums=('49806375f7e6d7b12eaba24e672a068531d2f8a05f12eba29069710d2682f9983f9e6ad26047eed4b28e337f8d0e738b90130582863c710e8dd1e720bf0addad')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-05-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 12, 2020 @ 09:12:21
  Author: arojas
Revision: 626602

openexr 2.5.1 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-12 09:11:53 UTC (rev 626601)
+++ PKGBUILD2020-05-12 09:12:21 UTC (rev 626602)
@@ -1,7 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
 pkgver=7.0.0
-pkgrel=4
+pkgrel=5
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-05-09 Thread Antonio Rojas via arch-commits
Date: Saturday, May 9, 2020 @ 16:14:29
  Author: arojas
Revision: 625996

openexr 2.5 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 16:07:29 UTC (rev 625995)
+++ PKGBUILD2020-05-09 16:14:29 UTC (rev 625996)
@@ -1,7 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
 pkgver=7.0.0
-pkgrel=3
+pkgrel=4
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 16, 2020 @ 00:15:23
  Author: svenstaro
Revision: 572057

upgpkg: openvdb 7.0.0-3: Fix docs location FS#65507

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 00:06:47 UTC (rev 572056)
+++ PKGBUILD2020-02-16 00:15:23 UTC (rev 572057)
@@ -1,8 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
-
 pkgname=openvdb
 pkgver=7.0.0
-pkgrel=2
+pkgrel=3
 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')
@@ -42,6 +41,8 @@
   cd "${srcdir}/${pkgname}-${pkgver}/build"
 
   DESTDIR="${pkgdir}" ninja install
+  mkdir -p "${pkgdir}"/usr/share/doc/
+  mv "${pkgdir}"/usr/doc "${pkgdir}"/usr/share/doc/$pkgname
 }
 
 # vim:set sw=2 sts=2 et:


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2020-01-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 28, 2020 @ 01:47:33
  Author: foutrelis
Revision: 556935

boost 1.72.0 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-28 01:44:10 UTC (rev 556934)
+++ PKGBUILD2020-01-28 01:47:33 UTC (rev 556935)
@@ -2,7 +2,7 @@
 
 pkgname=openvdb
 pkgver=7.0.0
-pkgrel=1
+pkgrel=2
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2019-12-08 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, December 9, 2019 @ 01:57:48
  Author: svenstaro
Revision: 536371

upgpkg: openvdb 7.0.0-1

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-09 01:42:08 UTC (rev 536370)
+++ PKGBUILD2019-12-09 01:57:48 UTC (rev 536371)
@@ -1,8 +1,8 @@
 # Maintainer : Sven-Hendrik Haase 
 
 pkgname=openvdb
-pkgver=6.2.1
-pkgrel=5
+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')
@@ -13,7 +13,7 @@
 'glu: for tools'
 'python-numpy: python module')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('f5d830880316b5ca3921c77c75f3a254aba47d144ac6c0223fc2732d99cbd6b7ffb7f27049f8ab3760ad77b3658fc08a82728325ba753bc29932aa46336457de')
+sha512sums=('f5321b22b10e192012d544cc02921d3d52f621778ec5aa21ba6d450f3e29f2fdbd76486ad390a0c008394dbc6ee4aeecc04527ef30e73adf71c1a08a021746b7')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -32,8 +32,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DOPENVDB_BUILD_PYTHON_MODULE=ON \
 -DOPENVDB_BUILD_DOCS=ON \
--DOPENVDB_BUILD_UNITTESTS=OFF \
--DPython_LIBRARY=/usr/lib/libpython3.8m.so \
+-DOPENVDB_BUILD_UNITTESTS=OFF
 
   sed -i "s/isystem/I/g" build.ninja
   ninja


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Sunday, November 3, 2019 @ 21:24:38
  Author: felixonmars
Revision: 522680

Python 3.8 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 21:23:45 UTC (rev 522679)
+++ PKGBUILD2019-11-03 21:24:38 UTC (rev 522680)
@@ -2,7 +2,7 @@
 
 pkgname=openvdb
 pkgver=6.2.1
-pkgrel=4
+pkgrel=5
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2019-10-26 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 10:00:15
  Author: felixonmars
Revision: 520337

Python 3.8 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 09:52:51 UTC (rev 520336)
+++ PKGBUILD2019-10-26 10:00:15 UTC (rev 520337)
@@ -2,7 +2,7 @@
 
 pkgname=openvdb
 pkgver=6.2.1
-pkgrel=3
+pkgrel=4
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2019-10-26 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 09:39:21
  Author: felixonmars
Revision: 520333

Python 3.8 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 08:40:01 UTC (rev 520332)
+++ PKGBUILD2019-10-26 09:39:21 UTC (rev 520333)
@@ -2,7 +2,7 @@
 
 pkgname=openvdb
 pkgver=6.2.1
-pkgrel=2
+pkgrel=3
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2019-10-18 Thread Antonio Rojas via arch-commits
Date: Friday, October 18, 2019 @ 19:36:03
  Author: arojas
Revision: 517014

openexr 2.4 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-18 19:35:26 UTC (rev 517013)
+++ PKGBUILD2019-10-18 19:36:03 UTC (rev 517014)
@@ -2,7 +2,7 @@
 
 pkgname=openvdb
 pkgver=6.2.1
-pkgrel=1
+pkgrel=2
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2019-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 7, 2019 @ 22:11:45
  Author: svenstaro
Revision: 514144

upgpkg: openvdb 6.2.1-1

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |   39 ---
 1 file changed, 12 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 21:28:24 UTC (rev 514143)
+++ PKGBUILD2019-10-07 22:11:45 UTC (rev 514144)
@@ -1,29 +1,24 @@
 # Maintainer : Sven-Hendrik Haase 
 
 pkgname=openvdb
-pkgver=6.1.0
-pkgrel=2
+pkgver=6.2.1
+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')
-makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python' 'python-numpy')
+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;
-
https://patch-diff.githubusercontent.com/raw/AcademySoftwareFoundation/openvdb/pull/428.patch)
-sha512sums=('99ebbb50104ef87792ab73989e8714c4f283fb02d04c3033126b5f0d927ff7bbdebe35c8214ded841692941d8ed8ae551fd6d1bf90ad7dc07bedc3b38b9c4b38'
-
'2eba70b5dde0d9f319841963a93f74915ecc65a13629fec282a04ceb260f30dd475c43b445e7bb121dbc0381c638ddbae102775279aef46b80b1d3093497b916')
+source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
+sha512sums=('f5d830880316b5ca3921c77c75f3a254aba47d144ac6c0223fc2732d99cbd6b7ffb7f27049f8ab3760ad77b3658fc08a82728325ba753bc29932aa46336457de')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i "s|DESTINATION docs|DESTINATION share/doc/$pkgname|" 
openvdb/CMakeLists.txt
   sed -i "s/MINIMUM_PYTHON_VERSION 2.7/MINIMUM_PYTHON_VERSION 3.7/g" 
CMakeLists.txt
 
-  patch -Np1 -i "$srcdir"/428.patch
-
   mkdir build
 }
 
@@ -30,34 +25,24 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"/build
 
-  export CXXFLAGS="${CXXFLAGS} -DPY_OPENVDB_USE_NUMPY"
   cmake .. \
--DBLOSC_LOCATION=/usr/ \
--DTBB_LOCATION=/usr/ \
--DUSE_GLFW3=ON \
--DGLFW3_LOCATION=/usr/ \
--DILMBASE_NAMESPACE_VERSIONING=OFF \
--DOPENEXR_NAMESPACE_VERSIONING=OFF \
--DILMBASE_LOCATION=/usr/ \
--DOPENEXR_LOCATION=/usr/ \
--DCPPUNIT_LOCATION=/usr/include/cppunit \
+-GNinja \
+-DUSE_NUMPY=ON \
+-DUSE_LOG4CPLUS=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DOPENVDB_BUILD_PYTHON_MODULE=ON \
 -DOPENVDB_BUILD_DOCS=ON \
 -DOPENVDB_BUILD_UNITTESTS=OFF \
--DPYTHON_INCL_DIR=/usr/include/python3.7m \
--DPYTHON_INCLUDE_DIR=/usr/include/python3.7m \
--DPYTHON_LIB_DIR=/usr/lib \
 -DPython_LIBRARY=/usr/lib/libpython3.7m.so \
 
-  sed -i "s/isystem/I/g" $(find . -name flags.make)
-  make
+  sed -i "s/isystem/I/g" build.ninja
+  ninja
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}/build"
 
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" ninja install
 }
 
 # vim:set sw=2 sts=2 et:


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2019-09-22 Thread Evangelos Foutras via arch-commits
Date: Sunday, September 22, 2019 @ 09:13:50
  Author: foutrelis
Revision: 511472

Remove Boost_NO_BOOST_CMAKE=ON workaround

Not needed with boost >= 1.71.0-2.

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-22 08:53:54 UTC (rev 511471)
+++ PKGBUILD2019-09-22 09:13:50 UTC (rev 511472)
@@ -42,7 +42,6 @@
 -DOPENEXR_LOCATION=/usr/ \
 -DCPPUNIT_LOCATION=/usr/include/cppunit \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DBoost_NO_BOOST_CMAKE=ON \
 -DOPENVDB_BUILD_PYTHON_MODULE=ON \
 -DOPENVDB_BUILD_DOCS=ON \
 -DOPENVDB_BUILD_UNITTESTS=OFF \


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2019-09-13 Thread Evangelos Foutras via arch-commits
Date: Friday, September 13, 2019 @ 08:21:32
  Author: foutrelis
Revision: 510079

boost 1.71.0 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 08:17:05 UTC (rev 510078)
+++ PKGBUILD2019-09-13 08:21:32 UTC (rev 510079)
@@ -2,7 +2,7 @@
 
 pkgname=openvdb
 pkgver=6.1.0
-pkgrel=1
+pkgrel=2
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2019-09-13 Thread Evangelos Foutras via arch-commits
Date: Friday, September 13, 2019 @ 08:17:05
  Author: foutrelis
Revision: 510078

Fix build with boost >= 1.70.0

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 06:43:27 UTC (rev 510077)
+++ PKGBUILD2019-09-13 08:17:05 UTC (rev 510078)
@@ -42,6 +42,7 @@
 -DOPENEXR_LOCATION=/usr/ \
 -DCPPUNIT_LOCATION=/usr/include/cppunit \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DBoost_NO_BOOST_CMAKE=ON \
 -DOPENVDB_BUILD_PYTHON_MODULE=ON \
 -DOPENVDB_BUILD_DOCS=ON \
 -DOPENVDB_BUILD_UNITTESTS=OFF \


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2019-07-12 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 13, 2019 @ 03:40:32
  Author: svenstaro
Revision: 489310

upgpkg: openvdb 6.1.0-1

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |   33 +++--
 1 file changed, 19 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-13 03:35:58 UTC (rev 489309)
+++ PKGBUILD2019-07-13 03:40:32 UTC (rev 489310)
@@ -1,34 +1,35 @@
-# Maintainer : Sven-Hendrik Haase 
+# Maintainer : Sven-Hendrik Haase 
 
 pkgname=openvdb
-pkgver=6.0.0
-pkgrel=2
+pkgver=6.1.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')
-makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python-numpy')
+makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python' 'python-numpy')
 optdepends=('glfw: for tools'
 'glu: for tools'
 'python-numpy: python module')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;
-'boost-1.67.patch')
-sha512sums=('6b9e267fff46647b39e1e6faa12059442196c1858df1fda1515cfc375e25bc3033e2828c80e63a652509cfba386376e022cebf81ec85aaccece421b0c721529b'
-
'48075304517a9e0f52d5c22c575a22fb7904c743262652d4abe1028bfc540d4f5a8a97bd754acbb3959a7c148d12c7e55a71bd630e59bf4fe51433ac9dca4372')
+
https://patch-diff.githubusercontent.com/raw/AcademySoftwareFoundation/openvdb/pull/428.patch)
+sha512sums=('99ebbb50104ef87792ab73989e8714c4f283fb02d04c3033126b5f0d927ff7bbdebe35c8214ded841692941d8ed8ae551fd6d1bf90ad7dc07bedc3b38b9c4b38'
+
'2eba70b5dde0d9f319841963a93f74915ecc65a13629fec282a04ceb260f30dd475c43b445e7bb121dbc0381c638ddbae102775279aef46b80b1d3093497b916')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ../boost-1.67.patch
   sed -i "s|DESTINATION docs|DESTINATION share/doc/$pkgname|" 
openvdb/CMakeLists.txt
+  sed -i "s/MINIMUM_PYTHON_VERSION 2.7/MINIMUM_PYTHON_VERSION 3.7/g" 
CMakeLists.txt
+
+  patch -Np1 -i "$srcdir"/428.patch
+
+  mkdir build
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}-${pkgver}"/build
 
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
   export CXXFLAGS="${CXXFLAGS} -DPY_OPENVDB_USE_NUMPY"
   cmake .. \
 -DBLOSC_LOCATION=/usr/ \
@@ -43,9 +44,13 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DOPENVDB_BUILD_PYTHON_MODULE=ON \
 -DOPENVDB_BUILD_DOCS=ON \
--DOPENVDB_ABI_VERSION_NUMBER=3 \
--DOPENVDB_BUILD_UNITTESTS=OFF
+-DOPENVDB_BUILD_UNITTESTS=OFF \
+-DPYTHON_INCL_DIR=/usr/include/python3.7m \
+-DPYTHON_INCLUDE_DIR=/usr/include/python3.7m \
+-DPYTHON_LIB_DIR=/usr/lib \
+-DPython_LIBRARY=/usr/lib/libpython3.7m.so \
 
+  sed -i "s/isystem/I/g" $(find . -name flags.make)
   make
 }
 


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2019-01-14 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 07:27:34
  Author: felixonmars
Revision: 423160

boost 1.69.0 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 07:26:01 UTC (rev 423159)
+++ PKGBUILD2019-01-15 07:27:34 UTC (rev 423160)
@@ -2,7 +2,7 @@
 
 pkgname=openvdb
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2018-12-25 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 25, 2018 @ 19:18:23
  Author: svenstaro
Revision: 418089

upgpkg: openvdb 6.0.0-1

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-25 18:08:14 UTC (rev 418088)
+++ PKGBUILD2018-12-25 19:18:23 UTC (rev 418089)
@@ -1,7 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
 
 pkgname=openvdb
-pkgver=5.2.0
+pkgver=6.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'
@@ -14,7 +14,7 @@
 'python-numpy: python module')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;
 'boost-1.67.patch')
-sha512sums=('69e21190c27a055e476a319b0c2d961303fa2f3fec30bec93ed44072d01816ef89e5e8f0abfc3a22d1c73742aa31284c664596747b49cd985fea1a751776506e'
+sha512sums=('6b9e267fff46647b39e1e6faa12059442196c1858df1fda1515cfc375e25bc3033e2828c80e63a652509cfba386376e022cebf81ec85aaccece421b0c721529b'
 
'48075304517a9e0f52d5c22c575a22fb7904c743262652d4abe1028bfc540d4f5a8a97bd754acbb3959a7c148d12c7e55a71bd630e59bf4fe51433ac9dca4372')
 
 prepare() {


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2018-09-29 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, September 30, 2018 @ 02:57:57
  Author: svenstaro
Revision: 388072

upgpkg: openvdb 5.2.0-1

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-30 02:26:11 UTC (rev 388071)
+++ PKGBUILD2018-09-30 02:57:57 UTC (rev 388072)
@@ -1,8 +1,8 @@
 # Maintainer : Sven-Hendrik Haase 
 
 pkgname=openvdb
-pkgver=5.1.0
-pkgrel=5
+pkgver=5.2.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')
@@ -14,7 +14,7 @@
 'python-numpy: python module')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;
 'boost-1.67.patch')
-sha512sums=('c71d040a1862f5e31f084125e9695da3ebf171788956d7d4c16f99ead26a099a81d5a9c30ba2cc61f29e32e21f822796ae34f6c62496050894087735a19489f6'
+sha512sums=('69e21190c27a055e476a319b0c2d961303fa2f3fec30bec93ed44072d01816ef89e5e8f0abfc3a22d1c73742aa31284c664596747b49cd985fea1a751776506e'
 
'48075304517a9e0f52d5c22c575a22fb7904c743262652d4abe1028bfc540d4f5a8a97bd754acbb3959a7c148d12c7e55a71bd630e59bf4fe51433ac9dca4372')
 
 prepare() {


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 00:18:09
  Author: foutrelis
Revision: 382828

boost 1.68.0 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 00:17:59 UTC (rev 382827)
+++ PKGBUILD2018-09-18 00:18:09 UTC (rev 382828)
@@ -2,7 +2,7 @@
 
 pkgname=openvdb
 pkgver=5.1.0
-pkgrel=4
+pkgrel=5
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2018-08-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, August 22, 2018 @ 07:10:07
  Author: arojas
Revision: 373197

ilmbase/openexr 2.3 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-22 07:05:53 UTC (rev 373196)
+++ PKGBUILD2018-08-22 07:10:07 UTC (rev 373197)
@@ -3,7 +3,7 @@
 
 pkgname=openvdb
 pkgver=5.1.0
-pkgrel=3
+pkgrel=4
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2018-07-13 Thread Evangelos Foutras via arch-commits
Date: Friday, July 13, 2018 @ 19:49:09
  Author: foutrelis
Revision: 358793

Python 3.7 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-13 19:48:57 UTC (rev 358792)
+++ PKGBUILD2018-07-13 19:49:09 UTC (rev 358793)
@@ -3,7 +3,7 @@
 
 pkgname=openvdb
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2018-06-02 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 3, 2018 @ 01:07:13
  Author: foutrelis
Revision: 338500

boost 1.67.0 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 00:33:24 UTC (rev 338499)
+++ PKGBUILD2018-06-03 01:07:13 UTC (rev 338500)
@@ -3,7 +3,7 @@
 
 pkgname=openvdb
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD boost-1.67.patch)

2018-06-02 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 3, 2018 @ 00:09:51
  Author: foutrelis
Revision: 338498

Fix build with boost 1.67

Added:
  openvdb/trunk/boost-1.67.patch
Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 boost-1.67.patch |   11 +++
 2 files changed, 16 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 00:04:49 UTC (rev 338497)
+++ PKGBUILD2018-06-03 00:09:51 UTC (rev 338498)
@@ -13,12 +13,14 @@
 optdepends=('glfw: for tools'
 'glu: for tools'
 'python-numpy: python module')
-source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('c71d040a1862f5e31f084125e9695da3ebf171788956d7d4c16f99ead26a099a81d5a9c30ba2cc61f29e32e21f822796ae34f6c62496050894087735a19489f6')
+source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;
+'boost-1.67.patch')
+sha512sums=('c71d040a1862f5e31f084125e9695da3ebf171788956d7d4c16f99ead26a099a81d5a9c30ba2cc61f29e32e21f822796ae34f6c62496050894087735a19489f6'
+
'48075304517a9e0f52d5c22c575a22fb7904c743262652d4abe1028bfc540d4f5a8a97bd754acbb3959a7c148d12c7e55a71bd630e59bf4fe51433ac9dca4372')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
+  patch -Np1 -i ../boost-1.67.patch
   sed -i "s|DESTINATION docs|DESTINATION share/doc/$pkgname|" 
openvdb/CMakeLists.txt
 }
 

Added: boost-1.67.patch
===
--- boost-1.67.patch(rev 0)
+++ boost-1.67.patch2018-06-03 00:09:51 UTC (rev 338498)
@@ -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}


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2018-05-07 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 8, 2018 @ 02:53:54
  Author: svenstaro
Revision: 319501

upgpkg: openvdb 5.1.0-1

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-08 02:24:41 UTC (rev 319500)
+++ PKGBUILD2018-05-08 02:53:54 UTC (rev 319501)
@@ -2,7 +2,7 @@
 # Maintainer : Sven-Hendrik Haase 
 
 pkgname=openvdb
-pkgver=5.0.0
+pkgver=5.1.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'
@@ -14,7 +14,7 @@
 'glu: for tools'
 'python-numpy: python module')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('8916d54683d81144114e57f8332be43b7547e6da5d194f6147bcefd4ee9e8e7ec817f27b65adb129dfd149e6b308f4bab30591ee953ee2c319636491bf051a2b')
+sha512sums=('c71d040a1862f5e31f084125e9695da3ebf171788956d7d4c16f99ead26a099a81d5a9c30ba2cc61f29e32e21f822796ae34f6c62496050894087735a19489f6')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -42,7 +42,8 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DOPENVDB_BUILD_PYTHON_MODULE=ON \
 -DOPENVDB_BUILD_DOCS=ON \
--DOPENVDB_ENABLE_3_ABI_COMPATIBLE=ON
+-DOPENVDB_ABI_VERSION_NUMBER=3 \
+-DOPENVDB_BUILD_UNITTESTS=OFF
 
   make
 }


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2018-02-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 28, 2018 @ 09:13:43
  Author: arojas
Revision: 299917

ilmbase/openexr 2.2.1 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-28 09:13:28 UTC (rev 299916)
+++ PKGBUILD2018-02-28 09:13:43 UTC (rev 299917)
@@ -3,7 +3,7 @@
 
 pkgname=openvdb
 pkgver=4.0.2
-pkgrel=4
+pkgrel=6
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2017-12-30 Thread Jan Steffens via arch-commits
Date: Sunday, December 31, 2017 @ 06:09:29
  Author: heftig
Revision: 277517

4.0.2-4: Move docs

Modified:
  openvdb/trunk/PKGBUILD(contents, properties)

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-31 04:37:14 UTC (rev 277516)
+++ PKGBUILD2017-12-31 06:09:29 UTC (rev 277517)
@@ -1,8 +1,9 @@
+# $Id$
 # Maintainer : Sven-Hendrik Haase 
 
 pkgname=openvdb
 pkgver=4.0.2
-pkgrel=3
+pkgrel=4
 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')
@@ -21,6 +22,8 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   patch -Np1 < "${srcdir}/22d09714f9a6a29c62668b533495ed2afd4251ef.patch"
+
+  sed -i "s|DESTINATION docs|DESTINATION share/doc/$pkgname|" 
openvdb/CMakeLists.txt
 }
 
 build() {


Property changes on: openvdb/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2017-12-28 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 29, 2017 @ 02:22:29
  Author: svenstaro
Revision: 276769

upgpkg: openvdb 4.0.2-3

boost 1.66.0 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-29 02:22:05 UTC (rev 276768)
+++ PKGBUILD2017-12-29 02:22:29 UTC (rev 276769)
@@ -2,7 +2,7 @@
 
 pkgname=openvdb
 pkgver=4.0.2
-pkgrel=2
+pkgrel=3
 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')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2017-09-16 Thread Sven-Hendrik Haase
Date: Saturday, September 16, 2017 @ 16:09:54
  Author: svenstaro
Revision: 257918

upgpkg: openvdb 4.0.2-1

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |   56 +---
 1 file changed, 25 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-16 16:08:19 UTC (rev 257917)
+++ PKGBUILD2017-09-16 16:09:54 UTC (rev 257918)
@@ -1,51 +1,45 @@
 # Maintainer : Sven-Hendrik Haase 
 
-# I would just like to take a minute here to state that this is probably one
-# of the worst packaged software packages that I have ever looked at.
-# The Makefile has defaults set to the upstream developers' specific systems
-# as well as other oddities.
-
 pkgname=openvdb
-pkgver=3.2.0
-pkgrel=4
+pkgver=4.0.2
+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=('i686' 'x86_64')
 license=('MPL')
 depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
-makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'python2-numpy' 
'texlive-core' 'ghostscript')
-optdepends=('python2-numpy: Python module'
-'log4cplus: for vdb_print')
+makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu')
+optdepends=('glfw: for tools'
+'glu: for tools')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('df9a4895b219aae3b5a9616c34eb846d565877ff76648405691f0c903507f6faba94e8eba9173423b50cb5cef80f3ec500a9f70977cb7161701d39fd105abc91')
+sha512sums=('8e3e12583b81f9b9303b309e839c8321c67b67ff8a0e61bb56c87276bf25c0deff22f5a73c7c5b661b8e5df345bfdabfa6b0aea9bf16fce57d9c53a76751c75d')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
 
-  make all \
-OPENVDB_ENABLE_3_ABI_COMPATIBLE=ON \
-PYTHON_VERSION='2.7' \
-CPPUNIT_INCL_DIR='' \
-HDSO='/usr' \
-PYTHON_INCL_DIR=/usr/include/python2.7 \
-PYTHON_LIB_DIR=/usr/lib \
-EXR_LIB_DIR=/usr/lib \
-ILMBASE_LIB_DIR=/usr/lib \
-NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
-GLFW_INCL_DIR='' \
-BOOST_PYTHON_LIB_DIR=/usr/lib \
-BOOST_PYTHON_LIB=-lboost_python
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+  cmake .. \
+-DBLOSC_LOCATION=/usr/ \
+-DTBB_LOCATION=/usr/ \
+-DUSE_GLFW3=ON \
+-DGLFW3_LOCATION=/usr/ \
+-DILMBASE_NAMESPACE_VERSIONING=OFF \
+-DOPENEXR_NAMESPACE_VERSIONING=OFF \
+-DILMBASE_LOCATION=/usr/ \
+-DOPENEXR_LOCATION=/usr/ \
+-DCPPUNIT_LOCATION=/usr/include/cppunit \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOPENVDB_BUILD_PYTHON_MODULE=OFF \
+-DOPENVDB_BUILD_DOCS=ON
 
+  make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
 
-  mkdir ${pkgdir}/usr
-  make install \
-GLFW_INCL_DIR='' \
-EPYDOC='' \
-DESTDIR=${pkgdir}/usr
+  make DESTDIR="${pkgdir}" install
 }
 
 # vim:set sw=2 sts=2 et:


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2017-08-10 Thread Sven-Hendrik Haase
Date: Thursday, August 10, 2017 @ 22:12:33
  Author: svenstaro
Revision: 249794

upgpkg: openvdb 3.2.0-4

rebuild without python docs

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-10 22:03:55 UTC (rev 249793)
+++ PKGBUILD2017-08-10 22:12:33 UTC (rev 249794)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer : Sven-Hendrik Haase 
 
 # I would just like to take a minute here to state that this is probably one
 # of the worst packaged software packages that I have ever looked at.
@@ -7,13 +7,13 @@
 
 pkgname=openvdb
 pkgver=3.2.0
-pkgrel=3
+pkgrel=4
 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=('i686' 'x86_64')
 license=('MPL')
 depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
-makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy' 
'texlive-core' 'ghostscript' 'epydoc')
+makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'python2-numpy' 
'texlive-core' 'ghostscript')
 optdepends=('python2-numpy: Python module'
 'log4cplus: for vdb_print')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
@@ -44,7 +44,7 @@
   mkdir ${pkgdir}/usr
   make install \
 GLFW_INCL_DIR='' \
-EPYDOC=/usr/bin/epydoc \
+EPYDOC='' \
 DESTDIR=${pkgdir}/usr
 }
 


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2017-08-07 Thread Sven-Hendrik Haase
Date: Monday, August 7, 2017 @ 16:00:56
  Author: svenstaro
Revision: 249472

Add optdep on log4cplus

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 15:58:55 UTC (rev 249471)
+++ PKGBUILD2017-08-07 16:00:56 UTC (rev 249472)
@@ -14,7 +14,8 @@
 license=('MPL')
 depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
 makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy' 
'texlive-core' 'ghostscript' 'epydoc')
-optdepends=('python2-numpy: Python module')
+optdepends=('python2-numpy: Python module'
+'log4cplus: for vdb_print')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
 
sha512sums=('df9a4895b219aae3b5a9616c34eb846d565877ff76648405691f0c903507f6faba94e8eba9173423b50cb5cef80f3ec500a9f70977cb7161701d39fd105abc91')
 


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2017-05-23 Thread Sven-Hendrik Haase
Date: Tuesday, May 23, 2017 @ 18:13:13
  Author: svenstaro
Revision: 229807

upgpkg: openvdb 3.2.0-3

rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-23 18:07:43 UTC (rev 229806)
+++ PKGBUILD2017-05-23 18:13:13 UTC (rev 229807)
@@ -6,8 +6,8 @@
 # as well as other oddities.
 
 pkgname=openvdb
-pkgver=4.0.0
-pkgrel=1
+pkgver=3.2.0
+pkgrel=3
 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=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy' 
'texlive-core' 'ghostscript' 'epydoc')
 optdepends=('python2-numpy: Python module')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('138e23408d725f153f5545c8083cd16f6b3e5cf80308e080d5e463f74f947759cdf5f9d818137ebffaf8b2de77bffa8f38ef0d20758a1418aea1c71702c0001d')
+sha512sums=('df9a4895b219aae3b5a9616c34eb846d565877ff76648405691f0c903507f6faba94e8eba9173423b50cb5cef80f3ec500a9f70977cb7161701d39fd105abc91')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2017-01-15 Thread Sven-Hendrik Haase
Date: Monday, January 16, 2017 @ 00:24:12
  Author: svenstaro
Revision: 207534

upgpkg: openvdb 4.0.0-1

upstream release 4.0.0

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-16 00:19:16 UTC (rev 207533)
+++ PKGBUILD2017-01-16 00:24:12 UTC (rev 207534)
@@ -6,8 +6,8 @@
 # as well as other oddities.
 
 pkgname=openvdb
-pkgver=3.2.0
-pkgrel=2
+pkgver=4.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=('i686' 'x86_64')
@@ -16,12 +16,13 @@
 makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy' 
'texlive-core' 'ghostscript' 'epydoc')
 optdepends=('python2-numpy: Python module')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha256sums=('d4b6eb63a2c1c62ca449399f3d7789638fde655c32a977b50717b727420a634b')
+sha512sums=('138e23408d725f153f5545c8083cd16f6b3e5cf80308e080d5e463f74f947759cdf5f9d818137ebffaf8b2de77bffa8f38ef0d20758a1418aea1c71702c0001d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
 
   make all \
+OPENVDB_ENABLE_3_ABI_COMPATIBLE=ON \
 PYTHON_VERSION='2.7' \
 CPPUNIT_INCL_DIR='' \
 HDSO='/usr' \


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2017-01-02 Thread Antonio Rojas
Date: Monday, January 2, 2017 @ 11:39:13
  Author: arojas
Revision: 204282

Boost 1.63 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-02 11:32:29 UTC (rev 204281)
+++ PKGBUILD2017-01-02 11:39:13 UTC (rev 204282)
@@ -7,7 +7,7 @@
 
 pkgname=openvdb
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 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=('i686' 'x86_64')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2016-10-10 Thread Sven-Hendrik Haase
Date: Monday, October 10, 2016 @ 06:39:58
  Author: svenstaro
Revision: 191787

upgpkg: openvdb 3.2.0-1

upstream release 3.2.0

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-10 06:31:08 UTC (rev 191786)
+++ PKGBUILD2016-10-10 06:39:58 UTC (rev 191787)
@@ -6,17 +6,17 @@
 # as well as other oddities.
 
 pkgname=openvdb
-pkgver=3.1.0
-pkgrel=4
+pkgver=3.2.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=('i686' 'x86_64')
 license=('MPL')
 depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
-makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy')
+makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy' 
'texlive-core' 'ghostscript' 'epydoc')
 optdepends=('python2-numpy: Python module')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha256sums=('b95a32f4f0195452a64870bda978999a719006a0c036b9ac985b466532d32d4b')
+sha256sums=('d4b6eb63a2c1c62ca449399f3d7789638fde655c32a977b50717b727420a634b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
@@ -42,6 +42,7 @@
   mkdir ${pkgdir}/usr
   make install \
 GLFW_INCL_DIR='' \
+EPYDOC=/usr/bin/epydoc \
 DESTDIR=${pkgdir}/usr
 }
 


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 11:20:23
  Author: svenstaro
Revision: 187286

upgpkg: openvdb 3.1.0-4

boost 1.61 rebuild

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 09:37:11 UTC (rev 187285)
+++ PKGBUILD2016-08-22 11:20:23 UTC (rev 187286)
@@ -7,7 +7,7 @@
 
 pkgname=openvdb
 pkgver=3.1.0
-pkgrel=3
+pkgrel=4
 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=('i686' 'x86_64')


[arch-commits] Commit in openvdb/trunk (PKGBUILD)

2016-04-08 Thread Sven-Hendrik Haase
Date: Friday, April 8, 2016 @ 21:41:10
  Author: svenstaro
Revision: 169781

upgpkg: openvdb 3.1.0-2

Fix paths

Modified:
  openvdb/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 18:40:46 UTC (rev 169780)
+++ PKGBUILD2016-04-08 19:41:10 UTC (rev 169781)
@@ -7,7 +7,7 @@
 
 pkgname=openvdb
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 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=('i686' 'x86_64')
@@ -50,6 +50,9 @@
 GLFW_INCL_DIR='' \
 BOOST_PYTHON_LIB_DIR=/usr/lib \
 BOOST_PYTHON_LIB=-lboost_python
+
+  mkdir ${pkgdir}/usr
+  mv ${pkgdir}/{bin,lib} ${pkgdir}/usr
 }
 
 # vim:set sw=2 sts=2 et: