commit: 19e10b66e140931d91e143d21210579b1dd247a8 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Tue Feb 22 04:58:06 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Wed Feb 23 13:29:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19e10b66
dev-R/RcppEnsmallen: unbroke symlink Closes: https://bugs.gentoo.org/833825 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild index 3914b1ab7..5c52724dd 100644 --- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild +++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild @@ -38,6 +38,7 @@ src_install() { R_includedir="/usr/$(get_libdir)/R/site-library/${PN}/include" dosym8 -r /usr/include/ensmallen.hpp "${R_includedir}/ensmallen.hpp" + dodir /usr/include/ensmallen_bits for file in "${ED}/${R_includedir}"/ensmallen_bits/*; do filename=$(basename "${file}") dosym8 -r /usr/include/ensmallen_bits/${file} "${R_includedir}/ensmallen_bits/${file}"
