Skip to content

Commit

Permalink
seacas: add libexodus (provides)
Browse files Browse the repository at this point in the history
  • Loading branch information
3rav authored Jan 2, 2025
1 parent 2df1de4 commit e1a2444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mingw-w64-seacas/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2024.08.15
_releases=${pkgver//./-}
pkgrel=1
pkgrel=2
pkgdesc="The Sandia Engineering Analysis Code Access System (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -24,6 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-ninja"
"${MINGW_PACKAGE_PREFIX}-python")
provides=("${MINGW_PACKAGE_PREFIX}-libexodus"
source=("https://github.com/gsjaardema/seacas/archive/v${_releases}/${_realname}-${pkgver}.tar.gz"
"0001-cmake-add-libs.patch"
"0002-cmake-findHDF5.patch")
Expand Down

0 comments on commit e1a2444

Please sign in to comment.