Build: #32 was successful Changes by Marcel Loose <loose@astron.nl>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
121 minutes
Labels
None
Agent
cbt-el7-8.cv.nrao.edu (2)
Revisions
Casa6
059b8ab234522648c1fb903cb3dd576ba9a4b65b
OPEN-CASA-PKG
e5285e68467f01199807a1f1a978aec8a4781be7
GitHub Casacore
db4ae247d62d818be464c0908dd549fb60803bfd
Successful since
#31 ()

Code commits

GitHub Casacore
Author Commit Message Commit date
Marcel Loose <loose@astron.nl> Marcel Loose <loose@astron.nl> db4ae247d62d818be464c0908dd549fb60803bfd Build Sisco by default (#1481)
* Enable Sisco by default

Enable Sisco. This change requires that we build `libdeflate` ourselves for our Docker base images, because the version in the Alma Linux repository is too old.

* Install libdeflate

We need to install `libdeflate-dev` when building our Docker images

* Install libdeflate for MacOS

* Fix incorrect argument type

The type of the first argument passed to `WriteChunk` is different between `.h` and `.cc` file. This has been fixed.

* Add missing include

Added missing include of header for `std::thread`.