Release 3.19.6| Fix ELN builds
This commit is contained in:
parent
234975dfea
commit
ff91bf73f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@
|
||||
/petsc4py-3.18.5.tar.gz
|
||||
/petsc-with-docs-3.19.4.tar.gz
|
||||
/petsc4py-3.19.4.tar.gz
|
||||
/petsc-with-docs-3.19.6.tar.gz
|
||||
|
@ -286,7 +286,7 @@
|
||||
|
||||
Name: petsc
|
||||
Summary: Portable Extensible Toolkit for Scientific Computation
|
||||
Version: %{releasever}.4
|
||||
Version: %{releasever}.6
|
||||
Release: %autorelease
|
||||
License: BSD
|
||||
URL: https://petsc.org/
|
||||
@ -609,7 +609,7 @@ popd
|
||||
|
||||
%if %{with openmpi}
|
||||
cp -a %{name}-%{version} buildopenmpi_dir
|
||||
%if 0%{?fedora} > 38
|
||||
%if 0%{?eln} || 0%{?fedora} > 38
|
||||
cp %{SOURCE2} buildopenmpi_dir/src/binding/petsc4py/src/petsc4py/PETSc.c
|
||||
cp %{SOURCE3} buildopenmpi_dir/src/binding/petsc4py/src/petsc4py/PETSc.h
|
||||
cp %{SOURCE4} buildopenmpi_dir/src/binding/petsc4py/src/petsc4py/PETSc_api.h
|
||||
@ -618,7 +618,7 @@ cp %{SOURCE4} buildopenmpi_dir/src/binding/petsc4py/src/petsc4py/PETSc_api.h
|
||||
|
||||
%if %{with mpich}
|
||||
cp -a %{name}-%{version} buildmpich_dir
|
||||
%if 0%{?fedora} > 38
|
||||
%if 0%{?eln} || 0%{?fedora} > 38
|
||||
cp %{SOURCE2} buildmpich_dir/src/binding/petsc4py/src/petsc4py/PETSc.c
|
||||
cp %{SOURCE3} buildmpich_dir/src/binding/petsc4py/src/petsc4py/PETSc.h
|
||||
cp %{SOURCE4} buildmpich_dir/src/binding/petsc4py/src/petsc4py/PETSc_api.h
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (petsc-with-docs-3.19.4.tar.gz) = 34011695e33594541132957afffc4f8c94ce3ff71e6322c76630a8afd39a2e91c8ac36c33bd1d749792a0167ee18a742d205b54269eceec2f5cbf01e5ae12809
|
||||
SHA512 (petsc-with-docs-3.19.6.tar.gz) = a792fa1e0482a238ea80bd064d44e8745099a342a3c48b7e21e84795f82f38ec476e763dd384d043ec16bf3750323f78e758ec094634698655efc73c4ef2cba9
|
||||
|
Loading…
Reference in New Issue
Block a user