From 42e5f9ec8a68e6fb0c76cccb2109db7ad96e57ee Mon Sep 17 00:00:00 2001 From: sagitter Date: Sun, 4 Feb 2018 15:31:55 +0100 Subject: [PATCH] cgns/hdf5 support enabled (bz#1541616) --- petsc.spec | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/petsc.spec b/petsc.spec index dd50197..8b402ff 100644 --- a/petsc.spec +++ b/petsc.spec @@ -57,6 +57,9 @@ ## PETSC looks incompatible with serial MUMPS %bcond_with mumps_serial # +## Sundials needs mpi +%bcond_with sundials_serial +# %bcond_without superlu # @@ -68,8 +71,8 @@ # hdf5' is required by 'cgns' # hdf5 needs MPI %if 0%{?fedora} || 0%{?rhel} >= 7 -%bcond_with cgns -%bcond_with hdf5 +%bcond_without cgns +%bcond_without hdf5 %else %bcond_with cgns %bcond_with hdf5 @@ -82,9 +85,7 @@ # 'scalapack' is required by 'mumps' %if %{with openmpi} %bcond_without mpi -# Unexpectedly 'configure' does not recognize Sundials libraries -# Linker fails with 'conftest' -# PETSC is incompatible with Sundials 3.0.0 +# PETSC is incompatible with Sundials 3.* %bcond_with sundials %bcond_without scalapack %bcond_without mumps @@ -94,9 +95,7 @@ %if %{with mpich} %bcond_without mpi -# Unexpectedly 'configure' does not recognize Sundials libraries -# Linker fails with 'conftest' -# PETSC is incompatible with Sundials 3.0.0 +# PETSC is incompatible with Sundials 3.* %bcond_with sundials %bcond_without scalapack %bcond_without mumps @@ -126,7 +125,7 @@ Name: petsc Summary: Portable Extensible Toolkit for Scientific Computation Version: %{releasever}.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: https://www.mcs.anl.gov/petsc Source0: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-%{version}.tar.gz @@ -1053,9 +1052,12 @@ make -C buildmpich_dir test %endif %changelog +* Sun Feb 04 2018 Antonio Trande - 3.8.3-3 +- cgns/hdf5 support enabled (bz#1541616) + * Sat Feb 03 2018 Antonio Trande - 3.8.3-2 - 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 - 3.8.3-1 - Update to 3.8.3