vtk: rebuild against boost 1.82.0

This commit is contained in:
مهدي شينون (Mehdi Chinoune)
2023-06-29 08:25:13 +01:00
parent b879fdce45
commit bb1d55023d

View File

@@ -5,7 +5,7 @@ _realname=vtk
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=9.2.6
pkgrel=6
pkgrel=7
pkgdesc="A software system for 3D computer graphics, image processing and visualization (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -107,12 +107,14 @@ source=(https://www.vtk.org/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz
"001-Fix-PDAL-link-on-windows.patch::https://gitlab.kitware.com/vtk/vtk/-/commit/8f99a16f.patch"
"007-dll-export-some-functions.patch"
"https://gitlab.kitware.com/vtk/vtk/-/merge_requests/9857.patch"
"https://gitlab.kitware.com/vtk/vtk/-/merge_requests/10113.patch")
"https://gitlab.kitware.com/vtk/vtk/-/merge_requests/10113.patch"
"https://gitlab.kitware.com/vtk/vtk/-/merge_requests/10304.patch")
sha256sums=('06fc8d49c4e56f498c40fcb38a563ed8d4ec31358d0101e8988f0bb4d539dd12'
'f1cea5729a230c97e7421b0928eb6af29e7c138d83a00c146db09bf02c93cf2c'
'a9b9292be90c259f0aa058e3f4a7a08b6218f20e6cb2a71e214acda2d2302a50'
'f7a2cf8db2d3ee04460bf692c57cdf8bb9d8fca6dec69333e61f01d902294f07'
'79eae9ff919a36f79ba91916fdc8b2c7312713ad13a6972a6d38220f229b1887')
'79eae9ff919a36f79ba91916fdc8b2c7312713ad13a6972a6d38220f229b1887'
'40b1f4c72c3e0773ce8a69c67ecd65932b9695227cb722d1bce5dc5158363206')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {
@@ -140,6 +142,9 @@ prepare() {
# Fix compilation with GCC13
apply_patch_with_msg 10113.patch
# Fix building against OpenTURNS 1.21: Drop OPENTURNS_USE_FILE
apply_patch_with_msg 10304.patch
}
build() {