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

Stages & jobs

  1. Tag

  2. Default Stage

  3. Create Test Plan Branch

Build result summary

Details

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

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`.