TriBITS icon indicating copy to clipboard operation
TriBITS copied to clipboard

TriBITS: Tribal Build, Integrate, and Test System,

Results 108 TriBITS issues
Sort by recently updated
recently updated
newest added

## Related issues * [TRILFRAME-614](https://sems-atlassian-son.sandia.gov/jira/browse/TRILFRAME-614): Tool to analyze dashboard failures * #598 * #597 * Trilinos/Trilinos#12391 ## Description Random failures can bring down an entire CI iteration on a regular...

type: enhancement
component: ci_support

https://github.com/trilinos/Trilinos/pull/11779 explores using Kokkos as a native CMake project within `Trilinos`' `TriBITS` build system. In the process, I noticed that `tribits_package_postprocess` doesn't work properly if the package uses `project()`, see...

type: enhancement
component: core

## Description This Epic will plan for and track the execution of the TriBITS modernization effort to address the immediate needs of Trilinos, Kokkos and the ECP Spack ecosystem. The...

type: bug
type: enhancement
component: core

**Parent Issue:** * #367 **Child Issues:** * #377 * #562 * #563 **Blocked by:** * #299 ## Description The current design of TriBITS has TriBITS Packages and TriBITS TPLs and...

type: enhancement
component: core

**Blocked by:**: * #367 * trilinos/Trilinos#10355 ## Description An initial version of TriBITS was created back in 2008 when CMake was on version 2.6.z (prior to 2.8, when CMake was...

type: enhancement
component: core
type: refactor

TRIBITS_ADD_EXECUTABLE() does not support these native CMake ADD_EXECUTABLE() properties. Closes #76.

### Description Pull Request: * #528 changed the standard TriBITS TPL `CUDA` to have the `FindTPLCUDA.cmake` file call `find_package(CUDAToolkit)` instead of `find_package(CUDA)` (to address the problem described in https://github.com/trilinos/Trilinos/issues/10954#issuecomment-1262363127). However,...

type: bug
component: core

## Description A common idiom used with TriBITS is to define a cache var with the framework that allows the project to define an override as a non-cache var. The...

type: enhancement
component: core