summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/ginkgo: mark as LTO-unsafe, strict-aliasing unsafeEli Schwartz2024-07-311-1/+9
| | | | | Closes: https://bugs.gentoo.org/862705 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* sci-libs/ginkgo: remove long-obsolete sedsEli Schwartz2024-07-311-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.0Matthias Maier2024-07-031-0/+61
Signed-off-by: Matthias Maier <tamiko@gentoo.org>