TriBITS
TriBITS copied to clipboard
TriBITS: Tribal Build, Integrate, and Test System,
This is a temp PR that I am using to test this functionality.
**Blocked by:** * * trilinos/Trilinos#10355 With CMake 3.23, the [`string(TIMESTAMP ...)` command](https://cmake.org/cmake/help/v3.23/command/string.html#timestamp) now supports microseconds `%f`: ``` %f The microsecond of the current second (000000-999999). ``` This would allow us...
The current snapshot-dir.py script can delete all of the files in a badly chosen destination directory. This is because the `rsync -cav --delete` command will delete everything in targeted dest-dir...
### Description I followed the steps described in the README of TriBITS and had errors. This is the [CDASH](https://testing.sandia.gov/cdash/viewTest.php?onlyfailed&buildid=10391570) report.
This story is to capture a design discussion about the refactoring target for TriBITS and projects/packages that use TriBITS. **Blocks:** #63, #299 Related to: * SEPW-214
## Description This story is to scope out and possibly the following new `cdash_analyze_and_report.py` arguments: * `--cdash-builds-filter-fields=field=&compare=&value=&...`: * Takes in unique query fields for `cdash/index.php` and `cdash/queryTests.php` to select the...
**Blocked by:** #386 **Blocking:** #400 ## Description Sphinx-generated forms of the TriBITS documentation was put together in #386 and is used to auto-deploy Sphix-generated forms of the TriBITS reStructuredText documents...
**Blocked by:** #399 ## Description With the completion of #399, the ReStructuredText-based documentation for TriBITS will be switched over to use Sphinx generation and with Read-the Docs theme and the...
Currently the function `tribits_configure_file()` contains code for generating the macro `TEUCHOS_FUNC_TIME_MONITOR_DIFF()`. And there is no tests for this code in TriBITS. This code should not be in TriBITS. It should...
CC: @keitat Part of modernizing TriBITS and CMake build systems based on TriBITS is the handling of compiler and linker options. This story is to probe the issues at hand...