public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlib/
Date: Mon, 26 Apr 2021 19:57:05 +0000 (UTC)	[thread overview]
Message-ID: <1619467023.1c0de12e40e4e4fbd43c57204d5c7a1ae6e97bfb.Alessandro-Barbieri@gentoo> (raw)

commit:     1c0de12e40e4e4fbd43c57204d5c7a1ae6e97bfb
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 26 19:55:14 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Apr 26 19:57:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c0de12e

sys-cluster/sionlib: move 64 bit libs into lib64

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../sionlib/{sionlib-1.7.6.ebuild => sionlib-1.7.6-r1.ebuild} | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/sionlib/sionlib-1.7.6.ebuild b/sys-cluster/sionlib/sionlib-1.7.6-r1.ebuild
similarity index 91%
rename from sys-cluster/sionlib/sionlib-1.7.6.ebuild
rename to sys-cluster/sionlib/sionlib-1.7.6-r1.ebuild
index cc8336e88..da6004314 100644
--- a/sys-cluster/sionlib/sionlib-1.7.6.ebuild
+++ b/sys-cluster/sionlib/sionlib-1.7.6-r1.ebuild
@@ -15,7 +15,6 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="+cxx debug doc +fortran +mpi +ompi +openmp +parutils +pthreads python"
-#TODO: fix installation in multilib
 #TODO: cuda sionfwd msa
 #--enable-sionfwd=/path/to/sionfwd
 #--msa=(hostname-regex|deep-est-sdv)]	MSA aware collective operations for the given system
@@ -94,6 +93,16 @@ src_install() {
 	default
 
 	mv "${T}/prefix/usr/examples" "${T}/prefix/usr/share/doc/${PF}/" || die
+
+	#move 64 bit libraries in lib64
+	libs64=( "${T}"/prefix/usr/lib/*64* )
+	if [[ ${#libs64[@]} -gt 0 ]]; then
+		mkdir "${T}/prefix/usr/lib64" || die
+		for l in "${libs64[@]}" ; do
+			mv "${l}" "${T}/prefix/usr/lib64/" || die
+		done
+	fi
+
 	rsync -ravXHA "${T}/prefix/usr" "${ED}/" || die
 	docompress -x "/usr/share/doc/${PF}/examples"
 


             reply	other threads:[~2021-04-26 19:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26 19:57 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-10  3:58 [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlib/ Alessandro Barbieri
2022-05-28 12:53 Alessandro Barbieri
2021-07-26 23:28 Alessandro Barbieri
2021-07-26 23:28 Alessandro Barbieri
2021-06-11 15:23 Alessandro Barbieri
2021-05-18 22:13 Anna Vyalkova
2021-05-16 16:11 Anna Vyalkova
2021-05-16 14:06 Anna Vyalkova
2021-04-26 19:57 Alessandro Barbieri
2021-04-25 23:29 Alessandro Barbieri

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=1619467023.1c0de12e40e4e4fbd43c57204d5c7a1ae6e97bfb.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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