Commit Graph

41 Commits

Author SHA1 Message Date
Kai Pastor
e58dac234a
[arrow] Fix android (#37878)
Needed with NDK r26. Cherry-picked from #35851.
2024-04-01 15:30:49 -07:00
Raúl Cumplido
eacb83982d
[arrow] Update to 15.0.2 (#37536) 2024-03-18 15:09:47 -07:00
Raúl Cumplido
e468fc3873
[arrow] Update to 15.0.1 (#37267)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-11 13:17:10 -07:00
Raúl Cumplido
8ea2dffddc
[arrow] Update to 15.0.0 (#36298)
* [arrow] Update to 15.0.0

* Update versions
2024-01-24 09:43:39 -08:00
Lily Wang
2f61f9e99e
[arrow] Fix feature FlightSQL (#36215)
* [arrow] Fix feature FlightSQL

* update version
2024-01-17 11:13:28 -08:00
MonicaLiu
a14456f6fb
[arrow] Add option -DARROW_FLIGHT_SQL (#36172)
* add flight-sql

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-01-16 10:58:08 -08:00
Raúl Cumplido
d6341bc4de
[arrow] Update to 14.0.2 (#35775) 2023-12-19 21:12:00 -08:00
aleradamantis99
1226ef677d
[arrow] Add 'compute' feature to arrow (#35492) 2023-12-06 15:50:13 -08:00
Raúl Cumplido
2d8202f06d
[arrow] Update to 14.0.1 (#35026)
* [arrow] Update to 14.0.1

* Update versions
2023-11-14 13:05:37 -08:00
Raúl Cumplido
89c800612b
[arrow] Update to 14.0.0 (#34944)
* [arrow] Update to 14.0.0

* Update versions
2023-11-07 09:31:51 -08:00
JonLiu1993
84296312ba
[arrow] Add Flight findpackage (#33934)
* [arrow] Add Flight findpackage

* update version

* apply suggesstion

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-09-26 20:37:01 -07:00
Raúl Cumplido
218db02d95
[arrow] Update to 13.0.0 (#33380)
* [arrow] Update to 13.0.0

* Update versions
2023-08-28 12:04:52 -07:00
Raúl Cumplido
2499eadab8
[arrow] Update to 12.0.1 (#31960)
* [arrow] Update to 12.0.1

* Update versions
2023-06-16 21:00:07 -07:00
jim wang
ba1ae2ec2d
[arrow] Fix the problem that feature acero and dataset cannot be used (#31765)
* fix arroeacer not found

* update version

* fix usage

* update version

* fix usage

* update version
2023-06-06 14:53:23 -07:00
JonLiu1993
892fd52dc4
[vcpkg baseline][vcpkg-ci-arrow | arrow] Fix ci error (#31439)
* [vcpkg-ci-arrow] Fix ci error

* update ci baseline

* fix arrow ci error

* update version

* update patch

* update version

* update patch

* update version
2023-05-21 17:52:49 -07:00
Raúl Cumplido
281cfd338c
[arrow] Update to 12.0.0 (#31321)
* [arrow] Update to 12.0.0

* Update versions
2023-05-10 12:31:11 -07:00
jim wang
b81b6e497a
[arrow] update to 11.0.0 (#30511)
Co-authored-by: Jim Wang (Beyondsoft Corporation) <v-wangjim@microsoft.com>
2023-04-11 23:18:19 -07:00
Gordon Smith
f7ada2a292
[activemq-cpp,apr,arrow] Switch apache urls to pull from "archive" (#29388)
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
2023-02-02 15:46:55 -08:00
autoantwort
9a469723ae
[arrow] Fix dataset feature (#28969) 2023-01-16 12:53:41 -08:00
Piotr Wendykier
4b6b7f4589
Fix for issue #28120. (#28122)
* Fix for issue #28120.

* Updated port-version for arrow.

* overwrite version

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2022-12-13 18:09:53 -08:00
Thysinner
4e368f6390
[arrow] add GCS feature (#27990) 2022-11-28 16:13:26 -08:00
Sutou Kouhei
c889853f7b
[arrow] Update to 10.0.1 (#27964)
* [arrow] Update to 10.0.1

* Update versions

* Remove an upstreamed patch

* Update version again
2022-11-23 10:05:23 -08:00
Sutou Kouhei
59b58fc56d
[arrow] Update to 10.0.0 (#27687)
* [arrow] Update Apache Arrow to 10.0.0

* Update versions

* Simplify and make more robust

* Use vcpkg_check_features()

* Use lower case for CMake package name

* Update version
2022-11-11 14:36:32 -08:00
Jacob Wujciak-Jens
cd5e7946ad
[arrow] Update Arrow to 9.0.0 (#26187)
* update patches

* fix parquet

* format

* add xsimd dep

* update version

* cuda fix

* update version
2022-08-16 13:23:12 -07:00
Alexander Neumann
b74f8f68b4
[arrow] fix build with clang-cl (#26182)
* arrow: fix build with clang-cl and some minor fixes

* v db
2022-08-05 23:48:36 -07:00
Kai Pastor
e20e1c7908
[arrow] Update to 8.0.1, fix usage (#25983)
* Use expressive patch name

* Fix BROTLI_INCLUDE_DIR import

* glog is unused (off by default)

* Cleanup portfile, fix 'arrow[core]'

* Add CI test port

* Update to 8.0.1 [skip actions]

* Declare dependency source for substituted packages

* Trim obsolete patch chunks

* Fix static link libs export

* Use substituted targets directly, for proper export

* Fix snappy lib export to pc file

* Update versions

* Add license for test port

* Add =pass entries for the new "vcpkg-ci-Xxx" port.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-07-27 12:39:30 -07:00
Ian Cook
d8a31a97c5
[arrow] Update to 8.0.0 (#24714)
* Bump version to 8.0.0

* Update version files

* Update patches

* Update version files

* Add patch for MSVC 2022 compat

* Update version files

* [arrow] Minimize dependencies patch

* [arrow] Fix issue with getting brotli include dir for dynamic targets

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-05-27 13:24:32 -07:00
Mengna Li
0a1420dc44
[arrow] add cuda to feature list (#24570)
* add cuda support

* remove supports for cuda
2022-05-11 00:05:24 -07:00
Jianshen Liu
4c58b84126
Fix the dependency of installing arrow with the parquet feature (#23423) 2022-03-11 11:18:19 -08:00
Francisco Facioni
9a155a3b2b
[arrow] add plasma support for non Windows platforms (#23188) 2022-02-22 12:08:23 -08:00
Ian Cook
fc87706409
[arrow] Update to 7.0.0 (#23032)
* Bump version to 7.0.0

* Update version files

* Update patches

* Update version files

* Update patches

* Update version files

* Update patches

* Add license

* Update version files
2022-02-18 14:33:15 -08:00
LilyWangLL
6d27dc93f7
[arrow] Fix CMake link error (#22387)
* [arrow] Fix CMake link error

* update version

* [arrow] update vcpkg-cmake-wrapper.cmake

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-01-07 13:57:16 -08:00
Ian Cook
0fcee5a2ab
[arrow] Update to 6.0.1 (#22084)
* Bump version to 6.0.1

* Update versions files
2021-12-20 11:35:39 -05:00
Ian Cook
8da513e972
[arrow] Update to 6.0.0 (#21113)
* Bump version to 6.0.0

* Update version files

* Update patch

* Update version files

* Update patch

* Update version files

* Update patch

* Update version files

* Fix deprecated functions

* Update version files

* Fix unused variable warning

* Update version files

* Enclose paths in quotes

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Enclose paths in quotes

* Update version files

* Fix S3 feature

* Update version files

* Remove quotes from empty DZSTD_MSVC_LIB_PREFIX

* Update version files

* Update version files

* Update version files

* Update version files

* Remove old attempt to fix AWS SDK issue

* Update versions files

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-12-08 14:05:15 -08:00
Jonathan Giannuzzi
77c4e0cb08
Enable arm64 build for Arrow (#21467)
* Enable arm64 build for Arrow

* Fix deprecated function warning

* Update Arrow port version
2021-11-18 20:39:34 -08:00
autoantwort
e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [many ports] call vcpkg_fixup_pkgconfig()

The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files

* Update port-version for armadillo and polyclipping.

* Update version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-27 15:19:28 -07:00
Ian Cook
ba69c09fab
[arrow] Update to 5.0.0 (#19229)
* Bump version to 5.0.0

* Update version files

* Update patches

* Update version files

* Fix patch

* Update version files

* Add newline at end of all.patch

* Update version files

* Unpin utf8proc

* Update version files

* Expect tensorflow-cc build fail

* Remove tensorflow-cc baseline failure
2021-08-05 03:01:46 -07:00
Jack·Boos·Yu
f4be15811d
[arrow] Re-fix dependencies (#19014)
* [arrow] Re-fix dependencies

* version
2021-07-22 13:45:35 -07:00
Ian Cook
4dc864e240
[arrow] Update to 4.0.0 (#17975)
* Update arrow to 4.0.0

* Format

* Try fix thrift

* Update versions/ files

* Do not set ZSTD_ROOT

* Remove double quotes causing Windows problems

* Apply patches

* Remove LIB_DIR_OPTIONS

* Tweak zstd flags

* Update version hash

* Format

* Fail early on x86

* Update hash

* Fail early on arm, arm64

* Update hash

* Add expected failures to to scripts/ci.baseline.txt

* Exclude mallocs from default features

* Update hash

* Set default-features to false for aws-sdk-cpp

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Specify only x64 support in manifest

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Remove unneeded ci.baseline.txt entries

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Remove dataset from default-features

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Update hash

* Remove zstd path args

* Update hash

Co-authored-by: Tanguy Fautre <tanguy@fautre.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-06-15 16:59:52 -07:00
Tanguy Fautre
4260eaf6fa
[Arrow] Update to 3.0.0 (#15757)
* Cherry picked WiP (Update to arrow-2.0.0)

* Point to arrow-3.0.0 files

* Add missing re2 dependency.
Sort dependency list alphabetically.

* Configure ARROW_SNAPPY_USE_SHARED

* Configure ARROW_THRIFT_USE_SHARED

* Spaces vs tabs.

* Fix Thrift and Lz4 library finding logic.

* Fix debug arrow (shared) linking against release snappy.
Tell CI x86 is not supported.

* Fix debug arrow (shared) linking against release snappy (for real this time).

* Fix linux build not finding Lz4.

* Fix thrift finding on Linux (was pointing to an intermediate dir)

* Try to fix macOS 10.x build.

* Update port_versions.

* update version

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-02-02 15:12:41 -08:00
nicole mazzuca
68a74950d0
[vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00