summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-05-21 23:26:39 +0200
committerMichel Zou2021-05-21 23:26:39 +0200
commit3e90019ee957362f8a2aaa7909005acdf3910d2b (patch)
tree543743e4d661ea49d84680515fdcb76d496d70d0
parent2050a21a7f3eb3e78a41d089a96327414a2100c4 (diff)
downloadaur-3e90019ee957362f8a2aaa7909005acdf3910d2b.tar.gz
ioss
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba864bdcd4c3..2001bafde1e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-paraview-git
pkgdesc = Parallel Visualization Application using VTK (mingw-w64)
- pkgver = r76017.efd28bec18
+ pkgver = r76050.39277d5ede
pkgrel = 1
url = https://www.paraview.org
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1ec36ca9fc84..721e1d55aaa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-paraview-git
-pkgver=r76017.efd28bec18
+pkgver=r76050.39277d5ede
pkgrel=1
pkgdesc='Parallel Visualization Application using VTK (mingw-w64)'
arch=('any')
@@ -17,7 +17,7 @@ source=("git+https://gitlab.kitware.com/paraview/paraview.git"
"git+https://gitlab.kitware.com/paraview/qttesting.git")
sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
-_architectures="x86_64-w64-mingw32 i686-w64-mingw32 x86_64-w64-mingw32"
+_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgver () {
cd "${srcdir}/paraview"
@@ -33,6 +33,8 @@ prepare() {
git config submodule.ThirdParty/QtTesting/vtkqttesting.git "$srcdir"/qttesting
git submodule update -f --init
cd VTK
+ sed -i "s|1ul|1ull|g" ThirdParty/ioss/vtkioss/cgns/Iocgns_Utils.h
+ sed -i "48i#define CG_BUILD_HDF5 0" ThirdParty/ioss/vtkioss/cgns/Iocgns_Utils.C
cd ../ThirdParty/catalyst/vtkcatalyst/catalyst
curl -L https://gitlab.kitware.com/paraview/catalyst/-/merge_requests/7.patch | patch -p1
}