Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sci-libs/ginkgo: mark as LTO-unsafe, strict-aliasing unsafe | Eli Schwartz | 2024-07-31 | 1 | -1/+9 |
| | | | | | Closes: https://bugs.gentoo.org/862705 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> | ||||
* | sci-libs/ginkgo: remove long-obsolete seds | Eli Schwartz | 2024-07-31 | 1 | -9/+0 |
| | | | | | | | | | | | | | | ``` * SED: the following did not cause any changes * sed -i -e "s#\"lib\"#\"$(get_libdir)\"#g" -e "s#\"lib/#\"$(get_libdir)/#g" cmake/install_helpers.cmake || die "sed failed"; * no-op: -e s#"lib"#"lib64"#g * no-op: -e s#"lib/#"lib64/#g ``` It was fixed upstream in 1.4.0: https://github.com/ginkgo-project/ginkgo/pull/713 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> | ||||
* | sci-libs/ginkgo: add 1.8.0 | Matthias Maier | 2024-07-03 | 1 | -0/+61 |
Signed-off-by: Matthias Maier <tamiko@gentoo.org> |