mpfr isl libmpc ver. bump
This commit is contained in:
+633
-99
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
b92442ad2d993683e857f2f25877d0f45f47b0e8
|
||||
8174848f038eee9bc05fd5f31bc0a016c7d03f28
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
8690abed8f13ba5f32279dd62946e072ff3af188
|
||||
be3002a5000543adf3ea89d7c0ae6ce85a38cea1
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
autotools.make("check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.dodoc("AUTHORS","ChangeLog","doc/manual.pdf")
|
||||
@@ -0,0 +1,17 @@
|
||||
diff -Naur isl-0.19.orig/Makefile.in isl-0.19/Makefile.in
|
||||
--- isl-0.19.orig/Makefile.in 2018-03-03 11:32:15.000000000 -0500
|
||||
+++ isl-0.19/Makefile.in 2018-03-10 17:29:30.039182728 -0500
|
||||
@@ -2269,10 +2269,10 @@
|
||||
case $$libisl in \
|
||||
'') echo Cannot find isl library name. GDB bindings not installed.;; \
|
||||
*) echo $(INSTALL_DATA) $(srcdir)/libisl-gdb.py \
|
||||
- $(DESTDIR)$(libdir)/$$libisl-gdb.py; \
|
||||
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"; \
|
||||
+ $(DESTDIR)$(prefix)/share/gdb/auto-load$(libdir)/$$libisl-gdb.py; \
|
||||
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(prefix)/share/gdb/auto-load$(libdir)"; \
|
||||
$(INSTALL_DATA) $(srcdir)/libisl-gdb.py \
|
||||
- $(DESTDIR)$(libdir)/$$libisl-gdb.py; \
|
||||
+ $(DESTDIR)$(prefix)/share/gdb/auto-load$(libdir)/$$libisl-gdb.py; \
|
||||
esac
|
||||
|
||||
uninstall-local:
|
||||
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>isl</Name>
|
||||
<Homepage>http://isl.gforge.inria.fr/</Homepage>
|
||||
<Packager>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Integer Set Library</Summary>
|
||||
<Description>isl is a library for manipulating sets and relations of integer points bounded by linear constraints.</Description>
|
||||
<Archive sha1sum="247eecb538ff310e8fb77badd629ee32a3895a98" type="tarxz">https://libisl.sourceforge.io/isl-0.25.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>isl-0.07-gdb-autoload-dir.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>isl</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gmp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/gdb</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>isl-devel</Name>
|
||||
<Summary>Development files for isl</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">isl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-01-28</Date>
|
||||
<Version>0.25</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>isl</Name>
|
||||
<Summary xml:lang="en">Integer Set Library</Summary>
|
||||
<Description xml:lang="en">isl is a library for manipulating sets and relations of integer points bounded by linear constraints.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>isl-devel</Name>
|
||||
<Summary xml:lang="tr">isl için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libmpc</Name>
|
||||
@@ -15,7 +15,7 @@
|
||||
<Archive sha1sum="bac1c1fa79f5602df1e29e4684e103ad55714e02" type="targz">ftp://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
<Dependency versionFrom="4.1.1">mpfr-devel</Dependency>
|
||||
<Dependency versionFrom="4.2.0">mpfr-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -44,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2023-01-28</Date>
|
||||
<Version>1.3.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2022-12-20</Date>
|
||||
<Version>1.3.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Multiple precision floating point library</Summary>
|
||||
<Description>The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library.</Description>
|
||||
<Archive sha1sum="2355e921d6c97c898cfe7a57dd7e72725f1fded4" type="tarxz">https://ftp.gnu.org/gnu/mpfr/mpfr-4.1.1.tar.xz</Archive>
|
||||
<Archive sha1sum="4f734ca3ebceac28e2f944b131a47133b19e2c5e" type="tarxz">https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -49,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2023-01-28</Date>
|
||||
<Version>4.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2022-12-20</Date>
|
||||
<Version>4.1.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user