1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/tiledb/30-versions.patch
Holger Jaekel e7539b4287 testing/tiledb: new aport
https://tiledb.com/
Engine for storing and accessing dense and sparse multi-dimensional arrays
2023-03-03 23:13:11 +01:00

15 lines
400 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: relax version requirements for external libraries
----
--- a/cmake/Modules/FindCapnp_EP.cmake
+++ b/cmake/Modules/FindCapnp_EP.cmake
@@ -50,7 +50,7 @@
endif()
find_package(CapnProto
- ${TILEDB_CAPNPROTO_VERSION} EXACT
+ ${TILEDB_CAPNPROTO_VERSION}
PATHS ${TILEDB_EP_INSTALL_PREFIX}
${TILEDB_CAPNP_NO_DEFAULT_PATH}
)