cgns/hdf5 support enabled (bz#1541616)

This commit is contained in:
sagitter 2018-02-04 15:31:55 +01:00
parent 37b87362c3
commit 42e5f9ec8a

View File

@ -57,6 +57,9 @@
## PETSC looks incompatible with serial MUMPS ## PETSC looks incompatible with serial MUMPS
%bcond_with mumps_serial %bcond_with mumps_serial
# #
## Sundials needs mpi
%bcond_with sundials_serial
#
%bcond_without superlu %bcond_without superlu
# #
@ -68,8 +71,8 @@
# hdf5' is required by 'cgns' # hdf5' is required by 'cgns'
# hdf5 needs MPI # hdf5 needs MPI
%if 0%{?fedora} || 0%{?rhel} >= 7 %if 0%{?fedora} || 0%{?rhel} >= 7
%bcond_with cgns %bcond_without cgns
%bcond_with hdf5 %bcond_without hdf5
%else %else
%bcond_with cgns %bcond_with cgns
%bcond_with hdf5 %bcond_with hdf5
@ -82,9 +85,7 @@
# 'scalapack' is required by 'mumps' # 'scalapack' is required by 'mumps'
%if %{with openmpi} %if %{with openmpi}
%bcond_without mpi %bcond_without mpi
# Unexpectedly 'configure' does not recognize Sundials libraries # PETSC is incompatible with Sundials 3.*
# Linker fails with 'conftest'
# PETSC is incompatible with Sundials 3.0.0
%bcond_with sundials %bcond_with sundials
%bcond_without scalapack %bcond_without scalapack
%bcond_without mumps %bcond_without mumps
@ -94,9 +95,7 @@
%if %{with mpich} %if %{with mpich}
%bcond_without mpi %bcond_without mpi
# Unexpectedly 'configure' does not recognize Sundials libraries # PETSC is incompatible with Sundials 3.*
# Linker fails with 'conftest'
# PETSC is incompatible with Sundials 3.0.0
%bcond_with sundials %bcond_with sundials
%bcond_without scalapack %bcond_without scalapack
%bcond_without mumps %bcond_without mumps
@ -126,7 +125,7 @@
Name: petsc Name: petsc
Summary: Portable Extensible Toolkit for Scientific Computation Summary: Portable Extensible Toolkit for Scientific Computation
Version: %{releasever}.3 Version: %{releasever}.3
Release: 2%{?dist} Release: 3%{?dist}
License: BSD License: BSD
URL: https://www.mcs.anl.gov/petsc URL: https://www.mcs.anl.gov/petsc
Source0: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-%{version}.tar.gz Source0: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-%{version}.tar.gz
@ -1053,9 +1052,12 @@ make -C buildmpich_dir test
%endif %endif
%changelog %changelog
* Sun Feb 04 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.8.3-3
- cgns/hdf5 support enabled (bz#1541616)
* Sat Feb 03 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.8.3-2 * Sat Feb 03 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.8.3-2
- Fix PETSC_LIB_DIR variables - Fix PETSC_LIB_DIR variables
- cgns/hdf5 support temporarily disabled (bz#1541616) - cgns/hdf5 support temporarily disabled (bz#1541616)
* Sun Jan 28 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.8.3-1 * Sun Jan 28 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.8.3-1
- Update to 3.8.3 - Update to 3.8.3