cgns/hdf5 support enabled (bz#1541616)
This commit is contained in:
parent
37b87362c3
commit
42e5f9ec8a
22
petsc.spec
22
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 <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
|
||||
- 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
|
||||
- Update to 3.8.3
|
||||
|
Loading…
Reference in New Issue
Block a user