cherrytree
This commit is contained in:
@@ -9,6 +9,7 @@ from pisi.actionsapi import shelltools, cmaketools, pisitools, get
|
||||
i = "%s" % get.installDIR()
|
||||
|
||||
j = ''.join([
|
||||
' -B_build',
|
||||
' -DSPDLOG_BUILD_SHARED=ON',
|
||||
' -DSPDLOG_FMT_EXTERNAL=ON',
|
||||
' -DCMAKE_BUILD_TYPE=None',
|
||||
@@ -18,9 +19,7 @@ j = ''.join([
|
||||
t = "#define SPDLOG_FMT_EXTERNAL"
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("_build")
|
||||
shelltools.cd("_build")
|
||||
cmaketools.configure(j, sourceDir = "..")
|
||||
cmaketools.configure(j)
|
||||
|
||||
def build():
|
||||
shelltools.cd("_build")
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary>Fast C++ logging library.</Summary>
|
||||
<Description>Very fast, header-only/compiled, C++ logging library.</Description>
|
||||
<Archive sha1sum="8029472f22c024291317394d484b30af1565ea79" type="targz">
|
||||
https://github.com/gabime/spdlog/archive/refs/tags/v1.9.2.tar.gz
|
||||
<Archive sha1sum="a1f1abc03a6b66158578321f100e5e31e3806601" type="targz">
|
||||
https://github.com/gabime/spdlog/archive/refs/tags/v1.10.0.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -47,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-09-24</Date>
|
||||
<Version>1.10.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-12-14</Date>
|
||||
<Version>1.9.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user