[sundials] openmpi not available s390(x)

Dan Horák sharkcz at fedoraproject.org
Mon Feb 18 16:33:55 UTC 2013


commit c2fad631d037a2c670c98bf2d7b4355ab180859e
Author: Dan Horák <dan at danny.cz>
Date:   Mon Feb 18 17:33:50 2013 +0100

    openmpi not available s390(x)

 sundials.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/sundials.spec b/sundials.spec
index 9655117..d4653af 100644
--- a/sundials.spec
+++ b/sundials.spec
@@ -1,7 +1,7 @@
 Summary:    Suite of nonlinear solvers
 Name:       sundials
 Version:    2.5.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 # SUNDIALS is licensed under BSD with some additional (but unrestrictive) clauses.
 # Check the file 'LICENSE' for details.
 License:    BSD
@@ -9,7 +9,9 @@ Group:      Development/Libraries
 URL:        http://www.llnl.gov/casc/sundials/
 Source0:    http://www.llnl.gov/casc/sundials/download/code/%{name}-%{version}.tar.gz
 
+%ifnarch s390 s390x
 BuildRequires: openmpi-devel
+%endif
 BuildRequires: gcc-gfortran
 
 %description
@@ -98,6 +100,9 @@ rm ${RPM_BUILD_ROOT}%{_libdir}/*.la
 %{_libdir}/*.a
 
 %changelog
+* Mon Feb 18 2013 Dan Horák <dan[at]danny.cz> - 2.5.0-2
+- openmpi not available s390(x)
+
 * Sun Jan 26 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 2.5.0-1
 - upstream release 2.5.0
 - enable parallel build


More information about the scm-commits mailing list