public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/petsc] f43: Install petsc/mpiuni headers for the --with-mpi=0 builds
@ 2026-08-27 11:44 Antonio Trande
0 siblings, 0 replies; only message in thread
From: Antonio Trande @ 2026-08-27 11:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/petsc
Branch : f43
Commit : b04e83dae55b2dadffbf37ccbf2dd6e027798c4a
Author : Antonio Trande <sagitter@fedoraproject.org>
Date : 2026-08-27T13:43:49+02:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/petsc/c/b04e83dae55b2dadffbf37ccbf2dd6e027798c4a?branch=f43
Log:
Install petsc/mpiuni headers for the --with-mpi=0 builds
---
diff --git a/petsc.spec b/petsc.spec
index 74f6a09..b0be554 100644
--- a/petsc.spec
+++ b/petsc.spec
@@ -793,6 +793,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
@@ -830,6 +831,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:44 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:44 [rpms/petsc] f43: 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