[med-svn] [Git][med-team/bart][master] 2 commits: typo + lintian override
Martin Uecker (@uecker-guest)
gitlab at salsa.debian.org
Mon Dec 11 18:30:05 GMT 2023
Martin Uecker pushed to branch master at Debian Med / bart
Commits:
086124b6 by Martin Uecker at 2023-12-11T19:25:09+01:00
typo + lintian override
- - - - -
3588c960 by Martin Uecker at 2023-12-11T19:28:52+01:00
turn off another related unit test for i386
- - - - -
5 changed files:
- debian/changelog
- debian/patches/0009-clean-up-more-thoroughly.patch
- + debian/patches/0010-fix-typo.patch
- debian/patches/0010-turn-off-one-test-on-i386.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,10 @@
bart (0.9.00-2) UNRELEASED; urgency=medium
- * Turn off another unit test on i386 but activate ode_bloch for all.
+ * Turn off other unit tests on i386 but activate ode_bloch for the rest.
* Run unit tests on alpha.
* Update Debian standards version.
* Add patch to properly clean up after built (Closes: #1044082)
+ * Add patch to fix typo + lintian override.
-- Martin Uecker <uecker at tugraz> Mon, 11 Dec 2023 18:42:37 +0100
=====================================
debian/patches/0009-clean-up-more-thoroughly.patch
=====================================
@@ -7,7 +7,7 @@ Subject: clean up more thoroughly
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
-index b82544b..5722ddd 100644
+index 0200adc..65a293e 100644
--- a/Makefile
+++ b/Makefile
@@ -825,10 +825,13 @@ clean:
=====================================
debian/patches/0010-fix-typo.patch
=====================================
@@ -0,0 +1,21 @@
+From: Martin Uecker <martin.uecker at med.uni-goettingen.de>
+Date: Mon, 11 Dec 2023 19:20:14 +0100
+Subject: fix typo
+
+---
+ src/misc/mmio.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/misc/mmio.c b/src/misc/mmio.c
+index 2c7d1a7..f3342e4 100644
+--- a/src/misc/mmio.c
++++ b/src/misc/mmio.c
+@@ -144,7 +144,7 @@ long cfl_loop_worker_id(void)
+ int threadno = omp_get_ancestor_thread_num(THREAD_BATCH_LVL);
+
+ if ((THREAD_BATCH_LVL < omp_get_level()) || (1 < omp_get_team_size(0)))
+- debug_printf(DP_WARN, "File accessed in OMP region! Cannot guarantee thread safty!\n");
++ debug_printf(DP_WARN, "File accessed in OMP region! Cannot guarantee thread safety!\n");
+
+ if (MAX_WORKER <= threadno)
+ error("Maximum supported number of MPI workers (%d) exceeded!\n", MAX_WORKER);
=====================================
debian/patches/0010-turn-off-one-test-on-i386.patch
=====================================
@@ -1,13 +1,13 @@
From: Martin Uecker <martin.uecker at med.uni-goettingen.de>
Date: Mon, 24 Oct 2022 16:48:57 +0200
-Subject: turn off one test on i386
+Subject: turn off some tests on i386
---
Makefile | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
-index 40d1653..b82544b 100644
+index 40d1653..0200adc 100644
--- a/Makefile
+++ b/Makefile
@@ -680,7 +680,7 @@ MODULES_test_nufft += -lnoncart -llinops
@@ -25,8 +25,8 @@ index 40d1653..b82544b 100644
# lib simu
-UTARGETS += test_ode_bloch test_ode_simu test_biot_savart test_signals test_epg test_pulse
+ifeq ($(ODE_SIMU_OFF),1)
-+# FIXME: test_ode_simu, test_ode, and test_pulse hang on i386, turn off for now
-+UTARGETS += test_ode_bloch test_biot_savart test_signals test_epg
++# FIXME: test_ode_simu, test_ode, test_ode_bloch, and test_pulse hang on i386, turn off for now
++UTARGETS += test_biot_savart test_signals test_epg
+else
+UTARGETS += test_ode_bloch test_ode test_ode_simu test_biot_savart test_signals test_epg test_pulse
+endif
=====================================
debian/patches/series
=====================================
@@ -7,3 +7,4 @@
0007-fix-command-line-processing.patch
0008-fix-test-for-Debian.patch
0009-clean-up-more-thoroughly.patch
+0010-fix-typo.patch
View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/6013b97911e6b4f7606151bfbd2e435b0fc20618...3588c96005c10bedadab67b6c2da70182450ad05
--
View it on GitLab: https://salsa.debian.org/med-team/bart/-/compare/6013b97911e6b4f7606151bfbd2e435b0fc20618...3588c96005c10bedadab67b6c2da70182450ad05
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231211/031999f5/attachment-0001.htm>
More information about the debian-med-commit
mailing list