mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
fc2c7c7fb8
commit
8109211822
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'duckdb'
|
# Template file for 'duckdb'
|
||||||
pkgname=duckdb
|
pkgname=duckdb
|
||||||
version=1.1.3
|
version=1.2.0
|
||||||
revision=2
|
revision=1
|
||||||
archs="x86_64* aarch64*" # 32-bit FTBFS
|
archs="x86_64* aarch64*" # 32-bit FTBFS
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="python3"
|
build_helper="python3"
|
||||||
configure_args="-DOVERRIDE_GIT_DESCRIBE=v${version}-0-gdeadbeeff
|
configure_args="-DOVERRIDE_GIT_DESCRIBE=v${version}-0-gdeadbeeff
|
||||||
-DBUILD_EXTENSIONS='autocomplete;icu;fts;httpfs;json;parquet'"
|
-DBUILD_EXTENSIONS='autocomplete;icu;json;parquet'"
|
||||||
hostmakedepends="pkg-config python3-build python3-installer python3-setuptools_scm
|
hostmakedepends="pkg-config python3-build python3-installer python3-setuptools_scm
|
||||||
python3-wheel python3-pybind11"
|
python3-wheel python3-pybind11"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
|
@ -16,7 +16,7 @@ license="MIT"
|
||||||
homepage="https://duckdb.org"
|
homepage="https://duckdb.org"
|
||||||
changelog="https://github.com/duckdb/duckdb/releases"
|
changelog="https://github.com/duckdb/duckdb/releases"
|
||||||
distfiles="https://github.com/duckdb/duckdb/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/duckdb/duckdb/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=2aea0af898ad753fee82b776fea1bf78ccbc9648986e7f7a87372df5e74cdb98
|
checksum=f22c97e18c071fa8e43b5e150c03c6ab4bcc510cca6e6b50cbe13af8535fa701
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
x86_64*) configure_args+=" -DDUCKDB_EXPLICIT_PLATFORM=linux_amd64" ;;
|
x86_64*) configure_args+=" -DDUCKDB_EXPLICIT_PLATFORM=linux_amd64" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue