Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/RcppEnsmallen/
Date: Thu, 24 Feb 2022 11:10:24
Message-Id: 1645622982.19e10b66e140931d91e143d21210579b1dd247a8.tastytea@gentoo
1 commit: 19e10b66e140931d91e143d21210579b1dd247a8
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue Feb 22 04:58:06 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Feb 23 13:29:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19e10b66
7
8 dev-R/RcppEnsmallen: unbroke symlink
9
10 Closes: https://bugs.gentoo.org/833825
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
17 index 3914b1ab7..5c52724dd 100644
18 --- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
19 +++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
20 @@ -38,6 +38,7 @@ src_install() {
21 R_includedir="/usr/$(get_libdir)/R/site-library/${PN}/include"
22 dosym8 -r /usr/include/ensmallen.hpp "${R_includedir}/ensmallen.hpp"
23
24 + dodir /usr/include/ensmallen_bits
25 for file in "${ED}/${R_includedir}"/ensmallen_bits/*; do
26 filename=$(basename "${file}")
27 dosym8 -r /usr/include/ensmallen_bits/${file} "${R_includedir}/ensmallen_bits/${file}"