Sam_Horvath
(Sam Horvath (Kitware))
April 27, 2020, 5:03pm
1
Hi all!
Tomorrow, we will be having our weekly hangout at 10:00 AM EST until 11 AM EST.
Anyone is welcome to join to ask questions at https://bit.ly/slicer-googlemeet-hosted-by-kitware
Agenda:
Slicer 5 progress check-in
Feel free to post to this thread to request/suggest a topic!
Thanks
Sam
pieper
(Steve Pieper (Isomics, Inc.))
April 27, 2020, 10:31pm
3
Just a heads up, I will need to drop off the call at 10:00 tomorrow.
jcfr
(Jean Christophe Fillion Robin (Kitware))
April 28, 2020, 6:26pm
5
We will remove the checkbox from the Slicer settings and build all CLI as executable only (without shared library) by introducing a SlicerExecutionModel_FORCE_EXECUTABLE_ONLY
option to the SlicerExecutionModel
Issue was identified, it is a problem with the compiler on the macOS factory.
A fix has been submitted upstream:
zeromq:master
← jcfr:fix-macos-10.11.6-default-init-error
opened 06:25PM - 28 Apr 20 UTC
This commit fixes a regression introduced in a3e5b54c3 (Problem: Socket
options… lack type-safety (#393)).
It addresses the following error reported when building the project
on macOS 10.11.6.
Errors like the following:
```
cppzmq/zmq.hpp:1325:39: error: default initialization of an object of const type 'const affinity_t' (aka 'const integral_option<4, unsigned long long, false>') without a user-provided default constructor
```
Compiler version:
```
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
```
Similar issues:
* https://github.com/tensorflow/tensorflow/issues/28839
error: default initialization of an object of const type 'const Subgraph::Identity' without a user-provided default constructor
* https://bugzilla.mozilla.org/show_bug.cgi?id=1451088
Clang 3.8: error: default initialization of an object of const type 'const js::jit::ArithPolicy' without a user-provided default constructor
* https://github.com/googleapis/google-cloud-cpp/issues/1593
[osx] error: default initialization of an object of const type
1 Like
jcfr
(Jean Christophe Fillion Robin (Kitware))
April 28, 2020, 11:01pm
6
Additionally, this PR will update SlicerJupyter to build against updated xeus, xtl and ZeroMQ projects. It will be integrated later this week.
Slicer:master
← jcfr:update-xeus-xtl-zmq-nlohmann-json
opened 09:15PM - 28 Apr 20 UTC