Bug 2381008
| Summary: | flexiblas: FTBFS with change proposal CMake: Use ninja generator by default | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cristian Le <fedora> |
| Component: | flexiblas | Assignee: | Iñaki Ucar <i.ucar86> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | i.ucar86 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-07-16 17:08:04 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2376112 | ||
|
Description
Cristian Le
2025-07-16 15:14:34 UTC
Can you please take a look at the SPEC? I need to manage 32 and 64 bit integer builds (currently using %make_build's -C flag) in parallel, as well as test them. Is there a way to achieve this with this change? Otherwise, I will just opt out. This feels similar to the mpi builds [1]. One clean way of doing it is to override `_vpath_builddir` and include a suffix that you populate as an environment (or local?) variable. Then you just run the `%cmake_*` macros multiple times. See the cp2k spec file that I referenced. Hope it's readable enough, but feel free to ping me if you need a more thorough breakdown of it. [1]: https://src.fedoraproject.org/rpms/cp2k/blob/rawhide/f/cp2k.spec#_136 Mmh, ugly. I prefer to make it explicit, so I'm going to opt out for now. Thanks. Sure, however you prefer to manage it :). Note that `make test` is very different from using the `%ctest` macros. The latter has test parallelization (and better output imo). |