You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first step of that task is to make sure our CMake scripts display information about which third-party libraries that are available, and which versions.
Then, in the testsuite scripts (collection of results, and creation of result pages), add a way to display all the available third-party libraries and versions for a platform.
The content you are editing has changed. Please copy your edits and refresh the page.
## Summary of Changes
This PR adds a table in the Summary page which lists third-party
libraries for all platforms. This table can be sorted by clicking on the
top cells. In this table you can also click on a third-party library to
display a modal which lists all the versions and platforms of this
library (This modal is also sortable).
A change also in the creation of this Summary page, the Javascript part
is now in a separate .js file. The generation of JSON has also been
revised.
For a preview of what this task will look like, [click
here.](https://cgal.geometryfactory.com/~nsaillant/tpltestsuite/TESTRESULTS/summary-6.0-Ic-326.html)
This PR needs this one [
CGAL/cgal-testsuite-docker#159](CGAL/cgal-testsuite-dockerfiles#159)
```[tasklist]
### Libraries and Their Status:
- [x] **Eigen3**
- [x] **Qt6**
- [x] **TBB**
- [x] **OpenMesh**
- [x] **Boost**
- [x] **GMP**
- [x] **SuiteSparse**
- [x] **MPFI**
- [x] **METIS**
- [x] **VTK**
- [x] **SCIP**
- [ ] **OSQP**
- [x] **LASLIB**
- [x] **GLPK**
- [x] **ITT**
- [x] **Ceres**
- [x] **MPFR**
- [x] **libpointmatcher**
- [x] **ITK**
- [x] **OpenGR**
- [x] **OpenCV**
- [x] **ZLIB**
```
## Release Management
* Issue(s) solved (if any): #8250
The first step of that task is to make sure our CMake scripts display information about which third-party libraries that are available, and which versions.
Then, in the testsuite scripts (collection of results, and creation of result pages), add a way to display all the available third-party libraries and versions for a platform.
Tasks
The text was updated successfully, but these errors were encountered: