[SyneRBI/SIRF-SuperBuild] update CIL branch for testing (PR #989)

1 view
Skip to first unread message

Edoardo Pasca

unread,
Mar 30, 2026, 11:34:22 AMMar 30
to SyneRBI/SIRF-SuperBuild, Subscribed

Changes in this pull request

Testing performed

Related issues

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have added docstrings/doxygen in line with the guidance in the developer guide
  • I have implemented unit tests that cover any new or modified functionality
  • The code builds and runs on my machine
  • CHANGES.md has been updated with any functionality change

Contribution Notes

Please read and adhere to the contribution guidelines.

Please tick the following:

  • The content of this Pull Request (the Contribution) is intentionally submitted for inclusion in SIRF-SuperBuild (the Work) under the terms and conditions of the Apache-2.0 License.

You can view, comment on, or merge this pull request online at:

  https://github.com/SyneRBI/SIRF-SuperBuild/pull/989

Commit Summary

  • b9d97b7 update CIL branch for testing

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989@github.com>

Edoardo Pasca

unread,
Mar 31, 2026, 8:44:31 AMMar 31
to SyneRBI/SIRF-SuperBuild, Push

@paskino pushed 2 commits.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/before/b9d97b797ff4c0c5e0c654da0038ae55f9797562/after/bba60a95bbded84ff269eba0d8925d9d0ed67154@github.com>

Edoardo Pasca

unread,
Mar 31, 2026, 12:22:26 PMMar 31
to SyneRBI/SIRF-SuperBuild, Push

@paskino pushed 1 commit.

  • ca3a06c cat the gadgetron log in case of ctest failure


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/before/bba60a95bbded84ff269eba0d8925d9d0ed67154/after/ca3a06cddf19c4592bba6fcf06b5d22248b50585@github.com>

Edoardo Pasca

unread,
Apr 1, 2026, 3:56:15 AMApr 1
to SyneRBI/SIRF-SuperBuild, Push

@paskino pushed 2 commits.

  • 9978261 Add RUNPATH to libismrmrd
  • ea18092 Merge pull request #6 from wjp/paskino_fix-sirf-cil-unittests


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/before/ca3a06cddf19c4592bba6fcf06b5d22248b50585/after/ea180928ee8e1f208c5f9abbccf2bf076a19a5b9@github.com>

Edoardo Pasca

unread,
Apr 1, 2026, 9:46:31 AMApr 1
to SyneRBI/SIRF-SuperBuild, Push

@paskino pushed 1 commit.

  • ffdc2fe CIL devel build is from this branch


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/before/ea180928ee8e1f208c5f9abbccf2bf076a19a5b9/after/ffdc2fe238a80387c85d0e21a1beb3260a01b667@github.com>

Edoardo Pasca

unread,
Apr 1, 2026, 4:45:47 PMApr 1
to SyneRBI/SIRF-SuperBuild, Subscribed
paskino left a comment (SyneRBI/SIRF-SuperBuild#989)

The residual error in the DEVEL_BUILD is TORCH_TEST_PYTHON

https://github.com/SyneRBI/SIRF-SuperBuild/actions/runs/23851867425/job/69533945161?pr=989#step:14:1066


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/c4172863488@github.com>

Kris Thielemans

unread,
Apr 1, 2026, 5:17:18 PMApr 1
to SyneRBI/SIRF-SuperBuild, Subscribed
KrisThielemans left a comment (SyneRBI/SIRF-SuperBuild#989)

It's strange that we don't get any output that says what the failure. we just have

CoverageWarning: Module sirf.torch was never imported. (module-not-imported); 

but that could be irrelevant, as the coverage stuff is broken since a few years.

On the other hand, this is the DEVEL_BUILD=OFF build (with g++11), while all others are fine. So, I wonder if we shouldn't be updating the SIRF_TAG.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/c4173018569@github.com>

Edoardo Pasca

unread,
Apr 2, 2026, 4:28:43 AMApr 2
to SyneRBI/SIRF-SuperBuild, Subscribed
paskino left a comment (SyneRBI/SIRF-SuperBuild#989)

No, that's the DEVEL_BUILD=ON

So currently

DEVEL_BUILD TAG
OFF SyneRBI/SIRF@11a6a50
ON master

This means that only the DEVEL_BUILD=ON runs unit tests with PyTorch.
It also means that we need to change the SIRF_TAG to nearly master, or whatever commit we want to tag as v3.10.0.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/c4175575363@github.com>

Edoardo Pasca

unread,
Apr 2, 2026, 4:41:10 AMApr 2
to SyneRBI/SIRF-SuperBuild, Push

@paskino pushed 1 commit.

  • deced26 upgrade SIRF to before #1305


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/before/ffdc2fe238a80387c85d0e21a1beb3260a01b667/after/deced26b6bacfaf0081ec8a1cb9dc38bd2547158@github.com>

Kris Thielemans

unread,
Apr 2, 2026, 5:13:38 AMApr 2
to SyneRBI/SIRF-SuperBuild, Subscribed
KrisThielemans left a comment (SyneRBI/SIRF-SuperBuild#989)

That's what I meant... Good luck!


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/c4175831251@github.com>

Edoardo Pasca

unread,
Apr 2, 2026, 6:33:37 AMApr 2
to SyneRBI/SIRF-SuperBuild, Push

@paskino pushed 3 commits.

  • dfc8352 revert to using CIL numpy-2 branch
  • ded137e revert add cat of gadgetron log
  • 8e1dd67 add to changes


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/before/deced26b6bacfaf0081ec8a1cb9dc38bd2547158/after/8e1dd671a9a6df1b099ac1f0ad46d5680a1059b9@github.com>

Casper da Costa-Luis

unread,
Apr 8, 2026, 7:09:50 AMApr 8
to SyneRBI/SIRF-SuperBuild, Subscribed

@casperdcl commented on this pull request.


In version_config.cmake:

> +  # TODO fix PyTorch unittest
+  # set (DEFAULT_SIRF_TAG origin/master)
⬇️ Suggested change
-  # TODO fix PyTorch unittest
-  # set (DEFAULT_SIRF_TAG origin/master)
+  set (DEFAULT_SIRF_TAG origin/master)

In version_config.cmake:

> @@ -162,6 +162,7 @@ set(DEFAULT_JSON_URL https://github.com/nlohmann/json)
 set(DEFAULT_JSON_TAG v3.11.3)
 
 # CCPi CIL
+# test different branch of CIL to test fix
⬇️ Suggested change
-# test different branch of CIL to test fix

In CHANGES.md:

> @@ -1,8 +1,11 @@
 # ChangeLog
 
 ## v3.X.x
+- CMake:
+  - Patch ISMRMRD CMakeLists.txt to set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) (#) 
⬇️ Suggested change
-  - Patch ISMRMRD CMakeLists.txt to set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) (#) 
+  - Patch ISMRMRD `CMAKE_INSTALL_RPATH_USE_LINK_PATH` (#991)

In CHANGES.md:

>  - Updated versions:
   - SIRF-Contribs: v3.9.1
+  - SIRF: 4198e7f17ef17ff8b1913e20d1db3e7c9383d4da both for default and devel #2026-03-12
⬇️ Suggested change
-  - SIRF: 4198e7f17ef17ff8b1913e20d1db3e7c9383d4da both for default and devel #2026-03-12
+  - SIRF: 4198e7f17ef17ff8b1913e20d1db3e7c9383d4da (2026-03-12)


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/review/4074650243@github.com>

Edoardo Pasca

unread,
Apr 13, 2026, 4:32:17 AMApr 13
to SyneRBI/SIRF-SuperBuild, Push

@paskino pushed 1 commit.

  • 9598983 Apply suggestions from code review


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/before/8e1dd671a9a6df1b099ac1f0ad46d5680a1059b9/after/9598983d1d66b44d04fc1c852b858eafa855947e@github.com>

Casper da Costa-Luis

unread,
Apr 13, 2026, 6:07:02 AMApr 13
to SyneRBI/SIRF-SuperBuild, Subscribed

@casperdcl commented on this pull request.


In version_config.cmake:

> +  # TODO fix PyTorch unittest
+  # set (DEFAULT_SIRF_TAG origin/master)

@paskino this causes a unittest fail though. I suppose we should merge anyway and tackle #992 separately?


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/review/4097891258@github.com>

Casper da Costa-Luis

unread,
Apr 13, 2026, 9:49:12 AMApr 13
to SyneRBI/SIRF-SuperBuild, Subscribed

@casperdcl approved this pull request.

we'll tackle #992 separately


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/review/4099155549@github.com>

Edoardo Pasca

unread,
Apr 21, 2026, 8:39:50 AMApr 21
to SyneRBI/SIRF-SuperBuild, Subscribed

Merged #989 into master.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <SyneRBI/SIRF-SuperBuild/pull/989/issue_event/24717631247@github.com>

Reply all
Reply to author
Forward
0 new messages