-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
arrow: add version 18.0.0 #25770
arrow: add version 18.0.0 #25770
Conversation
Conan v1 pipeline ❌Warning Conan Center will stop receiving updates for Conan 1.x packages soon - please see announcement. Failure in build 1 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping Failure in build 1 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Co-authored-by: Miki Rozloznik <[email protected]>
Strange. src\conan-center-index\recipes\arrow\all>conan create . --build=missing --version=18.0.0 -o "&:shared=True" ======== Exporting recipe to the cache ======== ======== Input profiles ======== Profile build: ======== Computing dependency graph ======== ======== Computing necessary packages ======== ======== Installing packages ======== -------- Installing package arrow/18.0.0 (6 of 6) -------- -- Arrow version: 18.0.0-- Build configuration summary:
|
* crossdb: add recipe * drop MSVC support * simplify test_package.c * Update recipes/crossdb/all/conanfile.py * make rpath on macOS * Simplify test package * Avoid emojis in the recipe. * Use fix_apple_shared_install_name to fix rpath * Do not enforce CMAKE_MACOSX_RPATH * Import fix_apple_shared_install_name --------- Co-authored-by: Abril Rincón Blanco <[email protected]> Co-authored-by: Uilian Ries <[email protected]>
* games101-cgl: add version 0.1.0 * chore: remove unused methods
* tiledb: add new recipe * tiledb: add tool_requires for cmake/3.21 * tiledb: use libmagic from Conan * tiledb: bump version and deps * tiledb: fix hash * tiledb: bump deps * tiledb: fix libwebpmux target name * tiledb: add a patch for WebP linking error * tiledb: bump min_cppstd * tiledb: disable all test targets * tiledb: fix v1 in test_package * tiledb: bump to v2.18.4 * tiledb: add stdcpp_library dependency * tiledb: bump deps * tiledb: bump to v2.19.0, update recipe * tiledb: bump min GCC * tiledb: adjust libmagic CMake name * tiledb: fix package names * tiledb: bump min apple-clang * tiledb: bump version, hdfs support has been deprecated * tiledb: update recipe after version bump * tiledb: explicitly set BUILD_SHARED_LIBS * tiledb: bump version * tiledb: validate dependency options * tiledb: update pkgconf * tiledb: update to v2.26.1 * tiledb: use azure-sdk-for-cpp
It looks like you branch is missing several patches that have been introduced by #24044. 16.0.0-0001-fix-cmake.patch addresses some issues when finding Thrift, so you probably need to apply/adapt at least this patch to v18.0.0 as well. |
@robomics |
* support custom frame control * add some more common settings * Update recipes/raylib/all/conanfile.py Co-authored-by: Abril Rincón Blanco <[email protected]> * moved from patching defines to cmake options * Update recipes/raylib/all/conanfile.py Co-authored-by: Uilian Ries <[email protected]> * reduce number of options * reduced number of options, added on_off converter * removed some options * incorporated review * add camera, gestures and rprand support * added resdirs * Simplify custom modules headers Signed-off-by: Uilian Ries <[email protected]> * Include headers from version 3.5.0 Signed-off-by: Uilian Ries <[email protected]> * fix rprand typo * fix linter warnings * Update recipes/raylib/all/conanfile.py Co-authored-by: Uilian Ries <[email protected]> * readd patches --------- Signed-off-by: Uilian Ries <[email protected]> Co-authored-by: Abril Rincón Blanco <[email protected]> Co-authored-by: Uilian Ries <[email protected]>
To prepare OpenImageIO 3.0.0.0 which is currently in beta and added libjxl support, to support both opencolorio & libjxl requirements at the same time, the lcms version needs to match.
…ndex into arrow-18.0.0
@robomics |
Summary
Changes to recipe: arrow/18.0.0
Motivation
major version up.
Details
https://arrow.apache.org/release/18.0.0.html
apache/arrow@apache-arrow-17.0.0...apache-arrow-18.0.0