1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
aports/testing/tiledb/70-crc32c.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

30 lines
630 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: package name with capital C
----
--- a/tiledb/CMakeLists.txt
+++ a/tiledb/CMakeLists.txt
@@ -635,8 +642,8 @@
)
if(TILEDB_CRC32)
- find_package(crc32c_EP REQUIRED)
- find_package(crc32c CONFIG REQUIRED
+ find_package(Crc32c_EP REQUIRED)
+ find_package(Crc32c CONFIG REQUIRED
HINTS
${TILEDB_EP_INSTALL_PREFIX}/lib/cmake
)
--- a/test/external/src/crc32_link_test.cc
+++ b/test/external/src/crc32_link_test.cc
@@ -32,7 +32,7 @@
#include <stdio.h>
-#include <include/crc32c/crc32c.h>
+#include <crc32c/crc32c.h>
int main() {
uint8_t buf[32];