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