[log in to unmask] Google Groups
Today's topic summary
View all topics
[SyneRBI/SIRF-SuperBuild] GTest needs upgrade (Issue #778)
Kris Thielemans <[log in to unmask]>: Nov 23 07:09AM -0800

when compiling with C++-17 we get an error
```
ISO C++17 does not allow dynamic exception specifications
```
 
This seems to disappear with `release-1.12.1`
 
--
Reply to this email directly or ...more
Kris Thielemans <[log in to unmask]>: Nov 23 07:28AM -0800

oops, it is actually an error in glog
 
--
Reply to this email directly or view it on GitHub:
https://github.com/SyneRBI/SIRF-SuperBuild/issues/778#issuecomment-1325254102
You are receiving this ...more
Kris Thielemans <[log in to unmask]>: Nov 23 11:08AM -0800

Closed #778 as completed via #780.
 
--
Reply to this email directly or view it on GitHub:
https://github.com/SyneRBI/SIRF-SuperBuild/issues/778#event-7880031043
You are receiving this because ...more
Back to top
[SyneRBI/SIRF-SuperBuild] Use GTest 1.12.1 (PR #780)
Kris Thielemans <[log in to unmask]>: Nov 23 07:18AM -0800

Fixes #778
You can view, comment on, or merge this pull request online at:
 
https://github.com/SyneRBI/SIRF-SuperBuild/pull/780
 
-- Commit Summary --
 
* Use GTest 1.12.1
...more
Kris Thielemans <[log in to unmask]>: Nov 23 07:32AM -0800

@KrisThielemans pushed 1 commit.
 
de6f0d145520677d4b5bfda62c0aabfeec186f82 updated glog to v0.6.0
 
--
View it on GitHub: ...more
Kris Thielemans <[log in to unmask]>: Nov 23 11:07AM -0800

@KrisThielemans pushed 1 commit.
 
ac64c70e052c00d25cdef5c234beff058db0dd50 updated CHANGES.md
 
--
View it on GitHub: ...more
Kris Thielemans <[log in to unmask]>: Nov 23 11:08AM -0800

Merged #780 into master.
 
--
Reply to this email directly or view it on GitHub:
https://github.com/SyneRBI/SIRF-SuperBuild/pull/780#event-7880030924
You are receiving this because you are ...more
Back to top
[SyneRBI/SIRF-SuperBuild] Nose is unmaintained and no longer works with Python 3.10 (Issue #646)
Kris Thielemans <[log in to unmask]>: Nov 23 09:52AM -0800

The above work-around of using `nose-py3` doesn't work on Ubuntu 22.04, Python 3.10.6
```
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main ...more
Kris Thielemans <[log in to unmask]>: Nov 23 09:53AM -0800

affected tests
```
2 - MR_TESTS_PYTHON (Failed)
7 - REG_TESTS_PYTHON (Failed)
11 - PET_TESTS_PYTHON (Failed)
```
 
--
Reply to this email directly or view it on GitHub: ...more
Back to top
[SyneRBI/SIRF-SuperBuild] Build gadgetron master (#438)
Kris Thielemans <[log in to unmask]>: Nov 23 04:43AM -0800

@paskino, I successfully installed `mrd-storage-server` on Ubuntu 22.04 using the following
```
sudo apt install golang # this installs go1.18.1 on Ubuntu 22.04 ...more
Kris Thielemans <[log in to unmask]>: Nov 23 04:56AM -0800

@KrisThielemans pushed 3 commits.
 
36aef4e2854d9b97e05fbe018a26b328229ed295 add golang to list of apt packages
135f812dfe94d438f1972e2d3e7dad74063ca3eb change build command for mrd-storage-server ...more
Kris Thielemans <[log in to unmask]>: Nov 23 05:07AM -0800

@KrisThielemans pushed 1 commit.
 
69db1a2bb9cdca398d88c0b2164e6fcd003794b9 correct for mrd-storage-server
 
--
View it on GitHub: ...more
Kris Thielemans <[log in to unmask]>: Nov 23 06:18AM -0800

builds on GHA fail with
https://github.com/SyneRBI/SIRF-SuperBuild/actions/runs/3532316294/jobs/5926518875#step:7:3204
```
build github.com/Azure/azure-sdk-for-go/sdk/azcore: cannot load ...more
Kris Thielemans <[log in to unmask]>: Nov 23 06:37AM -0800

https://github.com/xitongsys/parquet-go/issues/447 and others imply that this means that the `go` version is too old. (That post states it needs go 1.16). Indeed, on GHA (`ubuntu-latest` which is ...more
Kris Thielemans <[log in to unmask]>: Nov 23 06:40AM -0800

could add https://launchpad.net/~longsleep/+archive/ubuntu/golang-backports...
 
--
Reply to this email directly or view it on GitHub: ...more
Kris Thielemans <[log in to unmask]>: Nov 23 09:04AM -0800

will need https://github.com/SyneRBI/SIRF-SuperBuild/pull/780, but with that everything builds on Ubuntu 22.04 with gcc-11. All tests work except Python tests for SIRF due to #646
 
-- ...more
Back to top
[SyneRBI/SIRF-SuperBuild] GTest 1.12.1 (PR #779)
Kris Thielemans <[log in to unmask]>: Nov 23 07:13AM -0800

Fixes #778
You can view, comment on, or merge this pull request online at:
 
https://github.com/SyneRBI/SIRF-SuperBuild/pull/779
 
-- Commit Summary --
 
* allows user to pass CBLAS_LIBRARY ...more
Kris Thielemans <[log in to unmask]>: Nov 23 07:13AM -0800

oops. on top of #438
 
--
Reply to this email directly or view it on GitHub:
https://github.com/SyneRBI/SIRF-SuperBuild/pull/779#issuecomment-1325231904
You are receiving this because you are ...more
Kris Thielemans <[log in to unmask]>: Nov 23 07:13AM -0800

Closed #779.
 
--
Reply to this email directly or view it on GitHub:
https://github.com/SyneRBI/SIRF-SuperBuild/pull/779#event-7878221124
You are receiving this because you are subscribed to this ...more
Back to top
[SyneRBI/SIRF-SuperBuild] VM: configure_gnome.sh problem on Ubuntu 22.04 (Issue #777)
Kris Thielemans <[log in to unmask]>: Nov 23 12:43AM -0800

I tried to switch to 22.04. All seems well at present (but I haven't got very far yer). However, `configure_gnome.sh` fails to update the GNome settings. This seems due to ...more
Back to top
You have received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to [log in to unmask].


To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/WA-JISC.exe?SUBED1=SYNERBI-DEVEL&A=1