From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/RcppArmadillo/
Date: Sun, 20 Feb 2022 08:46:07 +0000 (UTC) [thread overview]
Message-ID: <1645132275.4ef14e578eb411d75b2c0a828eb68ee7d987c0d3.flow@gentoo> (raw)
commit: 4ef14e578eb411d75b2c0a828eb68ee7d987c0d3
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 14 18:10:55 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 21:11:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ef14e57
dev-R/RcppArmadillo: remove illegal dosym usage
Closes: https://bugs.gentoo.org/833317
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild
index 9c33fe313..85edf9309 100644
--- a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild
+++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild
@@ -35,6 +35,11 @@ src_prepare() {
src_install() {
R-packages_src_install
- dosym8 -r /usr/include/armadillo_bits "/usr/$(get_libdir)/R/site-library/${PN}/include/armadillo_bits"
- dosym8 -r /usr/include/armadillo "/usr/$(get_libdir)/R/site-library/${PN}/include/armadillo"
+ R_includedir="/usr/$(get_libdir)/R/site-library/${PN}/include"
+ dosym8 -r /usr/include/armadillo "${R_includedir}/armadillo"
+
+ for file in "${ED}/${R_includedir}"/armadillo_bits/*; do
+ filename=$(basename "${file}")
+ dosym8 -r /usr/include/armadillo_bits/${file} "${R_includedir}/armadillo_bits/${file}"
+ done
}
next reply other threads:[~2022-02-20 8:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-20 8:46 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-31 15:52 [gentoo-commits] repo/proj/guru:master commit in: dev-R/RcppArmadillo/ David Roman
2023-07-31 15:48 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-07-31 15:52 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-07-31 15:48 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-07-31 15:52 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-07-29 15:04 Florian Schmaus
2022-02-24 11:10 Ronny Gutbrod
2022-02-24 11:10 Ronny Gutbrod
2021-06-02 16:00 Andrew Ammerlaan
2021-06-02 16:00 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1645132275.4ef14e578eb411d75b2c0a828eb68ee7d987c0d3.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox