libatomic_ops-7.8.2
This commit is contained in:
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
|
||||
def setup():
|
||||
shelltools.system("./autogen.sh")
|
||||
|
||||
autotools.configure("--prefix=/usr")
|
||||
autotools.configure("--prefix=/usr --enable-shared")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Atomic memory update operations library</Summary>
|
||||
<Description>libatomic_ops provides implementations for atomic memory update operations on a number of architectures. This allows direct use of these in reasonably portable code.</Description>
|
||||
<Archive sha1sum="69223bbec025a0d57977feb861479f78a5e6c8d7" type="targz">https://github.com/ivmai/libatomic_ops/releases/download/v7.8.0/libatomic_ops-7.8.0.tar.gz</Archive>
|
||||
<Archive sha1sum="aaa44f2b182a05a7cdc6778a0f26976cc925acfe" type="targz">https://github.com/ivmai/libatomic_ops/releases/download/v7.8.2/libatomic_ops-7.8.2.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -37,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2023-12-17</Date>
|
||||
<Version>7.8.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2023-03-26</Date>
|
||||
<Version>7.8.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user