Update to 2.7.0

This commit is contained in:
sagitter 2016-09-29 19:47:24 +02:00
parent 16361f2fec
commit ce158cd55f
3 changed files with 10 additions and 9 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ sundials-2.3.0.tar.gz
/sundials-2.6.1.tar.gz
/sundials-pkgconfig_files.tar.gz
/sundials-2.6.2.tar.gz
/sundials-2.7.0-pkgconfig_files.tar.gz
/sundials-2.7.0.tar.gz

View File

@ -1,2 +1,2 @@
3deeb0ede9f514184c6bd83ecab77d95 sundials-2.6.2.tar.gz
9e98bd74a0644911c012b058f3430755 sundials-pkgconfig_files.tar.gz
734ac7d624563002859a4aff9c9702db sundials-2.7.0-pkgconfig_files.tar.gz
c304631b9bc82877d7b0e9f4d4fd94d3 sundials-2.7.0.tar.gz

View File

@ -21,8 +21,8 @@
Summary: Suite of nonlinear solvers
Name: sundials
Version: 2.6.2
Release: 19%{?dist}
Version: 2.7.0
Release: 1%{?dist}
# SUNDIALS is licensed under BSD with some additional (but unrestrictive) clauses.
# Check the file 'LICENSE' for details.
License: BSD
@ -31,7 +31,7 @@ URL: http://www.llnl.gov/casc/sundials/
Source0: http://www.llnl.gov/casc/sundials/download/code/%{name}-%{version}.tar.gz
##This package provides pkg-config files of Sundials
Source1: %{name}-pkgconfig_files.tar.gz
Source1: %{name}-%{version}-pkgconfig_files.tar.gz
BuildRequires: gcc-gfortran
BuildRequires: cmake
@ -533,11 +533,7 @@ mpirun buildopenmpi_dir/build/examples/nvector/parallel/test_nvector_mpi
%endif ##if openmpi
%if 0%{?with_mpich}
#%%{_mpich_load}
#export LD_LIBRARY_PATH=%%{buildroot}%%{_libdir}/mpich/lib:%%{buildroot}%%{_libdir}
#export MPICH_INTERFACE_HOSTNAME=localhost
## Tests not perfomred due to 'gethostname' failure on koji
#%%{_mpich_unload}
%endif ##if openmpi
%endif ## if with_parcheck
@ -817,6 +813,9 @@ popd
%{_libdir}/pkgconfig/fnvec_pthreads.pc
%changelog
* Thu Sep 29 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.7.0-1
- Update to 2.7.0
* Sun Mar 27 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.2-19
- Typos fixed