diff --git a/recipes/absl b/recipes/absl new file mode 100644 index 0000000..90db95b --- /dev/null +++ b/recipes/absl @@ -0,0 +1,7 @@ +Package: absl +Version: 20250127.1 +Source.URL: https://github.com/abseil/abseil-cpp/releases/download/${ver}/abseil-cpp-${ver}.tar.gz +Source-SHA256: b396401fd29e2e679cace77867481d388c807671dc2acc602a0259eeb79b7811 +Build-system: cmake +Configure: -DABSL_BUILD_TESTING=ON -DABSL_USE_GOOGLETEST_HEAD=ON -DCMAKE_CXX_STANDARD=17 + diff --git a/recipes/blosc b/recipes/blosc index c2f3412..129703b 100644 --- a/recipes/blosc +++ b/recipes/blosc @@ -4,4 +4,4 @@ Source-URL: https://github.com/Blosc/c-blosc/archive/refs/tags/v${ver}.tar.gz Source-SHA256: 9fcd60301aae28f97f1301b735f966cc19e7c49b6b4321b839b4579a0c156f38 Depends: lz4, zstd Build-system: cmake -Configure: -DBUILD_STATIC=ON -DBUILD_SHARED=OFF -DCMAKE_BUILD_TYPE="Release" -DPREFER_EXTERNAL_LZ4=ON -DPREFER_EXTERNAL_ZLIB=ON -DPREFER_EXTERNAL_ZSTD=ON -DBUILD_TESTS=OFF -DBUILD_BENCHMARKS=OFF +Configure: -DBUILD_STATIC=ON -DBUILD_SHARED=OFF -DCMAKE_BUILD_TYPE="Release" -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DPREFER_EXTERNAL_LZ4=ON -DPREFER_EXTERNAL_ZLIB=ON -DPREFER_EXTERNAL_ZSTD=ON -DBUILD_TESTS=OFF -DBUILD_BENCHMARKS=OFF diff --git a/recipes/openjpeg b/recipes/openjpeg index 60b31ea..8c23f22 100644 --- a/recipes/openjpeg +++ b/recipes/openjpeg @@ -10,4 +10,4 @@ Comment: cmake doesn't detect any flags correctly so we have to pass Note that the library itself doesn't use dependencies, but the tools do so for now we opt to build the tools and thus need the libraries. Depends: tiff, libpng -Configure: --prefix=/${prefix} -DCMAKE_EXE_LINKER_FLAGS="`pkg-config --static --libs libtiff-4`" -DCMAKE_C_FLAGS="`pkg-config --cflags libtiff-4`" +Configure: --prefix=/${prefix} -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_EXE_LINKER_FLAGS="`pkg-config --static --libs libtiff-4`" -DCMAKE_C_FLAGS="`pkg-config --cflags libtiff-4`"