[lis] Update to 1.3.32.

Susi Lehtola jussilehtola at fedoraproject.org
Mon Mar 4 13:18:31 UTC 2013


commit e98291015dab90b46bb2aa23b98330a684b00db2
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Mon Mar 4 15:18:28 2013 +0200

    Update to 1.3.32.

 .gitignore            |    1 +
 lis-1.3.31-amgc.patch |   14 --------------
 lis.spec              |   10 ++++------
 sources               |    2 +-
 4 files changed, 6 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eddeab3..e488788 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /lis-1.2.66.tar.gz
 /lis-1.2.68.tar.gz
 /lis-1.2.115.tar.gz
+/lis-1.3.32.tar.gz
diff --git a/lis.spec b/lis.spec
index edd6b56..a59762e 100644
--- a/lis.spec
+++ b/lis.spec
@@ -1,13 +1,11 @@
 Name:		lis
-Version:	1.3.31
+Version:	1.3.32
 Release:	1%{?dist}
 Summary:	A library for solving linear equations and eigenvalue problems
 Group:		Applications/Engineering
 License:	BSD
 URL:		http://www.ssisc.org/lis/index.en.html
 Source0:	http://infinity.cc.kyushu-u.ac.jp/lis/dl/lis-%{version}.tar.gz
-# Patch to get to compile with gfortran
-Patch0:		lis-1.3.31-amgc.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	gcc-gfortran
@@ -52,7 +50,6 @@ This package contains the developer documentation for lis.
 
 %prep
 %setup -q
-%patch0 -p1 -b .amgcg
 
 %build
 export CC=gcc
@@ -62,9 +59,7 @@ export FC=gfortran
 mkdir omp
 cd omp
 ln -s ../configure .
-# SAAMG doesn't compile with GFortran, issue reported upstream.
 %configure --disable-static --enable-shared --enable-omp --enable-quad --enable-saamg
-#configure --disable-static --enable-shared --enable-omp --enable-quad
 make %{?_smp_mflags}
 cd ..
 
@@ -121,6 +116,9 @@ sh test.sh
 %{_mandir}/man3/lis*.3f.*
 
 %changelog
+* Mon Mar 04 2013 Susi Lehtola <jussilehtola at fedoraproject.org> - 1.3.32-1
+- Update to 1.3.32.
+
 * Mon Mar 04 2013 Susi Lehtola <jussilehtola at fedoraproject.org> - 1.3.31-1
 - Update to 1.3.31.
 
diff --git a/sources b/sources
index 48e165e..71575be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4b682c3cf121ba38ef8bbb50105c966  lis-1.3.31.tar.gz
+cd616f676dcb7752971c3694fc58c832  lis-1.3.32.tar.gz


More information about the scm-commits mailing list