Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
blosc2


Commits:
3a697350 by Jakub Klinkovský at 2024-11-17T11:58:17+01:00
upgpkg: 2.15.1-2: disable building the static library

makepkg strips the libblosc2.a file, but BUILD_STATIC=OFF is still needed
as otherwise it would be referenced in Blosc2Targets.cmake

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = blosc2
        pkgdesc = A fast, compressed, persistent binary data store library for 
C.
        pkgver = 2.15.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.blosc.org
        arch = x86_64
        license = BSD-3-Clause


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 pkgname=blosc2
 _name=c-blosc2
 pkgver=2.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast, compressed, persistent binary data store library for C."
 arch=(x86_64)
 url="https://www.blosc.org";
@@ -21,6 +21,7 @@ build() {
     -D PREFER_EXTERNAL_LZ4=ON \
     -D PREFER_EXTERNAL_ZLIB=ON \
     -D PREFER_EXTERNAL_ZSTD=ON \
+    -D BUILD_STATIC=OFF \
     -W no-dev
   cmake --build build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blosc2/-/commit/3a697350b6cc7f9a7887cebc39152b5fc074acf5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blosc2/-/commit/3a697350b6cc7f9a7887cebc39152b5fc074acf5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to