]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
isl: Update to 0.25
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2022 10:01:08 +0000 (10:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2022 10:01:08 +0000 (10:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
compat-isl/compat-isl.nm
isl/isl.nm

index 40055829da30b77aaff608e2ee2952480361fb5b..04ef22c48ea3d61abad64ac82fbd382a1d417391 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = compat-isl
-version    = 0.14.1
+version    = 0.16.1
 release    = 1
 thisapp    = isl-%{version}
 
@@ -22,8 +22,8 @@ description
        vertex enumeration.
 end
 
-source_dl += http://isl.gforge.inria.fr/
-sources    = %{thisapp}.tar.xz
+source_dl += https://gcc.gnu.org/pub/gcc/infrastructure/
+sources    = %{thisapp}.tar.bz2
 
 build
        requires
@@ -31,15 +31,14 @@ build
        end
 
        test
-               export LD_LIBRARY_PATH=$(pwd)/.libs
-               make check
+               LD_LIBRARY_PATH=%{DIR_APP}/.libs make check
        end
 
        install
                # Install just the library and no headers.
                mkdir -pv %{BUILDROOT}%{libdir}
-               install -m 644 .libs/libisl.so.13.1.1 %{BUILDROOT}%{libdir}
-               ln -svf libisl.so.13.1.1 %{BUILDROOT}%{libdir}/libisl.so.13
+               install -m 644 .libs/libisl.so.15.1.1 %{BUILDROOT}%{libdir}
+               ln -svf libisl.so.15.1.1 %{BUILDROOT}%{libdir}/libisl.so.15
        end
 end
 
index 07c19b0948fa717c03a8f95f6ad9057135bb35dd..60e9dff09aa1cde2267ee9201b3529136ef5bbd3 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = isl
-version    = 0.16.1
+version    = 0.25
 release    = 1
 
 groups     = System/Libraries
@@ -21,7 +21,7 @@ description
        vertex enumeration.
 end
 
-source_dl += http://isl.gforge.inria.fr/
+source_dl += https://sourceforge.net/projects/libisl/files/
 sources    = %{thisapp}.tar.xz
 
 build