public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/petsc] epel10: Install petsc/mpiuni headers for the --with-mpi=0 builds
@ 2026-08-27 11:37 Antonio Trande
0 siblings, 0 replies; only message in thread
From: Antonio Trande @ 2026-08-27 11:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/petsc
Branch : epel10
Commit : 70523284ab24deed8fc98cfb554febc9a4876687
Author : Antonio Trande <sagitter@fedoraproject.org>
Date : 2026-08-27T13:36:56+02:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/petsc/c/70523284ab24deed8fc98cfb554febc9a4876687?branch=epel10
Log:
Install petsc/mpiuni headers for the --with-mpi=0 builds
---
diff --git a/petsc.spec b/petsc.spec
index 3435183..ae4b309 100644
--- a/petsc.spec
+++ b/petsc.spec
@@ -796,6 +796,7 @@ install -pm 644 include/petsc/finclude/*.h %{buildroot}%{_includedir}/%{name}/fi
install -pm 644 %{_arch}/include/*.mod %{buildroot}%{_fmoddir}/%{name}/
install -pm 644 include/*.h %{buildroot}%{_includedir}/%{name}/
cp -a include/petsc/private %{buildroot}%{_includedir}/%{name}/
+cp -a include/petsc/mpiuni %{buildroot}%{_includedir}/%{name}/
cp -a %{_arch}/lib/pkgconfig %{buildroot}%{_libdir}/
sed -e 's|${prefix}/lib|${prefix}/%{_lib}|g' -i %{buildroot}%{_libdir}/pkgconfig/PETSc.pc
@@ -833,6 +834,7 @@ install -pm 644 include/petsc/finclude/*.h %{buildroot}%{_includedir}/%{name}64/
install -pm 644 %{_arch}/include/*.mod %{buildroot}%{_fmoddir}/%{name}64/
install -pm 644 include/*.h %{buildroot}%{_includedir}/%{name}64/
cp -a include/petsc/private %{buildroot}%{_includedir}/%{name}64/
+cp -a include/petsc/mpiuni %{buildroot}%{_includedir}/%{name}64/
cp -p %{_arch}/lib/pkgconfig/PETSc.pc %{buildroot}%{_libdir}/pkgconfig/PETSc64.pc
cp -p %{_arch}/lib/pkgconfig/PETSc.pc %{buildroot}%{_libdir}/pkgconfig/petsc64.pc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-27 11:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 11:37 [rpms/petsc] epel10: Install petsc/mpiuni headers for the --with-mpi=0 builds Antonio Trande
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox