public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Antonio Trande <sagitter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/petsc] main: Enable Python test, exclude test_mat_py
Date: Tue, 23 Jun 2026 11:18:58 GMT [thread overview]
Message-ID: <178221353830.1.15150892153726861444.rpms-petsc-d036908c8703@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/petsc
Branch : main
Commit : d036908c870378e48f9a778717fe9e7ffe4382f9
Author : Antonio Trande <sagitter@fedoraproject.org>
Date : 2026-06-23T13:18:34+02:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/petsc/c/d036908c870378e48f9a778717fe9e7ffe4382f9?branch=main
Log:
Enable Python test, exclude test_mat_py
---
diff --git a/petsc.spec b/petsc.spec
index 603881c..df434b6 100644
--- a/petsc.spec
+++ b/petsc.spec
@@ -6,7 +6,7 @@
%if %{with python}
## Failed on s390x, see https://gitlab.com/petsc/petsc/-/issues/1694
%ifnarch s390x
-%bcond_with pycheck
+%bcond_without pycheck
%else
%bcond_with pycheck
%endif
@@ -1011,7 +1011,7 @@ export LD_LIBRARY_PATH=%{buildroot}$MPI_LIB
export MPIEXEC=lib/petsc/bin/petscmpiexec
export PMIX_MCA_gds=hash
export PMIX_MCA_psec=native
-make V=1 petsc4pytest PETSC4PY_NP=2
+make V=1 petsc4pytest PETSC4PY_NP=2 --exclude=test_mat_py
unset PETSC_ARCH
unset PETSC_DIR
%{_openmpi_unload}
@@ -1064,7 +1064,7 @@ export MPIEXEC=lib/petsc/bin/petscmpiexec
export PMIX_MCA_gds=hash
export PMIX_MCA_psec=native
# petsc4py test fails with MPICH
-#make V=1 petsc4pytest PETSC4PY_NP=2
+make V=1 petsc4pytest PETSC4PY_NP=2 --exclude=test_mat_py
unset PETSC_ARCH
unset PETSC_DIR
%{_mpich_unload}
reply other threads:[~2026-06-23 11:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178221353830.1.15150892153726861444.rpms-petsc-d036908c8703@fedoraproject.org \
--to=sagitter@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox