Commit Graph

15 Commits

Author SHA1 Message Date
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