Build: #113 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
2 seconds
Duration
13 minutes
Labels
None
Agent
cbt-el7-8.cv.nrao.edu (2)
Revisions
Casa6
059b8ab234522648c1fb903cb3dd576ba9a4b65b
OPEN-CASA-PKG
e5285e68467f01199807a1f1a978aec8a4781be7
GitHub Casacore
1200185c2bd672999b18dc470dc8c54648c0443a
Successful since
#109 ()

Code commits

GitHub Casacore
Author Commit Message Commit date
Marcel Loose <loose@astron.nl> Marcel Loose <loose@astron.nl> 1200185c2bd672999b18dc470dc8c54648c0443a Add CMake Find module for LibDeflate (#1483)
* Add CMake Find module for LibDeflate

Replaced `FindDeflate.cmake` with a new, rewritten, `FindLibDeflate.cmake`.
Its name matches with the config module that ships with newer `libdeflate` packages; this makes a smooth transition easier.
The new Find module also checks for the correct version number.

* Reformat Find module

Reformatted `FindLibDeflate.cmake` using `cmake-format`, ignoring the comment header.

* Convert comment header to RST

Modern comment headers use ReStructuredText as format. Rewrote the header, adhering to this modern standard.

* Bug fix

Pass correct variable to find libdeflate in non-standard directory.
Documentation correction.

* Some tweaks

Made version variable non-cached.
Reformatted documentation.