Bug 2088123
| Summary: | cppad is missing quiet_NaN/infinite traits/funcs to work with latest Eigen | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ben Webb <benmwebb> | ||||
| Component: | cppad | Assignee: | Brad Bell <bradbell> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 36 | CC: | bradbell | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | cppad-20220000.4-1.fc36 cppad-20220000.4-1.fc35 cppad-20220000.4-1.el9 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-06-02 01:32:24 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Ben Webb
2022-05-18 18:33:56 UTC
Fixing this will require two steps. 1. Back port this fix for the new version of eigen to stable/cppad-2022000 and create a new release; see https://github.com/coin-or/CppAD/tree/stable/20220000 2. Upload sources for the new release to Fedora and create a new Fedora release. 3. The rawhide version will take effect right away but the Fedora 36 version will take a week or so to go through the testing phase. As I understand, if we change the stable/cppad-2022000 version of include/cppad/example/cppad_eigen.hpp to be the same as the master, this will fix the problem there. Do you agree ? Agreed! (Although stable/cppad-2022000 would also need the minor changes to base_limits.hpp and numeric_limits.hpp.) There is an issue with this request. The user API for this stable version is fixed at 20220000.doc on https://github.com/coin-or/CppAD/tags I am not going to change the documentation because it is supposed to stay fixed and correspond to all the 20220000 releases (no new features should be added to a stable version, only bug fixes). Does this seem OK to you; i.e., stable/20220000 will have features that you are depending on but are not in its documentation ? I think that would be OK. I am delayed slightly due to a recent bug fix in stable/20220000; see https://github.com/coin-or/CppAD/commit/9c3b168dc15976b6b00d29cc745d52bebf8398e1 I think the following release will work https://github.com/coin-or/CppAD/releases/tag/20220000.4 Do you agree ? I tested this release with both the little test.cpp (above) and my full code, and everything compiles successfully - looks good to me. The new version built successfully for f37; see https://koji.fedoraproject.org/koji/buildinfo?buildID=1969280 Also for f36; see https://koji.fedoraproject.org/koji/buildinfo?buildID=1969284 The f36 version has to go through the testing phase; see https://fedoraproject.org/wiki/QA:Updates_Testing In the update request I set # Bug numbers: 1234,9876 bugs=2088123 # A boolean to require that all of the bugs in your update have been confirmed by testers. require_bugs=True 1. Are you able to use the testing repository to test the change to the f36 version ? 2. Do you know how to confirm that the bug has been fixed ? FEDORA-2022-f810b98ea6 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-f810b98ea6 FEDORA-2022-2f0cc07a89 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-2f0cc07a89 I added feedback to bodhi. FEDORA-2022-f810b98ea6 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-f810b98ea6` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-f810b98ea6 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-2f0cc07a89 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-2f0cc07a89` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-2f0cc07a89 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2022-a617cb6348 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-a617cb6348 FEDORA-EPEL-2022-a617cb6348 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-a617cb6348 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-f810b98ea6 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-2f0cc07a89 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2022-a617cb6348 has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report. |