Skip to content

Commit

Permalink
duckdb: update to 1.2.0
Browse files Browse the repository at this point in the history
and fix extensions
  • Loading branch information
intactio committed Feb 23, 2025
1 parent 0879354 commit 7eff6b8
Showing 1 changed file with 7 additions and 5 deletions.
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

0 comments on commit 7eff6b8

Please sign in to comment.