mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
databases/arrow: update 15.0.2 → 17.0.0
PR: 280224 Reported by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
This commit is contained in:
parent
6a03a64fdb
commit
542d55a839
4 changed files with 34 additions and 34 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= arrow
|
||||
DISTVERSION= 15.0.2
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 17.0.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \
|
||||
https://github.com/apache/orc/archive/rel/:orc
|
||||
|
@ -91,7 +90,6 @@ FLIGHT_LIB_DEPENDS= libgflags.so:devel/gflags \
|
|||
libgrpc.so:devel/grpc \
|
||||
libre2.so:devel/re2
|
||||
FLIGHT_IMPLIES= IPC COMPUTE # see https://github.com/apache/arrow/issues/40766
|
||||
FLIGHT_BROKEN= configure breaks: Could not find a package configuration file provided by "re2"
|
||||
|
||||
GANDIVA_DESC= Gandiva libraries
|
||||
GANDIVA_USES= llvm:17,lib ssl
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1711166482
|
||||
SHA256 (apache-arrow-15.0.2.tar.gz) = abbf97176db6a9e8186fe005e93320dac27c64562755c77de50a882eb6179ac6
|
||||
SIZE (apache-arrow-15.0.2.tar.gz) = 21503812
|
||||
TIMESTAMP = 1721587793
|
||||
SHA256 (apache-arrow-17.0.0.tar.gz) = 9d280d8042e7cf526f8c28d170d93bfab65e50f94569f6a790982a878d8d898d
|
||||
SIZE (apache-arrow-17.0.0.tar.gz) = 21822331
|
||||
SHA256 (release-1.6.6.tar.gz) = 9a92b3eaad1d8b88a18cee41058feb34eb43d919df363e0b74a0b857724e4ba0
|
||||
SIZE (release-1.6.6.tar.gz) = 13939853
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- cmake_modules/ThirdpartyToolchain.cmake.orig 2024-03-13 13:37:59 UTC
|
||||
--- cmake_modules/ThirdpartyToolchain.cmake.orig 2024-07-11 08:58:17 UTC
|
||||
+++ cmake_modules/ThirdpartyToolchain.cmake
|
||||
@@ -16,6 +16,7 @@ include(ProcessorCount)
|
||||
# under the License.
|
||||
|
@ -7,13 +7,10 @@
|
|||
+include(ExternalProject)
|
||||
processorcount(NPROC)
|
||||
|
||||
add_custom_target(rapidjson)
|
||||
@@ -5233,6 +5234,8 @@ message(STATUS "All bundled static libraries: ${ARROW_
|
||||
# Accumulate all bundled targets and we will splice them together later as
|
||||
@@ -5487,3 +5488,5 @@ message(STATUS "All bundled static libraries: ${ARROW_
|
||||
endif()
|
||||
|
||||
message(STATUS "All bundled static libraries: ${ARROW_BUNDLED_STATIC_LIBS}")
|
||||
+
|
||||
+set(BUILD_SHARED_LIBS ON)
|
||||
|
||||
# Write out the package configurations.
|
||||
|
||||
|
|
|
@ -69,9 +69,6 @@ include/arrow/compare.h
|
|||
%%COMPUTE%%include/arrow/compute/function.h
|
||||
%%COMPUTE%%include/arrow/compute/function_options.h
|
||||
%%COMPUTE%%include/arrow/compute/kernel.h
|
||||
%%COMPUTE%%include/arrow/compute/key_hash.h
|
||||
%%COMPUTE%%include/arrow/compute/key_map.h
|
||||
%%COMPUTE%%include/arrow/compute/light_array.h
|
||||
%%COMPUTE%%include/arrow/compute/ordering.h
|
||||
%%COMPUTE%%include/arrow/compute/registry.h
|
||||
%%COMPUTE%%include/arrow/compute/row/grouper.h
|
||||
|
@ -115,6 +112,7 @@ include/arrow/extension_type.h
|
|||
%%FILESYSTEM%%include/arrow/filesystem/api.h
|
||||
%%FILESYSTEM%%include/arrow/filesystem/azurefs.h
|
||||
%%FILESYSTEM%%include/arrow/filesystem/filesystem.h
|
||||
%%FILESYSTEM%%include/arrow/filesystem/filesystem_library.h
|
||||
%%FILESYSTEM%%include/arrow/filesystem/gcsfs.h
|
||||
%%FILESYSTEM%%include/arrow/filesystem/hdfs.h
|
||||
%%FILESYSTEM%%include/arrow/filesystem/localfs.h
|
||||
|
@ -131,6 +129,7 @@ include/arrow/extension_type.h
|
|||
%%FLIGHT%%include/arrow/flight/client_middleware.h
|
||||
%%FLIGHT%%include/arrow/flight/client_tracing_middleware.h
|
||||
%%FLIGHT%%include/arrow/flight/middleware.h
|
||||
%%FLIGHT%%include/arrow/flight/otel_logging.h
|
||||
%%FLIGHT%%include/arrow/flight/pch.h
|
||||
%%FLIGHT%%include/arrow/flight/platform.h
|
||||
%%FLIGHT%%include/arrow/flight/server.h
|
||||
|
@ -203,6 +202,7 @@ include/arrow/testing/async_test_util.h
|
|||
include/arrow/testing/builder.h
|
||||
include/arrow/testing/executor_util.h
|
||||
include/arrow/testing/extension_type.h
|
||||
include/arrow/testing/fixed_width_test_util.h
|
||||
include/arrow/testing/future_util.h
|
||||
include/arrow/testing/generator.h
|
||||
include/arrow/testing/gtest_compat.h
|
||||
|
@ -275,6 +275,7 @@ include/arrow/util/iterator.h
|
|||
include/arrow/util/key_value_metadata.h
|
||||
include/arrow/util/launder.h
|
||||
include/arrow/util/list_util.h
|
||||
include/arrow/util/logger.h
|
||||
include/arrow/util/logging.h
|
||||
include/arrow/util/macros.h
|
||||
include/arrow/util/map.h
|
||||
|
@ -492,10 +493,14 @@ lib/cmake/Arrow/arrow-config.cmake
|
|||
%%FLIGHT%%lib/cmake/ArrowFlight/ArrowFlightTargets.cmake
|
||||
%%FLIGHT%%lib/cmake/ArrowFlight/FindProtobufAlt.cmake
|
||||
%%FLIGHT%%lib/cmake/ArrowFlight/FindgRPCAlt.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/arrow/ArrowFlightTestingConfig.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/arrow/ArrowFlightTestingConfigVersion.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/arrow/ArrowFlightTestingTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/arrow/ArrowFlightTestingTargets.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/ArrowFlightTesting/ArrowFlightTestingConfig.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/ArrowFlightTesting/ArrowFlightTestingConfigVersion.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/ArrowFlightTesting/ArrowFlightTestingTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
%%TESTINGFLIGHT%%lib/cmake/ArrowFlightTesting/ArrowFlightTestingTargets.cmake
|
||||
%%TESTINGFLIGHT%%lib/libarrow_flight_testing.so
|
||||
%%TESTINGFLIGHT%%lib/libarrow_flight_testing.so.1700
|
||||
%%TESTINGFLIGHT%%lib/libarrow_flight_testing.so.1700.0.0
|
||||
%%TESTINGFLIGHT%%libdata/pkgconfig/arrow-flight-testing.pc
|
||||
%%PYTHONFLIGHT%%lib/cmake/arrow/ArrowPythonFlightConfig.cmake
|
||||
%%PYTHONFLIGHT%%lib/cmake/arrow/ArrowPythonFlightConfigVersion.cmake
|
||||
%%PYTHONFLIGHT%%lib/cmake/arrow/ArrowPythonFlightTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
|
@ -526,26 +531,26 @@ lib/cmake/Arrow/arrow-config.cmake
|
|||
%%PARQUET%%lib/cmake/Parquet/ParquetTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
%%PARQUET%%lib/cmake/Parquet/ParquetTargets.cmake
|
||||
lib/libarrow.so
|
||||
lib/libarrow.so.1500
|
||||
lib/libarrow.so.1500.2.0
|
||||
lib/libarrow.so.1700
|
||||
lib/libarrow.so.1700.0.0
|
||||
%%ACERO%%lib/libarrow_acero.so
|
||||
%%ACERO%%lib/libarrow_acero.so.1500
|
||||
%%ACERO%%lib/libarrow_acero.so.1500.2.0
|
||||
%%ACERO%%lib/libarrow_acero.so.1700
|
||||
%%ACERO%%lib/libarrow_acero.so.1700.0.0
|
||||
%%DATASET%%lib/libarrow_dataset.so
|
||||
%%DATASET%%lib/libarrow_dataset.so.1500
|
||||
%%DATASET%%lib/libarrow_dataset.so.1500.2.0
|
||||
%%DATASET%%lib/libarrow_dataset.so.1700
|
||||
%%DATASET%%lib/libarrow_dataset.so.1700.0.0
|
||||
%%FLIGHT%%lib/libarrow_flight.so
|
||||
%%FLIGHT%%lib/libarrow_flight.so.1500
|
||||
%%FLIGHT%%lib/libarrow_flight.so.1500.2.0
|
||||
%%FLIGHT%%lib/libarrow_flight.so.1700
|
||||
%%FLIGHT%%lib/libarrow_flight.so.1700.0.0
|
||||
%%TESTING%%lib/libarrow_testing.so
|
||||
%%TESTING%%lib/libarrow_testing.so.1500
|
||||
%%TESTING%%lib/libarrow_testing.so.1500.2.0
|
||||
%%TESTING%%lib/libarrow_testing.so.1700
|
||||
%%TESTING%%lib/libarrow_testing.so.1700.0.0
|
||||
%%GANDIVA%%lib/libgandiva.so
|
||||
%%GANDIVA%%lib/libgandiva.so.1500
|
||||
%%GANDIVA%%lib/libgandiva.so.1500.2.0
|
||||
%%GANDIVA%%lib/libgandiva.so.1700
|
||||
%%GANDIVA%%lib/libgandiva.so.1700.0.0
|
||||
%%PARQUET%%lib/libparquet.so
|
||||
%%PARQUET%%lib/libparquet.so.1500
|
||||
%%PARQUET%%lib/libparquet.so.1500.2.0
|
||||
%%PARQUET%%lib/libparquet.so.1700
|
||||
%%PARQUET%%lib/libparquet.so.1700.0.0
|
||||
%%ACERO%%libdata/pkgconfig/arrow-acero.pc
|
||||
%%COMPUTE%%libdata/pkgconfig/arrow-compute.pc
|
||||
%%CSV%%libdata/pkgconfig/arrow-csv.pc
|
||||
|
@ -559,4 +564,4 @@ libdata/pkgconfig/arrow.pc
|
|||
%%GANDIVA%%libdata/pkgconfig/gandiva.pc
|
||||
%%PARQUET%%libdata/pkgconfig/parquet.pc
|
||||
%%DATADIR%%/gdb/gdb_arrow.py
|
||||
share/gdb/auto-load/usr/local/lib/libarrow.so.1500.2.0-gdb.py
|
||||
share/gdb/auto-load/usr/local/lib/libarrow.so.1700.0.0-gdb.py
|
||||
|
|
Loading…
Add table
Reference in a new issue