Skip to content

Commit

Permalink
tiledb: update to 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Feb 17, 2023
1 parent ff48bd1 commit 2e51958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-tiledb/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=tiledb
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.13.0
pkgver=2.14.1
pkgrel=1
pkgdesc="Storage management library for sparse and dense array data (mingw-w64)"
arch=(any)
Expand All @@ -28,7 +28,7 @@ options=('strip' '!debug' 'staticlibs')
source=(${_realname}-${pkgver}.tar.gz::"https://github.com/TileDB-Inc/TileDB/archive/${pkgver}.tar.gz"
"0001-spdlog-external-fmt-library.patch"
"0002-do-not-install-static-deps.patch")
sha256sums=('bc5aabc8bb2951a3882b660aa694353de7c22c5ba0a7ab12817452f3f6d2311d'
sha256sums=('1ae176f4cb16d29a4499112ae76723325c11354988592dd2882438cd697baf37'
'e1eff5b67e32f6cc2c74353ed619381f4b8a57bc794b5c7351dda993b41463e9'
'e0e11a295b7e95dc61a974be685533eae29b09136727ef735264e212a3feea8f')
noextract=(${_realname}-${pkgver}.tar.gz)
Expand All @@ -44,7 +44,6 @@ prepare() {
}

build() {
[[ -d "${srcdir}/build-${MSYSTEM}" ]] && rm -rf "${srcdir}/build-${MSYSTEM}"
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"

declare -a _extra_config
Expand Down Expand Up @@ -72,6 +71,7 @@ build() {
-DTILEDB_SUPERBUILD=OFF \
-DTILEDB_TESTS=OFF \
-DTILEDB_LIBMAGIC_EP_BUILT=ON \
-DTILEDB_WEBP=OFF \
../${_realname}-${pkgver}

${MINGW_PREFIX}/bin/cmake.exe --build .
Expand Down

0 comments on commit 2e51958

Please sign in to comment.