fmt-10.1.1-6

This commit is contained in:
Rmys
2023-11-17 14:35:43 +03:00
committed by GitHub
parent 2e45fc3baa
commit 671b4d7b97
2 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -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()
+9 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Open-source formatting library for C++</Summary>
<Description>{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.</Description>
<Archive sha1sum="6c0db60f3fa7bd4cf58edc777a2408e0ddfb28b9" type="targz">https://github.com/fmtlib/fmt/archive/refs/tags/9.1.0.tar.gz</Archive>
<Archive sha1sum="e94b38a9efe0d696373a3cb1300dd24f12e2dd9c" type="targz">https://github.com/fmtlib/fmt/archive/refs/tags/10.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -39,11 +39,19 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2023-11-17</Date>
<Version>10.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2022-12-16</Date>
<Version>9.1.0</Version>