rebuild openturns dependent packages
This commit is contained in:
@@ -4,7 +4,7 @@ _realname=paraview
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=5.11.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Parallel Data Analysis and Visualization Application based on VTK. (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
@@ -14,8 +14,6 @@ msys2_references=(
|
||||
'archlinux: paraview'
|
||||
)
|
||||
license=('spdx:BSD-3-Clause')
|
||||
optdepends=("${MINGW_PACKAGE_PREFIX}-python-numpy"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-matplotlib")
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
"${MINGW_PACKAGE_PREFIX}-double-conversion"
|
||||
"${MINGW_PACKAGE_PREFIX}-cgns"
|
||||
@@ -54,6 +52,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||
"${MINGW_PACKAGE_PREFIX}-libharu"
|
||||
"${MINGW_PACKAGE_PREFIX}-nlohmann-json"
|
||||
"${MINGW_PACKAGE_PREFIX}-utf8cpp")
|
||||
optdepends=("${MINGW_PACKAGE_PREFIX}-python-numpy"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-matplotlib")
|
||||
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"
|
||||
|
||||
@@ -5,7 +5,7 @@ _realname=vtk
|
||||
pkgbase="mingw-w64-${_realname}"
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=9.3.0
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="A software system for 3D computer graphics, image processing and visualization (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
@@ -64,9 +64,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
|
||||
"${MINGW_PACKAGE_PREFIX}-postgresql"
|
||||
"${MINGW_PACKAGE_PREFIX}-proj"
|
||||
"${MINGW_PACKAGE_PREFIX}-python"
|
||||
$([[ ${CARCH} != i686 ]] && echo \
|
||||
"${MINGW_PACKAGE_PREFIX}-qt6-declarative" || echo \
|
||||
"${MINGW_PACKAGE_PREFIX}-qt5-declarative")
|
||||
"${MINGW_PACKAGE_PREFIX}-qt6-declarative"
|
||||
"${MINGW_PACKAGE_PREFIX}-sqlite3"
|
||||
# "${MINGW_PACKAGE_PREFIX}-tk"
|
||||
"${MINGW_PACKAGE_PREFIX}-unixodbc"
|
||||
|
||||
Reference in New Issue
Block a user