Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duckdb: update to 1.2.0 #27747

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions databases/duckdb/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup github 1.0
PortGroup legacysupport 1.0
PortGroup openssl 1.0

github.setup cwida duckdb 1.1.3 v
github.setup cwida duckdb 1.2.0 v
github.tarball_from archive
revision 0

Expand All @@ -27,9 +27,9 @@ license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer

checksums rmd160 137bf10aa5fec0d82c574909135d2fe195b3b547 \
sha256 2aea0af898ad753fee82b776fea1bf78ccbc9648986e7f7a87372df5e74cdb98 \
size 90800198
checksums rmd160 51bb160749f465ef5ae7dac053a6d6511192035c \
sha256 f22c97e18c071fa8e43b5e150c03c6ab4bcc510cca6e6b50cbe13af8535fa701 \
size 89762895

patchfiles-append no-ccache.patch

Expand All @@ -38,7 +38,9 @@ set python_branch \
[string index ${python_version} 0].[string range ${python_version} 1 end]

configure.args-append \
-DBUILD_EXTENSIONS='parquet\;fts\;httpfs' \
-DBUILD_EXTENSIONS='autocomplete\;icu\;parquet\;json' \
-DENABLE_EXTENSION_AUTOLOADING=1 \
-DENABLE_EXTENSION_AUTOINSTALL=1 \
-DOVERRIDE_GIT_DESCRIBE=v${version} \
-DPython3_EXECUTABLE=${prefix}/bin/python${python_branch}

Expand Down