From 671b4d7b97b248393d003bc88d80607fbb248c50 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 17 Nov 2023 14:35:43 +0300 Subject: [PATCH] fmt-10.1.1-6 --- programming/library/fmt/actions.py | 3 ++- programming/library/fmt/pspec.xml | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/programming/library/fmt/actions.py b/programming/library/fmt/actions.py index 02daf409ce..5e5695b611 100644 --- a/programming/library/fmt/actions.py +++ b/programming/library/fmt/actions.py @@ -7,7 +7,8 @@ from pisi.actionsapi import cmaketools, pisitools, get def setup(): - cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib -L") + cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib -L \ + -DBUILD_SHARED_LIBS=ON") def build(): cmaketools.make() diff --git a/programming/library/fmt/pspec.xml b/programming/library/fmt/pspec.xml index 5c55e0ac85..f367fd7109 100644 --- a/programming/library/fmt/pspec.xml +++ b/programming/library/fmt/pspec.xml @@ -13,7 +13,7 @@ library Open-source formatting library for C++ {fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams. - https://github.com/fmtlib/fmt/archive/refs/tags/9.1.0.tar.gz + https://github.com/fmtlib/fmt/archive/refs/tags/10.1.1.tar.gz cmake @@ -39,11 +39,19 @@ /usr/include + /usr/lib/cmake /usr/lib/pkgconfig + + 2023-11-17 + 10.1.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-12-16 9.1.0