Merge pull request #17475 from Rmys/master

libhwy  ver. bump
This commit is contained in:
Rmys
2025-10-12 19:53:25 +03:00
committed by GitHub
2 changed files with 67 additions and 62 deletions
+4 -3
View File
@@ -8,16 +8,17 @@ from pisi.actionsapi import cmaketools
i = ''.join([ i = ''.join([
' -DCMAKE_BUILD_TYPE=Release', ' -DCMAKE_BUILD_TYPE=Release',
' -DBUILD_TESTING=OFF',
' -DBUILD_SHARED_LIBS=ON', ' -DBUILD_SHARED_LIBS=ON',
' -DHWY_SYSTEM_GTEST=ON', ' -DHWY_SYSTEM_GTEST=ON',
' -B_build -L ' ' -B build -L '
]) ])
def setup(): def setup():
cmaketools.configure(i) cmaketools.configure(i)
def build(): def build():
cmaketools.make("-C _build") cmaketools.make("-C build")
def install(): def install():
cmaketools.install("-C _build") cmaketools.install("-C build")
+63 -59
View File
@@ -1,65 +1,69 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>libhwy</Name> <Name>libhwy</Name>
<Homepage>https://github.com/google/highway</Homepage> <Homepage>https://github.com/google/highway</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>Apache-2</License> <License>Apache-2</License>
<IsA>library</IsA> <IsA>library</IsA>
<PartOf>programming.library</PartOf> <PartOf>programming.library</PartOf>
<Summary>Efficient and performance-portable vector software.</Summary> <Summary>Efficient and performance-portable vector software.</Summary>
<Description>Highway is a C++ library that provides portable SIMD/vector intrinsics.</Description> <Description>Highway is a C++ library that provides portable SIMD/vector intrinsics.</Description>
<Archive sha1sum="52dee4092ae9d6639f9b91cd8e808b372a99c7fe" type="targz"> <Archive sha1sum="a183bad01931bd6a8a9d969ece80e79c3712e9e3" type="targz">https://github.com/google/highway/archive/refs/tags/1.0.7.tar.gz</Archive>
https://github.com/google/highway/archive/refs/tags/1.0.3.tar.gz <BuildDependencies>
</Archive> <Dependency>cmake</Dependency>
<BuildDependencies> <Dependency versionFrom="1.17.0">gtest-devel</Dependency>
<Dependency>cmake</Dependency> </BuildDependencies>
<Dependency>gtest-devel</Dependency> <Patches>
</BuildDependencies> <!-- <Patch level='1'></Patch> -->
<Patches> </Patches>
<!-- <Patch level='1'></Patch> --> </Source>
</Patches> <Package>
</Source> <Name>libhwy</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package> <Package>
<Name>libhwy</Name> <Name>libhwy-devel</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libgcc</Dependency> <Dependency release="current">libhwy</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="headers">/usr/include/hwy</Path>
</Files> <Path fileType="data">/usr/lib/pkgconfig</Path>
</Package> </Files>
</Package>
<Package> <History>
<Name>libhwy-devel</Name> <Update release="3">
<RuntimeDependencies> <Date>2025-09-24</Date>
<Dependency release="current">libhwy</Dependency> <Version>1.0.7</Version>
</RuntimeDependencies> <Comment>Version bump.</Comment>
<Files> <Name>Pisi Linux Community</Name>
<Path fileType="headers">/usr/include/hwy</Path> <Email>admin@pisilinux.org</Email>
<Path fileType="data">/usr/lib/pkgconfig</Path> </Update>
</Files> <Update release="2">
</Package> <Date>2023-01-27</Date>
<Version>1.0.3</Version>
<History> <Comment>Version bump</Comment>
<Update release="2"> <Name>fury</Name>
<Date>2023-01-27</Date> <Email>uglyside@yandex.ru</Email>
<Version>1.0.3</Version> </Update>
<Comment>Version bump</Comment> <Update release="1">
<Name>fury</Name> <Date>2023-01-06</Date>
<Email>uglyside@yandex.ru</Email> <Version>1.0.2</Version>
</Update> <Comment>First build.</Comment>
<Update release="1"> <Name>fury</Name>
<Date>2023-01-06</Date> <Email>uglyside@yandex.ru</Email>
<Version>1.0.2</Version> </Update>
<Comment>First build.</Comment> </History>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI> </PISI>