paraview: update to 5.11.2
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
_realname=paraview
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=5.11.1
|
||||
pkgrel=6
|
||||
pkgver=5.11.2
|
||||
pkgrel=1
|
||||
pkgdesc="Parallel Data Analysis and Visualization Application based on VTK. (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://www.paraview.org/'
|
||||
license=('custom')
|
||||
license=('spdx:BSD-3-Clause')
|
||||
optdepends=("${MINGW_PACKAGE_PREFIX}-python-numpy"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-matplotlib")
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
@@ -53,8 +53,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||
source=("https://www.paraview.org/files/v${pkgver%.*}/ParaView-v${pkgver}.tar.xz"
|
||||
"001-dll-export-some-vtk-functions.patch"
|
||||
"002-Fix-build-with-gcc-13.patch"
|
||||
"https://gitlab.kitware.com/vtk/vtk/-/merge_requests/10304.patch")
|
||||
sha256sums=('5cc2209f7fa37cd3155d199ff6c3590620c12ca4da732ef7698dec37fa8dbb34'
|
||||
"003-Fix-build-with-openturns-1.21.patch::https://gitlab.kitware.com/vtk/vtk/-/commit/d9bbc2c4.patch")
|
||||
sha256sums=('5c5d2f922f30d91feefc43b4a729015dbb1459f54c938896c123d2ac289c7a1e'
|
||||
'a9b9292be90c259f0aa058e3f4a7a08b6218f20e6cb2a71e214acda2d2302a50'
|
||||
'20733e97ccf9b0a8e615c75936ce5e4c1db0ac00e9cac30bc359d5912da38990'
|
||||
'2f2ee0a2450d190dd6eaab7efef615fe85c8099e28c3dae5d35db6303cc82bfe')
|
||||
@@ -69,7 +69,7 @@ prepare() {
|
||||
fi
|
||||
patch -p1 -i "${srcdir}"/002-Fix-build-with-gcc-13.patch
|
||||
# Fix building against OpenTURNS 1.21
|
||||
patch -p1 -i "${srcdir}"/10304.patch
|
||||
patch -p1 -i "${srcdir}"/003-Fix-build-with-openturns-1.21.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user