[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 33967a13b18c9e062b06767247ce3fcc3033936f
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:55 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33967a13

sys-cluster/libquo: add 1.3.1, drop 1.2.9

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/Manifest  |  2 +-
 .../libquo/{libquo-1.2.9.ebuild => libquo-1.3.1.ebuild}  | 12 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 6b7246cbd88..fdd02f778e8 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1 +1 @@
-DIST libquo-1.2.9.tar.gz 788507 BLAKE2B 
c6240ea265dfc34fd02b04f5ff9dcfa194c82789d3caa9553eb65ad25e9e883dfd320d4b095693b88778e74cbd11c207bcc9c5c133f03ec5a25e7c633853cd0d
 SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
+DIST libquo-1.3.1.tar.gz 1020369 BLAKE2B 
d7c3906e1211239a1329fd17799b45441bdf45e252ba57d13e4faece8d89b5964c558ab5b71295541d76568fea7530f868f82979998402533506c8eaf6485229
 SHA512 
02ab71f0c35a143b4be1960cebef23fcfd2ad7cc81edfd917d09482662ba3993045434c623caf19cf2983b3790ebc0e53bba7d9895b089eadaf39589ddff1579

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.3.1.ebuild
similarity index 79%
rename from sys-cluster/libquo/libquo-1.2.9.ebuild
rename to sys-cluster/libquo/libquo-1.3.1.ebuild
index 9fec47663d0..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -10,14 +10,13 @@ inherit fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
-   inherit git-r3
-   AUTOTOOLS_AUTORECONF=1
+   inherit autotools git-r3
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
@@ -32,6 +31,11 @@ DEPEND="
"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
 src_configure() {
econf CC=mpicc FC=$(usex fortran mpif90 false)
 }



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 72ae2b705af130637b1ad8c1dbcffa68020c074e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae2b70

sys-cluster/libquo: update EAPI 6 -> 8

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index d63aea6b63e..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-02-14 Thread Sam James
commit: 044fa0112cef5cbecb24b92993168754809cd2e0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 23:26:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 00:32:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044fa011

sys-cluster/libquo: fix double KEYWORDS

Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/libquo-1.2.9.ebuild | 3 +--
 sys-cluster/libquo/libquo-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index dbc29394d12..9fec47663d0 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
-   KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index cc7b789aa1b..d63aea6b63e 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit autotools git-r3
-   KEYWORDS=""
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2022-08-31 Thread Sam James
commit: 67b7e18a754d3a945808d79093f6bd85d7f0023f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 00:57:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 00:57:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7e18a

sys-cluster/libquo: fix MissingUseDepDefault

Upstream ported to newer hwloc in
https://github.com/lanl/libquo/commit/3e150fa2e66ed8674e17e2d7860b23e71dd3866b.

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1-r1.ebuild => libquo-1.3.1-r2.ebuild} | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
similarity index 91%
rename from sys-cluster/libquo/libquo-1.3.1-r1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r2.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-10-29 Thread Sam James
commit: dc8f29fc8ef5f192e20cf9d9b9880945b57ff325
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 22:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 22:43:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f29fc

sys-cluster/libquo: add hwloc subslot operator

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1.ebuild => libquo-1.3.1-r1.ebuild} | 2 +-
 sys-cluster/libquo/libquo-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
similarity index 96%
rename from sys-cluster/libquo/libquo-1.3.1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r1.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-1.3.1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-07-30 Thread Michał Górny
commit: 9162b1c703cc1290b241cd6751f1e3b0d52ba6d2
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 14:46:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 09:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9162b1c7

sys-cluster/libquo: use HTTPS for GitHub, HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/libquo/libquo-1.2.2.ebuild| 4 ++--
 sys-cluster/libquo/libquo-1.2.3.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 6 +++---
 sys-cluster/libquo/libquo-1.2.9.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.ebuild  | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 6 +++---
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 9b292df867c..3a8606d5827 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a17da6712d..69867bf0fe2 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -6,17 +6,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index b8f2df3472c..ca89f8c78fe 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 30cf2f796e7..0b005031c63 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index dff6985f670..72ea50f3be6 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 9282e1dfe7a..88c33d14f34 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -9,16 +9,16 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-10 Thread Christoph Junghans
commit: 4355f3781e3d71cef396cc9960764a01e8cf10a4
Author: Christoph Junghans  gentoo  org>
AuthorDate: Sat Oct 10 14:47:46 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Sat Oct 10 14:50:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4355f378

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.4.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 63f28a2..9551aa7 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,3 +1,4 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
+DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4.ebuild
new file mode 100644
index 000..7a2f773
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   autotools-utils_src_configure CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-12 Thread Christoph Junghans
commit: 3df8472de2a547add9485a608784084edf2ad616
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Oct 12 08:49:23 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Oct 12 08:49:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df8472d

sys-cluster/libquo: use fortran-2.eclass

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/{libquo-1.2.4.ebuild => libquo-1.2.4-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
similarity index 90%
rename from sys-cluster/libquo/libquo-1.2.4.ebuild
rename to sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 7a2f773..6f4ed94 100644
--- a/sys-cluster/libquo/libquo-1.2.4.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -4,7 +4,10 @@
 
 EAPI=5
 
-inherit autotools-utils
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-08-24 Thread Christoph Junghans
commit: c06c3f7fb7a2297b77269121cbe6371b57a8b6a0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Aug 24 19:38:53 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Aug 24 19:39:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06c3f7f

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.28

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.9.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 9551aa7..ec801d1 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,4 +1,5 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
 DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
+DIST libquo-1.2.9.tar.gz 788507 SHA256 
0a64bea8f52f9eecd89e4ab82fde1c5bd271f3866c612da0ce7f38049409429b SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
 WHIRLPOOL 
1340a48ad031427aaa06f842ceb8068aa451bfdc7dde7435c58ea2ec3b0b961a055010998362447e7d120856709f1ae942ff6950ab2c080c8d5eaa12d7e8354f
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
new file mode 100644
index ..13c6668
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-11-13 Thread Christoph Junghans
commit: defde5271b4108ffd39ec5e7b9bea7c2c363376d
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:48 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defde527

sys-cluster/libquo: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index 1524fec..bcb9182 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans

 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: e1ead1f3675089c25bd76c8fc36b92e262e44219
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:07:30 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ead1f3

sys-cluster/libquo: update homepage

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-1.2.2.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.3.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 8 
 sys-cluster/libquo/libquo-1.2.9.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.ebuild  | 6 +++---
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 57ea650..8c8cae0 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
-SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="http://lanl.github.io/libquo/";
+SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a2f773..bd30090 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,17 +7,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 6f4ed94..affeb65 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 13c6668..ddd74e5 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index e188164..e19877d 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 23ab613d3391c7124b9d83c65dfa6bb842535c93
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:16:44 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ab613d

sys-cluster/libquo: import live ebuild for sci overlay

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-.ebuild | 42 +++
 1 file changed, 42 insertions(+)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
new file mode 100644
index ..68615e0
--- /dev/null
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   inherit autotools git-r3
+   KEYWORDS=""
+else
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://lanl.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 38bf209162e42c93571484becc98a29e88b35f68
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 03:42:09 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 03:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bf2091

sys-cluster/libquo: update metadata.xml

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index bcb9182..a9b0889 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -5,8 +5,11 @@
jungh...@gentoo.org
Christoph Junghans

-
+   
s...@gentoo.org
Gentoo Science Project

+   
+   lanl/libquo
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-10 Thread Christoph Junghans
commit: 4355f3781e3d71cef396cc9960764a01e8cf10a4
Author: Christoph Junghans  gentoo  org>
AuthorDate: Sat Oct 10 14:47:46 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Sat Oct 10 14:50:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4355f378

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.4.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 63f28a2..9551aa7 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,3 +1,4 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
+DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4.ebuild
new file mode 100644
index 000..7a2f773
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   autotools-utils_src_configure CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-12 Thread Christoph Junghans
commit: 3df8472de2a547add9485a608784084edf2ad616
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Oct 12 08:49:23 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Oct 12 08:49:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df8472d

sys-cluster/libquo: use fortran-2.eclass

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/{libquo-1.2.4.ebuild => libquo-1.2.4-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
similarity index 90%
rename from sys-cluster/libquo/libquo-1.2.4.ebuild
rename to sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 7a2f773..6f4ed94 100644
--- a/sys-cluster/libquo/libquo-1.2.4.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -4,7 +4,10 @@
 
 EAPI=5
 
-inherit autotools-utils
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-08-24 Thread Christoph Junghans
commit: c06c3f7fb7a2297b77269121cbe6371b57a8b6a0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Aug 24 19:38:53 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Aug 24 19:39:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06c3f7f

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.28

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.9.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 9551aa7..ec801d1 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,4 +1,5 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
 DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
+DIST libquo-1.2.9.tar.gz 788507 SHA256 
0a64bea8f52f9eecd89e4ab82fde1c5bd271f3866c612da0ce7f38049409429b SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
 WHIRLPOOL 
1340a48ad031427aaa06f842ceb8068aa451bfdc7dde7435c58ea2ec3b0b961a055010998362447e7d120856709f1ae942ff6950ab2c080c8d5eaa12d7e8354f
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
new file mode 100644
index ..13c6668
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-11-13 Thread Christoph Junghans
commit: defde5271b4108ffd39ec5e7b9bea7c2c363376d
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:48 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defde527

sys-cluster/libquo: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index 1524fec..bcb9182 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans

 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-07-30 Thread Michał Górny
commit: 9162b1c703cc1290b241cd6751f1e3b0d52ba6d2
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 14:46:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 09:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9162b1c7

sys-cluster/libquo: use HTTPS for GitHub, HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/libquo/libquo-1.2.2.ebuild| 4 ++--
 sys-cluster/libquo/libquo-1.2.3.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 6 +++---
 sys-cluster/libquo/libquo-1.2.9.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.ebuild  | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 6 +++---
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 9b292df867c..3a8606d5827 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a17da6712d..69867bf0fe2 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -6,17 +6,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index b8f2df3472c..ca89f8c78fe 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 30cf2f796e7..0b005031c63 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index dff6985f670..72ea50f3be6 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 9282e1dfe7a..88c33d14f34 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -9,16 +9,16 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: e1ead1f3675089c25bd76c8fc36b92e262e44219
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:07:30 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ead1f3

sys-cluster/libquo: update homepage

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-1.2.2.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.3.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 8 
 sys-cluster/libquo/libquo-1.2.9.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.ebuild  | 6 +++---
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 57ea650..8c8cae0 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
-SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="http://lanl.github.io/libquo/";
+SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a2f773..bd30090 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,17 +7,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 6f4ed94..affeb65 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 13c6668..ddd74e5 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index e188164..e19877d 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 23ab613d3391c7124b9d83c65dfa6bb842535c93
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:16:44 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ab613d

sys-cluster/libquo: import live ebuild for sci overlay

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-.ebuild | 42 +++
 1 file changed, 42 insertions(+)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
new file mode 100644
index ..68615e0
--- /dev/null
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   inherit autotools git-r3
+   KEYWORDS=""
+else
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://lanl.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 38bf209162e42c93571484becc98a29e88b35f68
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 03:42:09 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 03:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bf2091

sys-cluster/libquo: update metadata.xml

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index bcb9182..a9b0889 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -5,8 +5,11 @@
jungh...@gentoo.org
Christoph Junghans

-
+   
s...@gentoo.org
Gentoo Science Project

+   
+   lanl/libquo
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-08-24 Thread Christoph Junghans
commit: c06c3f7fb7a2297b77269121cbe6371b57a8b6a0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Aug 24 19:38:53 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Aug 24 19:39:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06c3f7f

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.28

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.9.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 9551aa7..ec801d1 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,4 +1,5 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
 DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
+DIST libquo-1.2.9.tar.gz 788507 SHA256 
0a64bea8f52f9eecd89e4ab82fde1c5bd271f3866c612da0ce7f38049409429b SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
 WHIRLPOOL 
1340a48ad031427aaa06f842ceb8068aa451bfdc7dde7435c58ea2ec3b0b961a055010998362447e7d120856709f1ae942ff6950ab2c080c8d5eaa12d7e8354f
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
new file mode 100644
index ..13c6668
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-10 Thread Christoph Junghans
commit: 4355f3781e3d71cef396cc9960764a01e8cf10a4
Author: Christoph Junghans  gentoo  org>
AuthorDate: Sat Oct 10 14:47:46 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Sat Oct 10 14:50:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4355f378

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.4.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 63f28a2..9551aa7 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,3 +1,4 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
+DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4.ebuild
new file mode 100644
index 000..7a2f773
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   autotools-utils_src_configure CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-12 Thread Christoph Junghans
commit: 3df8472de2a547add9485a608784084edf2ad616
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Oct 12 08:49:23 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Oct 12 08:49:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df8472d

sys-cluster/libquo: use fortran-2.eclass

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/{libquo-1.2.4.ebuild => libquo-1.2.4-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
similarity index 90%
rename from sys-cluster/libquo/libquo-1.2.4.ebuild
rename to sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 7a2f773..6f4ed94 100644
--- a/sys-cluster/libquo/libquo-1.2.4.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -4,7 +4,10 @@
 
 EAPI=5
 
-inherit autotools-utils
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 33967a13b18c9e062b06767247ce3fcc3033936f
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:55 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33967a13

sys-cluster/libquo: add 1.3.1, drop 1.2.9

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/Manifest  |  2 +-
 .../libquo/{libquo-1.2.9.ebuild => libquo-1.3.1.ebuild}  | 12 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 6b7246cbd88..fdd02f778e8 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1 +1 @@
-DIST libquo-1.2.9.tar.gz 788507 BLAKE2B 
c6240ea265dfc34fd02b04f5ff9dcfa194c82789d3caa9553eb65ad25e9e883dfd320d4b095693b88778e74cbd11c207bcc9c5c133f03ec5a25e7c633853cd0d
 SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
+DIST libquo-1.3.1.tar.gz 1020369 BLAKE2B 
d7c3906e1211239a1329fd17799b45441bdf45e252ba57d13e4faece8d89b5964c558ab5b71295541d76568fea7530f868f82979998402533506c8eaf6485229
 SHA512 
02ab71f0c35a143b4be1960cebef23fcfd2ad7cc81edfd917d09482662ba3993045434c623caf19cf2983b3790ebc0e53bba7d9895b089eadaf39589ddff1579

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.3.1.ebuild
similarity index 79%
rename from sys-cluster/libquo/libquo-1.2.9.ebuild
rename to sys-cluster/libquo/libquo-1.3.1.ebuild
index 9fec47663d0..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -10,14 +10,13 @@ inherit fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
-   inherit git-r3
-   AUTOTOOLS_AUTORECONF=1
+   inherit autotools git-r3
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
@@ -32,6 +31,11 @@ DEPEND="
"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
 src_configure() {
econf CC=mpicc FC=$(usex fortran mpif90 false)
 }



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 72ae2b705af130637b1ad8c1dbcffa68020c074e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae2b70

sys-cluster/libquo: update EAPI 6 -> 8

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index d63aea6b63e..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2022-08-31 Thread Sam James
commit: 67b7e18a754d3a945808d79093f6bd85d7f0023f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 00:57:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 00:57:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7e18a

sys-cluster/libquo: fix MissingUseDepDefault

Upstream ported to newer hwloc in
https://github.com/lanl/libquo/commit/3e150fa2e66ed8674e17e2d7860b23e71dd3866b.

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1-r1.ebuild => libquo-1.3.1-r2.ebuild} | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
similarity index 91%
rename from sys-cluster/libquo/libquo-1.3.1-r1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r2.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-10-29 Thread Sam James
commit: dc8f29fc8ef5f192e20cf9d9b9880945b57ff325
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 22:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 22:43:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f29fc

sys-cluster/libquo: add hwloc subslot operator

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1.ebuild => libquo-1.3.1-r1.ebuild} | 2 +-
 sys-cluster/libquo/libquo-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
similarity index 96%
rename from sys-cluster/libquo/libquo-1.3.1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r1.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-1.3.1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-02-14 Thread Sam James
commit: 044fa0112cef5cbecb24b92993168754809cd2e0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 23:26:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 00:32:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044fa011

sys-cluster/libquo: fix double KEYWORDS

Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/libquo-1.2.9.ebuild | 3 +--
 sys-cluster/libquo/libquo-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index dbc29394d12..9fec47663d0 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
-   KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index cc7b789aa1b..d63aea6b63e 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit autotools git-r3
-   KEYWORDS=""
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 33967a13b18c9e062b06767247ce3fcc3033936f
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:55 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33967a13

sys-cluster/libquo: add 1.3.1, drop 1.2.9

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/Manifest  |  2 +-
 .../libquo/{libquo-1.2.9.ebuild => libquo-1.3.1.ebuild}  | 12 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 6b7246cbd88..fdd02f778e8 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1 +1 @@
-DIST libquo-1.2.9.tar.gz 788507 BLAKE2B 
c6240ea265dfc34fd02b04f5ff9dcfa194c82789d3caa9553eb65ad25e9e883dfd320d4b095693b88778e74cbd11c207bcc9c5c133f03ec5a25e7c633853cd0d
 SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
+DIST libquo-1.3.1.tar.gz 1020369 BLAKE2B 
d7c3906e1211239a1329fd17799b45441bdf45e252ba57d13e4faece8d89b5964c558ab5b71295541d76568fea7530f868f82979998402533506c8eaf6485229
 SHA512 
02ab71f0c35a143b4be1960cebef23fcfd2ad7cc81edfd917d09482662ba3993045434c623caf19cf2983b3790ebc0e53bba7d9895b089eadaf39589ddff1579

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.3.1.ebuild
similarity index 79%
rename from sys-cluster/libquo/libquo-1.2.9.ebuild
rename to sys-cluster/libquo/libquo-1.3.1.ebuild
index 9fec47663d0..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -10,14 +10,13 @@ inherit fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
-   inherit git-r3
-   AUTOTOOLS_AUTORECONF=1
+   inherit autotools git-r3
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
@@ -32,6 +31,11 @@ DEPEND="
"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
 src_configure() {
econf CC=mpicc FC=$(usex fortran mpif90 false)
 }



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 72ae2b705af130637b1ad8c1dbcffa68020c074e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae2b70

sys-cluster/libquo: update EAPI 6 -> 8

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index d63aea6b63e..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-10-29 Thread Sam James
commit: dc8f29fc8ef5f192e20cf9d9b9880945b57ff325
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 22:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 22:43:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f29fc

sys-cluster/libquo: add hwloc subslot operator

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1.ebuild => libquo-1.3.1-r1.ebuild} | 2 +-
 sys-cluster/libquo/libquo-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
similarity index 96%
rename from sys-cluster/libquo/libquo-1.3.1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r1.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-1.3.1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2022-08-31 Thread Sam James
commit: 67b7e18a754d3a945808d79093f6bd85d7f0023f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 00:57:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 00:57:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7e18a

sys-cluster/libquo: fix MissingUseDepDefault

Upstream ported to newer hwloc in
https://github.com/lanl/libquo/commit/3e150fa2e66ed8674e17e2d7860b23e71dd3866b.

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1-r1.ebuild => libquo-1.3.1-r2.ebuild} | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
similarity index 91%
rename from sys-cluster/libquo/libquo-1.3.1-r1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r2.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-07-30 Thread Michał Górny
commit: 9162b1c703cc1290b241cd6751f1e3b0d52ba6d2
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 14:46:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 09:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9162b1c7

sys-cluster/libquo: use HTTPS for GitHub, HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/libquo/libquo-1.2.2.ebuild| 4 ++--
 sys-cluster/libquo/libquo-1.2.3.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 6 +++---
 sys-cluster/libquo/libquo-1.2.9.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.ebuild  | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 6 +++---
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 9b292df867c..3a8606d5827 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a17da6712d..69867bf0fe2 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -6,17 +6,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index b8f2df3472c..ca89f8c78fe 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 30cf2f796e7..0b005031c63 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index dff6985f670..72ea50f3be6 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 9282e1dfe7a..88c33d14f34 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -9,16 +9,16 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: e1ead1f3675089c25bd76c8fc36b92e262e44219
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:07:30 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ead1f3

sys-cluster/libquo: update homepage

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-1.2.2.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.3.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 8 
 sys-cluster/libquo/libquo-1.2.9.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.ebuild  | 6 +++---
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 57ea650..8c8cae0 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
-SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="http://lanl.github.io/libquo/";
+SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a2f773..bd30090 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,17 +7,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 6f4ed94..affeb65 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 13c6668..ddd74e5 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index e188164..e19877d 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 23ab613d3391c7124b9d83c65dfa6bb842535c93
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:16:44 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ab613d

sys-cluster/libquo: import live ebuild for sci overlay

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-.ebuild | 42 +++
 1 file changed, 42 insertions(+)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
new file mode 100644
index ..68615e0
--- /dev/null
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   inherit autotools git-r3
+   KEYWORDS=""
+else
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://lanl.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 38bf209162e42c93571484becc98a29e88b35f68
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 03:42:09 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 03:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bf2091

sys-cluster/libquo: update metadata.xml

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index bcb9182..a9b0889 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -5,8 +5,11 @@
jungh...@gentoo.org
Christoph Junghans

-
+   
s...@gentoo.org
Gentoo Science Project

+   
+   lanl/libquo
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-11-13 Thread Christoph Junghans
commit: defde5271b4108ffd39ec5e7b9bea7c2c363376d
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:48 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defde527

sys-cluster/libquo: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index 1524fec..bcb9182 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans

 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 33967a13b18c9e062b06767247ce3fcc3033936f
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:55 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33967a13

sys-cluster/libquo: add 1.3.1, drop 1.2.9

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/Manifest  |  2 +-
 .../libquo/{libquo-1.2.9.ebuild => libquo-1.3.1.ebuild}  | 12 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 6b7246cbd88..fdd02f778e8 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1 +1 @@
-DIST libquo-1.2.9.tar.gz 788507 BLAKE2B 
c6240ea265dfc34fd02b04f5ff9dcfa194c82789d3caa9553eb65ad25e9e883dfd320d4b095693b88778e74cbd11c207bcc9c5c133f03ec5a25e7c633853cd0d
 SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
+DIST libquo-1.3.1.tar.gz 1020369 BLAKE2B 
d7c3906e1211239a1329fd17799b45441bdf45e252ba57d13e4faece8d89b5964c558ab5b71295541d76568fea7530f868f82979998402533506c8eaf6485229
 SHA512 
02ab71f0c35a143b4be1960cebef23fcfd2ad7cc81edfd917d09482662ba3993045434c623caf19cf2983b3790ebc0e53bba7d9895b089eadaf39589ddff1579

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.3.1.ebuild
similarity index 79%
rename from sys-cluster/libquo/libquo-1.2.9.ebuild
rename to sys-cluster/libquo/libquo-1.3.1.ebuild
index 9fec47663d0..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -10,14 +10,13 @@ inherit fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
-   inherit git-r3
-   AUTOTOOLS_AUTORECONF=1
+   inherit autotools git-r3
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
@@ -32,6 +31,11 @@ DEPEND="
"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
 src_configure() {
econf CC=mpicc FC=$(usex fortran mpif90 false)
 }



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 72ae2b705af130637b1ad8c1dbcffa68020c074e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae2b70

sys-cluster/libquo: update EAPI 6 -> 8

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index d63aea6b63e..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-02-14 Thread Sam James
commit: 044fa0112cef5cbecb24b92993168754809cd2e0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 23:26:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 00:32:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044fa011

sys-cluster/libquo: fix double KEYWORDS

Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/libquo-1.2.9.ebuild | 3 +--
 sys-cluster/libquo/libquo-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index dbc29394d12..9fec47663d0 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
-   KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index cc7b789aa1b..d63aea6b63e 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit autotools git-r3
-   KEYWORDS=""
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-10-29 Thread Sam James
commit: dc8f29fc8ef5f192e20cf9d9b9880945b57ff325
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 22:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 22:43:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f29fc

sys-cluster/libquo: add hwloc subslot operator

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1.ebuild => libquo-1.3.1-r1.ebuild} | 2 +-
 sys-cluster/libquo/libquo-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
similarity index 96%
rename from sys-cluster/libquo/libquo-1.3.1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r1.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-1.3.1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-10 Thread Christoph Junghans
commit: 4355f3781e3d71cef396cc9960764a01e8cf10a4
Author: Christoph Junghans  gentoo  org>
AuthorDate: Sat Oct 10 14:47:46 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Sat Oct 10 14:50:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4355f378

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.4.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 63f28a2..9551aa7 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,3 +1,4 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
+DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4.ebuild
new file mode 100644
index 000..7a2f773
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   autotools-utils_src_configure CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-12 Thread Christoph Junghans
commit: 3df8472de2a547add9485a608784084edf2ad616
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Oct 12 08:49:23 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Oct 12 08:49:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df8472d

sys-cluster/libquo: use fortran-2.eclass

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/{libquo-1.2.4.ebuild => libquo-1.2.4-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
similarity index 90%
rename from sys-cluster/libquo/libquo-1.2.4.ebuild
rename to sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 7a2f773..6f4ed94 100644
--- a/sys-cluster/libquo/libquo-1.2.4.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -4,7 +4,10 @@
 
 EAPI=5
 
-inherit autotools-utils
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-07-30 Thread Michał Górny
commit: 9162b1c703cc1290b241cd6751f1e3b0d52ba6d2
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 14:46:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 09:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9162b1c7

sys-cluster/libquo: use HTTPS for GitHub, HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/libquo/libquo-1.2.2.ebuild| 4 ++--
 sys-cluster/libquo/libquo-1.2.3.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 6 +++---
 sys-cluster/libquo/libquo-1.2.9.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.ebuild  | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 6 +++---
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 9b292df867c..3a8606d5827 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a17da6712d..69867bf0fe2 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -6,17 +6,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index b8f2df3472c..ca89f8c78fe 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 30cf2f796e7..0b005031c63 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index dff6985f670..72ea50f3be6 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 9282e1dfe7a..88c33d14f34 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -9,16 +9,16 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-08-24 Thread Christoph Junghans
commit: c06c3f7fb7a2297b77269121cbe6371b57a8b6a0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Aug 24 19:38:53 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Aug 24 19:39:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06c3f7f

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.28

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.9.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 9551aa7..ec801d1 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,4 +1,5 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
 DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
+DIST libquo-1.2.9.tar.gz 788507 SHA256 
0a64bea8f52f9eecd89e4ab82fde1c5bd271f3866c612da0ce7f38049409429b SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
 WHIRLPOOL 
1340a48ad031427aaa06f842ceb8068aa451bfdc7dde7435c58ea2ec3b0b961a055010998362447e7d120856709f1ae942ff6950ab2c080c8d5eaa12d7e8354f
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
new file mode 100644
index ..13c6668
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-11-13 Thread Christoph Junghans
commit: defde5271b4108ffd39ec5e7b9bea7c2c363376d
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:48 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defde527

sys-cluster/libquo: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index 1524fec..bcb9182 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans

 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: e1ead1f3675089c25bd76c8fc36b92e262e44219
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:07:30 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ead1f3

sys-cluster/libquo: update homepage

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-1.2.2.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.3.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 8 
 sys-cluster/libquo/libquo-1.2.9.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.ebuild  | 6 +++---
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 57ea650..8c8cae0 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
-SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="http://lanl.github.io/libquo/";
+SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a2f773..bd30090 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,17 +7,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 6f4ed94..affeb65 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 13c6668..ddd74e5 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index e188164..e19877d 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 23ab613d3391c7124b9d83c65dfa6bb842535c93
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:16:44 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ab613d

sys-cluster/libquo: import live ebuild for sci overlay

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-.ebuild | 42 +++
 1 file changed, 42 insertions(+)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
new file mode 100644
index ..68615e0
--- /dev/null
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   inherit autotools git-r3
+   KEYWORDS=""
+else
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://lanl.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 38bf209162e42c93571484becc98a29e88b35f68
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 03:42:09 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 03:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bf2091

sys-cluster/libquo: update metadata.xml

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index bcb9182..a9b0889 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -5,8 +5,11 @@
jungh...@gentoo.org
Christoph Junghans

-
+   
s...@gentoo.org
Gentoo Science Project

+   
+   lanl/libquo
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-02-14 Thread Sam James
commit: 044fa0112cef5cbecb24b92993168754809cd2e0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 23:26:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 00:32:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044fa011

sys-cluster/libquo: fix double KEYWORDS

Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/libquo-1.2.9.ebuild | 3 +--
 sys-cluster/libquo/libquo-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index dbc29394d12..9fec47663d0 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
-   KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index cc7b789aa1b..d63aea6b63e 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit autotools git-r3
-   KEYWORDS=""
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-07-30 Thread Michał Górny
commit: 9162b1c703cc1290b241cd6751f1e3b0d52ba6d2
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 14:46:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 09:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9162b1c7

sys-cluster/libquo: use HTTPS for GitHub, HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/libquo/libquo-1.2.2.ebuild| 4 ++--
 sys-cluster/libquo/libquo-1.2.3.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 6 +++---
 sys-cluster/libquo/libquo-1.2.9.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.ebuild  | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 6 +++---
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 9b292df867c..3a8606d5827 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a17da6712d..69867bf0fe2 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -6,17 +6,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index b8f2df3472c..ca89f8c78fe 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 30cf2f796e7..0b005031c63 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index dff6985f670..72ea50f3be6 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 9282e1dfe7a..88c33d14f34 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -9,16 +9,16 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2022-08-31 Thread Sam James
commit: 67b7e18a754d3a945808d79093f6bd85d7f0023f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 00:57:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 00:57:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7e18a

sys-cluster/libquo: fix MissingUseDepDefault

Upstream ported to newer hwloc in
https://github.com/lanl/libquo/commit/3e150fa2e66ed8674e17e2d7860b23e71dd3866b.

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1-r1.ebuild => libquo-1.3.1-r2.ebuild} | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
similarity index 91%
rename from sys-cluster/libquo/libquo-1.3.1-r1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r2.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 33967a13b18c9e062b06767247ce3fcc3033936f
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:55 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33967a13

sys-cluster/libquo: add 1.3.1, drop 1.2.9

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/Manifest  |  2 +-
 .../libquo/{libquo-1.2.9.ebuild => libquo-1.3.1.ebuild}  | 12 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 6b7246cbd88..fdd02f778e8 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1 +1 @@
-DIST libquo-1.2.9.tar.gz 788507 BLAKE2B 
c6240ea265dfc34fd02b04f5ff9dcfa194c82789d3caa9553eb65ad25e9e883dfd320d4b095693b88778e74cbd11c207bcc9c5c133f03ec5a25e7c633853cd0d
 SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
+DIST libquo-1.3.1.tar.gz 1020369 BLAKE2B 
d7c3906e1211239a1329fd17799b45441bdf45e252ba57d13e4faece8d89b5964c558ab5b71295541d76568fea7530f868f82979998402533506c8eaf6485229
 SHA512 
02ab71f0c35a143b4be1960cebef23fcfd2ad7cc81edfd917d09482662ba3993045434c623caf19cf2983b3790ebc0e53bba7d9895b089eadaf39589ddff1579

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.3.1.ebuild
similarity index 79%
rename from sys-cluster/libquo/libquo-1.2.9.ebuild
rename to sys-cluster/libquo/libquo-1.3.1.ebuild
index 9fec47663d0..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -10,14 +10,13 @@ inherit fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
-   inherit git-r3
-   AUTOTOOLS_AUTORECONF=1
+   inherit autotools git-r3
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
@@ -32,6 +31,11 @@ DEPEND="
"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
 src_configure() {
econf CC=mpicc FC=$(usex fortran mpif90 false)
 }



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 72ae2b705af130637b1ad8c1dbcffa68020c074e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae2b70

sys-cluster/libquo: update EAPI 6 -> 8

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index d63aea6b63e..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2022-08-31 Thread Sam James
commit: 67b7e18a754d3a945808d79093f6bd85d7f0023f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 00:57:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 00:57:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7e18a

sys-cluster/libquo: fix MissingUseDepDefault

Upstream ported to newer hwloc in
https://github.com/lanl/libquo/commit/3e150fa2e66ed8674e17e2d7860b23e71dd3866b.

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1-r1.ebuild => libquo-1.3.1-r2.ebuild} | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
similarity index 91%
rename from sys-cluster/libquo/libquo-1.3.1-r1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r2.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-10-29 Thread Sam James
commit: dc8f29fc8ef5f192e20cf9d9b9880945b57ff325
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 22:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 22:43:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f29fc

sys-cluster/libquo: add hwloc subslot operator

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1.ebuild => libquo-1.3.1-r1.ebuild} | 2 +-
 sys-cluster/libquo/libquo-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
similarity index 96%
rename from sys-cluster/libquo/libquo-1.3.1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r1.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-1.3.1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-02-14 Thread Sam James
commit: 044fa0112cef5cbecb24b92993168754809cd2e0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 23:26:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 00:32:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044fa011

sys-cluster/libquo: fix double KEYWORDS

Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/libquo-1.2.9.ebuild | 3 +--
 sys-cluster/libquo/libquo-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index dbc29394d12..9fec47663d0 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
-   KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index cc7b789aa1b..d63aea6b63e 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit autotools git-r3
-   KEYWORDS=""
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2022-08-31 Thread Sam James
commit: 67b7e18a754d3a945808d79093f6bd85d7f0023f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 00:57:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 00:57:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7e18a

sys-cluster/libquo: fix MissingUseDepDefault

Upstream ported to newer hwloc in
https://github.com/lanl/libquo/commit/3e150fa2e66ed8674e17e2d7860b23e71dd3866b.

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1-r1.ebuild => libquo-1.3.1-r2.ebuild} | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
similarity index 91%
rename from sys-cluster/libquo/libquo-1.3.1-r1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r2.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-10 Thread Christoph Junghans
commit: 4355f3781e3d71cef396cc9960764a01e8cf10a4
Author: Christoph Junghans  gentoo  org>
AuthorDate: Sat Oct 10 14:47:46 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Sat Oct 10 14:50:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4355f378

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.4.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 63f28a2..9551aa7 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,3 +1,4 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
+DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4.ebuild
new file mode 100644
index 000..7a2f773
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   autotools-utils_src_configure CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-12 Thread Christoph Junghans
commit: 3df8472de2a547add9485a608784084edf2ad616
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Oct 12 08:49:23 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Oct 12 08:49:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df8472d

sys-cluster/libquo: use fortran-2.eclass

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/{libquo-1.2.4.ebuild => libquo-1.2.4-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
similarity index 90%
rename from sys-cluster/libquo/libquo-1.2.4.ebuild
rename to sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 7a2f773..6f4ed94 100644
--- a/sys-cluster/libquo/libquo-1.2.4.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -4,7 +4,10 @@
 
 EAPI=5
 
-inherit autotools-utils
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 33967a13b18c9e062b06767247ce3fcc3033936f
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:55 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33967a13

sys-cluster/libquo: add 1.3.1, drop 1.2.9

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/Manifest  |  2 +-
 .../libquo/{libquo-1.2.9.ebuild => libquo-1.3.1.ebuild}  | 12 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 6b7246cbd88..fdd02f778e8 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1 +1 @@
-DIST libquo-1.2.9.tar.gz 788507 BLAKE2B 
c6240ea265dfc34fd02b04f5ff9dcfa194c82789d3caa9553eb65ad25e9e883dfd320d4b095693b88778e74cbd11c207bcc9c5c133f03ec5a25e7c633853cd0d
 SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
+DIST libquo-1.3.1.tar.gz 1020369 BLAKE2B 
d7c3906e1211239a1329fd17799b45441bdf45e252ba57d13e4faece8d89b5964c558ab5b71295541d76568fea7530f868f82979998402533506c8eaf6485229
 SHA512 
02ab71f0c35a143b4be1960cebef23fcfd2ad7cc81edfd917d09482662ba3993045434c623caf19cf2983b3790ebc0e53bba7d9895b089eadaf39589ddff1579

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.3.1.ebuild
similarity index 79%
rename from sys-cluster/libquo/libquo-1.2.9.ebuild
rename to sys-cluster/libquo/libquo-1.3.1.ebuild
index 9fec47663d0..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -10,14 +10,13 @@ inherit fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
-   inherit git-r3
-   AUTOTOOLS_AUTORECONF=1
+   inherit autotools git-r3
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
@@ -32,6 +31,11 @@ DEPEND="
"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
 src_configure() {
econf CC=mpicc FC=$(usex fortran mpif90 false)
 }



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 72ae2b705af130637b1ad8c1dbcffa68020c074e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae2b70

sys-cluster/libquo: update EAPI 6 -> 8

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index d63aea6b63e..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-10-29 Thread Sam James
commit: dc8f29fc8ef5f192e20cf9d9b9880945b57ff325
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 22:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 22:43:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f29fc

sys-cluster/libquo: add hwloc subslot operator

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1.ebuild => libquo-1.3.1-r1.ebuild} | 2 +-
 sys-cluster/libquo/libquo-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
similarity index 96%
rename from sys-cluster/libquo/libquo-1.3.1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r1.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-1.3.1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-02-14 Thread Sam James
commit: 044fa0112cef5cbecb24b92993168754809cd2e0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 23:26:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 00:32:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044fa011

sys-cluster/libquo: fix double KEYWORDS

Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/libquo-1.2.9.ebuild | 3 +--
 sys-cluster/libquo/libquo-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index dbc29394d12..9fec47663d0 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
-   KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index cc7b789aa1b..d63aea6b63e 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit autotools git-r3
-   KEYWORDS=""
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-07-30 Thread Michał Górny
commit: 9162b1c703cc1290b241cd6751f1e3b0d52ba6d2
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 14:46:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 09:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9162b1c7

sys-cluster/libquo: use HTTPS for GitHub, HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/libquo/libquo-1.2.2.ebuild| 4 ++--
 sys-cluster/libquo/libquo-1.2.3.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 6 +++---
 sys-cluster/libquo/libquo-1.2.9.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.ebuild  | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 6 +++---
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 9b292df867c..3a8606d5827 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a17da6712d..69867bf0fe2 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -6,17 +6,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index b8f2df3472c..ca89f8c78fe 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 30cf2f796e7..0b005031c63 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index dff6985f670..72ea50f3be6 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 9282e1dfe7a..88c33d14f34 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -9,16 +9,16 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-08-24 Thread Christoph Junghans
commit: c06c3f7fb7a2297b77269121cbe6371b57a8b6a0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Aug 24 19:38:53 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Aug 24 19:39:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06c3f7f

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.28

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.9.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 9551aa7..ec801d1 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,4 +1,5 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
 DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
+DIST libquo-1.2.9.tar.gz 788507 SHA256 
0a64bea8f52f9eecd89e4ab82fde1c5bd271f3866c612da0ce7f38049409429b SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
 WHIRLPOOL 
1340a48ad031427aaa06f842ceb8068aa451bfdc7dde7435c58ea2ec3b0b961a055010998362447e7d120856709f1ae942ff6950ab2c080c8d5eaa12d7e8354f
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
new file mode 100644
index ..13c6668
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-11-13 Thread Christoph Junghans
commit: defde5271b4108ffd39ec5e7b9bea7c2c363376d
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:48 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defde527

sys-cluster/libquo: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index 1524fec..bcb9182 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans

 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: e1ead1f3675089c25bd76c8fc36b92e262e44219
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:07:30 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ead1f3

sys-cluster/libquo: update homepage

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-1.2.2.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.3.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 8 
 sys-cluster/libquo/libquo-1.2.9.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.ebuild  | 6 +++---
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 57ea650..8c8cae0 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
-SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="http://lanl.github.io/libquo/";
+SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a2f773..bd30090 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,17 +7,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 6f4ed94..affeb65 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 13c6668..ddd74e5 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index e188164..e19877d 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 23ab613d3391c7124b9d83c65dfa6bb842535c93
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:16:44 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ab613d

sys-cluster/libquo: import live ebuild for sci overlay

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-.ebuild | 42 +++
 1 file changed, 42 insertions(+)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
new file mode 100644
index ..68615e0
--- /dev/null
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   inherit autotools git-r3
+   KEYWORDS=""
+else
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://lanl.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 38bf209162e42c93571484becc98a29e88b35f68
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 03:42:09 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 03:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bf2091

sys-cluster/libquo: update metadata.xml

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index bcb9182..a9b0889 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -5,8 +5,11 @@
jungh...@gentoo.org
Christoph Junghans

-
+   
s...@gentoo.org
Gentoo Science Project

+   
+   lanl/libquo
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2022-08-31 Thread Sam James
commit: 67b7e18a754d3a945808d79093f6bd85d7f0023f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 00:57:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 00:57:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7e18a

sys-cluster/libquo: fix MissingUseDepDefault

Upstream ported to newer hwloc in
https://github.com/lanl/libquo/commit/3e150fa2e66ed8674e17e2d7860b23e71dd3866b.

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1-r1.ebuild => libquo-1.3.1-r2.ebuild} | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
similarity index 91%
rename from sys-cluster/libquo/libquo-1.3.1-r1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r2.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-11-13 Thread Christoph Junghans
commit: defde5271b4108ffd39ec5e7b9bea7c2c363376d
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:48 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defde527

sys-cluster/libquo: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index 1524fec..bcb9182 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans

 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-10 Thread Christoph Junghans
commit: 4355f3781e3d71cef396cc9960764a01e8cf10a4
Author: Christoph Junghans  gentoo  org>
AuthorDate: Sat Oct 10 14:47:46 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Sat Oct 10 14:50:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4355f378

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.4.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 63f28a2..9551aa7 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,3 +1,4 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
+DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4.ebuild
new file mode 100644
index 000..7a2f773
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   autotools-utils_src_configure CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2015-10-12 Thread Christoph Junghans
commit: 3df8472de2a547add9485a608784084edf2ad616
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Oct 12 08:49:23 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Oct 12 08:49:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df8472d

sys-cluster/libquo: use fortran-2.eclass

Package-Manager: portage-2.2.20.1

 sys-cluster/libquo/{libquo-1.2.4.ebuild => libquo-1.2.4-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/libquo-1.2.4.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
similarity index 90%
rename from sys-cluster/libquo/libquo-1.2.4.ebuild
rename to sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 7a2f773..6f4ed94 100644
--- a/sys-cluster/libquo/libquo-1.2.4.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -4,7 +4,10 @@
 
 EAPI=5
 
-inherit autotools-utils
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-08-24 Thread Christoph Junghans
commit: c06c3f7fb7a2297b77269121cbe6371b57a8b6a0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Aug 24 19:38:53 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Aug 24 19:39:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06c3f7f

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.28

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.9.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 9551aa7..ec801d1 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,4 +1,5 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
 DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
+DIST libquo-1.2.9.tar.gz 788507 SHA256 
0a64bea8f52f9eecd89e4ab82fde1c5bd271f3866c612da0ce7f38049409429b SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
 WHIRLPOOL 
1340a48ad031427aaa06f842ceb8068aa451bfdc7dde7435c58ea2ec3b0b961a055010998362447e7d120856709f1ae942ff6950ab2c080c8d5eaa12d7e8354f
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
new file mode 100644
index ..13c6668
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: e1ead1f3675089c25bd76c8fc36b92e262e44219
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:07:30 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ead1f3

sys-cluster/libquo: update homepage

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-1.2.2.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.3.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 8 
 sys-cluster/libquo/libquo-1.2.9.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.ebuild  | 6 +++---
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 57ea650..8c8cae0 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
-SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="http://lanl.github.io/libquo/";
+SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a2f773..bd30090 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,17 +7,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 6f4ed94..affeb65 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 13c6668..ddd74e5 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index e188164..e19877d 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 23ab613d3391c7124b9d83c65dfa6bb842535c93
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:16:44 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ab613d

sys-cluster/libquo: import live ebuild for sci overlay

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-.ebuild | 42 +++
 1 file changed, 42 insertions(+)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
new file mode 100644
index ..68615e0
--- /dev/null
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   inherit autotools git-r3
+   KEYWORDS=""
+else
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://lanl.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 38bf209162e42c93571484becc98a29e88b35f68
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 03:42:09 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 03:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bf2091

sys-cluster/libquo: update metadata.xml

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index bcb9182..a9b0889 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -5,8 +5,11 @@
jungh...@gentoo.org
Christoph Junghans

-
+   
s...@gentoo.org
Gentoo Science Project

+   
+   lanl/libquo
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2022-08-31 Thread Sam James
commit: 67b7e18a754d3a945808d79093f6bd85d7f0023f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 00:57:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 00:57:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b7e18a

sys-cluster/libquo: fix MissingUseDepDefault

Upstream ported to newer hwloc in
https://github.com/lanl/libquo/commit/3e150fa2e66ed8674e17e2d7860b23e71dd3866b.

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1-r1.ebuild => libquo-1.3.1-r2.ebuild} | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
similarity index 91%
rename from sys-cluster/libquo/libquo-1.3.1-r1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r2.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 3d9b0bc1a748..e50bb9edbd6b 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc:=[numa,xml]
+   sys-apps/hwloc:=[numa(+),xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-10-29 Thread Sam James
commit: dc8f29fc8ef5f192e20cf9d9b9880945b57ff325
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 22:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 22:43:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f29fc

sys-cluster/libquo: add hwloc subslot operator

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1.ebuild => libquo-1.3.1-r1.ebuild} | 2 +-
 sys-cluster/libquo/libquo-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
similarity index 96%
rename from sys-cluster/libquo/libquo-1.3.1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r1.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-1.3.1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-02-14 Thread Sam James
commit: 044fa0112cef5cbecb24b92993168754809cd2e0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 23:26:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 00:32:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044fa011

sys-cluster/libquo: fix double KEYWORDS

Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/libquo-1.2.9.ebuild | 3 +--
 sys-cluster/libquo/libquo-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index dbc29394d12..9fec47663d0 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
-   KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index cc7b789aa1b..d63aea6b63e 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit autotools git-r3
-   KEYWORDS=""
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 33967a13b18c9e062b06767247ce3fcc3033936f
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:55 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33967a13

sys-cluster/libquo: add 1.3.1, drop 1.2.9

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/Manifest  |  2 +-
 .../libquo/{libquo-1.2.9.ebuild => libquo-1.3.1.ebuild}  | 12 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 6b7246cbd88..fdd02f778e8 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1 +1 @@
-DIST libquo-1.2.9.tar.gz 788507 BLAKE2B 
c6240ea265dfc34fd02b04f5ff9dcfa194c82789d3caa9553eb65ad25e9e883dfd320d4b095693b88778e74cbd11c207bcc9c5c133f03ec5a25e7c633853cd0d
 SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
+DIST libquo-1.3.1.tar.gz 1020369 BLAKE2B 
d7c3906e1211239a1329fd17799b45441bdf45e252ba57d13e4faece8d89b5964c558ab5b71295541d76568fea7530f868f82979998402533506c8eaf6485229
 SHA512 
02ab71f0c35a143b4be1960cebef23fcfd2ad7cc81edfd917d09482662ba3993045434c623caf19cf2983b3790ebc0e53bba7d9895b089eadaf39589ddff1579

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.3.1.ebuild
similarity index 79%
rename from sys-cluster/libquo/libquo-1.2.9.ebuild
rename to sys-cluster/libquo/libquo-1.3.1.ebuild
index 9fec47663d0..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -10,14 +10,13 @@ inherit fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
-   inherit git-r3
-   AUTOTOOLS_AUTORECONF=1
+   inherit autotools git-r3
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
@@ -32,6 +31,11 @@ DEPEND="
"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
 src_configure() {
econf CC=mpicc FC=$(usex fortran mpif90 false)
 }



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 72ae2b705af130637b1ad8c1dbcffa68020c074e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae2b70

sys-cluster/libquo: update EAPI 6 -> 8

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index d63aea6b63e..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-10-29 Thread Sam James
commit: dc8f29fc8ef5f192e20cf9d9b9880945b57ff325
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 22:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 22:43:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f29fc

sys-cluster/libquo: add hwloc subslot operator

Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/{libquo-1.3.1.ebuild => libquo-1.3.1-r1.ebuild} | 2 +-
 sys-cluster/libquo/libquo-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.3.1.ebuild 
b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
similarity index 96%
rename from sys-cluster/libquo/libquo-1.3.1.ebuild
rename to sys-cluster/libquo/libquo-1.3.1-r1.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-1.3.1.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1-r1.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 04abe2b0571..3d9b0bc1a74 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
 DEPEND="
virtual/mpi[fortran?]
sys-process/numactl
-   sys-apps/hwloc[numa,xml]
+   sys-apps/hwloc:=[numa,xml]
"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 33967a13b18c9e062b06767247ce3fcc3033936f
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:55 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33967a13

sys-cluster/libquo: add 1.3.1, drop 1.2.9

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/Manifest  |  2 +-
 .../libquo/{libquo-1.2.9.ebuild => libquo-1.3.1.ebuild}  | 12 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 6b7246cbd88..fdd02f778e8 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1 +1 @@
-DIST libquo-1.2.9.tar.gz 788507 BLAKE2B 
c6240ea265dfc34fd02b04f5ff9dcfa194c82789d3caa9553eb65ad25e9e883dfd320d4b095693b88778e74cbd11c207bcc9c5c133f03ec5a25e7c633853cd0d
 SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
+DIST libquo-1.3.1.tar.gz 1020369 BLAKE2B 
d7c3906e1211239a1329fd17799b45441bdf45e252ba57d13e4faece8d89b5964c558ab5b71295541d76568fea7530f868f82979998402533506c8eaf6485229
 SHA512 
02ab71f0c35a143b4be1960cebef23fcfd2ad7cc81edfd917d09482662ba3993045434c623caf19cf2983b3790ebc0e53bba7d9895b089eadaf39589ddff1579

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.3.1.ebuild
similarity index 79%
rename from sys-cluster/libquo/libquo-1.2.9.ebuild
rename to sys-cluster/libquo/libquo-1.3.1.ebuild
index 9fec47663d0..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.3.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -10,14 +10,13 @@ inherit fortran-2
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
-   inherit git-r3
-   AUTOTOOLS_AUTORECONF=1
+   inherit autotools git-r3
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
@@ -32,6 +31,11 @@ DEPEND="
"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
 src_configure() {
econf CC=mpicc FC=$(usex fortran mpif90 false)
 }



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-07-21 Thread Marek Szuba
commit: 72ae2b705af130637b1ad8c1dbcffa68020c074e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 21 14:12:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 21 15:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ae2b70

sys-cluster/libquo: update EAPI 6 -> 8

Signed-off-by: Marek Szuba  gentoo.org>

 sys-cluster/libquo/libquo-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index d63aea6b63e..04abe2b0571 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="run-time tuning of process binding policies made easy"
+DESCRIPTION="Run-time tuning of process binding policies made easy"
 HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2021-02-14 Thread Sam James
commit: 044fa0112cef5cbecb24b92993168754809cd2e0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 23:26:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 00:32:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044fa011

sys-cluster/libquo: fix double KEYWORDS

Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/libquo/libquo-1.2.9.ebuild | 3 +--
 sys-cluster/libquo/libquo-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index dbc29394d12..9fec47663d0 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
-   KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index cc7b789aa1b..d63aea6b63e 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ inherit fortran-2
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit autotools git-r3
-   KEYWORDS=""
 else
SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-07-30 Thread Michał Górny
commit: 9162b1c703cc1290b241cd6751f1e3b0d52ba6d2
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 14:46:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 09:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9162b1c7

sys-cluster/libquo: use HTTPS for GitHub, HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/libquo/libquo-1.2.2.ebuild| 4 ++--
 sys-cluster/libquo/libquo-1.2.3.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 6 +++---
 sys-cluster/libquo/libquo-1.2.9.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.ebuild  | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 6 +++---
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 9b292df867c..3a8606d5827 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a17da6712d..69867bf0fe2 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -6,17 +6,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index b8f2df3472c..ca89f8c78fe 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 30cf2f796e7..0b005031c63 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index dff6985f670..72ea50f3be6 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 9282e1dfe7a..88c33d14f34 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -9,16 +9,16 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-08-24 Thread Christoph Junghans
commit: c06c3f7fb7a2297b77269121cbe6371b57a8b6a0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Aug 24 19:38:53 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Aug 24 19:39:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06c3f7f

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.28

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.9.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 9551aa7..ec801d1 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,4 +1,5 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
 DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
+DIST libquo-1.2.9.tar.gz 788507 SHA256 
0a64bea8f52f9eecd89e4ab82fde1c5bd271f3866c612da0ce7f38049409429b SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
 WHIRLPOOL 
1340a48ad031427aaa06f842ceb8068aa451bfdc7dde7435c58ea2ec3b0b961a055010998362447e7d120856709f1ae942ff6950ab2c080c8d5eaa12d7e8354f
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
new file mode 100644
index ..13c6668
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-11-13 Thread Christoph Junghans
commit: defde5271b4108ffd39ec5e7b9bea7c2c363376d
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:48 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defde527

sys-cluster/libquo: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index 1524fec..bcb9182 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans

 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: e1ead1f3675089c25bd76c8fc36b92e262e44219
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:07:30 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ead1f3

sys-cluster/libquo: update homepage

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-1.2.2.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.3.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 8 
 sys-cluster/libquo/libquo-1.2.9.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.ebuild  | 6 +++---
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 57ea650..8c8cae0 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
-SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="http://lanl.github.io/libquo/";
+SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a2f773..bd30090 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,17 +7,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 6f4ed94..affeb65 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 13c6668..ddd74e5 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index e188164..e19877d 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 23ab613d3391c7124b9d83c65dfa6bb842535c93
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:16:44 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ab613d

sys-cluster/libquo: import live ebuild for sci overlay

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-.ebuild | 42 +++
 1 file changed, 42 insertions(+)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
new file mode 100644
index ..68615e0
--- /dev/null
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   inherit autotools git-r3
+   KEYWORDS=""
+else
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://lanl.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 38bf209162e42c93571484becc98a29e88b35f68
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 03:42:09 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 03:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bf2091

sys-cluster/libquo: update metadata.xml

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index bcb9182..a9b0889 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -5,8 +5,11 @@
jungh...@gentoo.org
Christoph Junghans

-
+   
s...@gentoo.org
Gentoo Science Project

+   
+   lanl/libquo
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-07-30 Thread Michał Górny
commit: 9162b1c703cc1290b241cd6751f1e3b0d52ba6d2
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 14:46:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 09:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9162b1c7

sys-cluster/libquo: use HTTPS for GitHub, HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/libquo/libquo-1.2.2.ebuild| 4 ++--
 sys-cluster/libquo/libquo-1.2.3.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 6 +++---
 sys-cluster/libquo/libquo-1.2.9.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.ebuild  | 4 ++--
 sys-cluster/libquo/libquo-.ebuild | 6 +++---
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 9b292df867c..3a8606d5827 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a17da6712d..69867bf0fe2 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -6,17 +6,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index b8f2df3472c..ca89f8c78fe 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 30cf2f796e7..0b005031c63 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -9,17 +9,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   EGIT_REPO_URI="https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
+HOMEPAGE="https://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index dff6985f670..72ea50f3be6 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://lanl.github.io/libquo/";
-SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="https://lanl.github.io/libquo/";
+SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
index 9282e1dfe7a..88c33d14f34 100644
--- a/sys-cluster/libquo/libquo-.ebuild
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -9,16 +9,16 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-08-24 Thread Christoph Junghans
commit: c06c3f7fb7a2297b77269121cbe6371b57a8b6a0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Aug 24 19:38:53 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Aug 24 19:39:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06c3f7f

sys-cluster/libquo: version bump

Package-Manager: portage-2.2.28

 sys-cluster/libquo/Manifest|  1 +
 sys-cluster/libquo/libquo-1.2.9.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/sys-cluster/libquo/Manifest b/sys-cluster/libquo/Manifest
index 9551aa7..ec801d1 100644
--- a/sys-cluster/libquo/Manifest
+++ b/sys-cluster/libquo/Manifest
@@ -1,4 +1,5 @@
 DIST libquo-1.2.2.tar.gz 711528 SHA256 
fb1231bde16b5e669caf23f5bfed4c77643cd3d4ae2ae755cfe258610a70667a SHA512 
1aad84e65ba9167656ba6ffd53859816ea396239781b51846992766be7d01e33af732ac9c2ddda5839ec518bf304b4882a73f884c714c6e8eb9dc6884a9a6b11
 WHIRLPOOL 
c5d28ddebaf98912b7ee92ab9e765cbff91ad1a29b323babc9db2d534f4261127377906ffbf670a4e38e65b248d4a56c8435290f4b64f39aae7e27b3d6ebaeb7
 DIST libquo-1.2.3.tar.gz 727836 SHA256 
8f359b6f9efe0d38d2a7b6999b801297d80cebbf74b30de7b124bccbd77ae04e SHA512 
d937253f1444723631439a78e5533d9ce4c8772f04f7c3475fe48c63d0dd827d5d73c4a925efec614a36d1c9680e9d93d53617ac12c00fce65b922fa69cd8c5b
 WHIRLPOOL 
4d35a9e806184051ae56fc5c8f1454e73fa4dfb96b181b13753ac09d8f654f7f1154ca8008514aea0fc2b46bad8011d6a27e022c9811eb852d4e6c78b6041951
 DIST libquo-1.2.4.tar.gz 714871 SHA256 
a7324c5e7faa6f99e14e7565d19a657e21e686dd039d8519fad48890bbb6ce18 SHA512 
a8b6ab6bcaab3f22cc707ee85ea41c8b8f345bf11319a12bc1e4bceed15577f339b7c797ecee4301d0ba8b8c5ebb7af5961d19982261e41192c3fc777cbfecfe
 WHIRLPOOL 
eef090a00843a37a0f9823973bc26220416a0bb6f2db1f727ef964ce8f8b0d664c7703b6fff4e2357cc1d7fd9deca527f4cdd2b368e56ffe9c175df613446df4
+DIST libquo-1.2.9.tar.gz 788507 SHA256 
0a64bea8f52f9eecd89e4ab82fde1c5bd271f3866c612da0ce7f38049409429b SHA512 
732a737b9d53ca7b530ae5ecfd79cc9200f86e6a39f4c529975b204631165a178f6bb87228985222bf623f2581ecc29c774e8480ce9ebfcace12e14c49f98e62
 WHIRLPOOL 
1340a48ad031427aaa06f842ceb8068aa451bfdc7dde7435c58ea2ec3b0b961a055010998362447e7d120856709f1ae942ff6950ab2c080c8d5eaa12d7e8354f
 DIST libquo-1.2.tar.gz 710465 SHA256 
accd7b5fd1d7118897d98929245b8a91baf3d00e477769df66322a7feeed352d SHA512 
c9c087490c01af51f47490635dbf42d5433719931afbaa89dfe91bfe812e09e468649cf5a7703b6c3d5b0c0d6d6318731dcff4928a52017505f814750131c75b
 WHIRLPOOL 
a209676d6bc8d0b012e8797d5600ec812b35aeae06391b6f3cc5b7bac743198fc17726187d199988fb75e8c5a33706921982b35c8094dee6fef303e57fd5be96

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
new file mode 100644
index ..13c6668
--- /dev/null
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   inherit git-r3
+   KEYWORDS=""
+   AUTOTOOLS_AUTORECONF=1
+else
+   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://losalamos.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-11-13 Thread Christoph Junghans
commit: defde5271b4108ffd39ec5e7b9bea7c2c363376d
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:48 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defde527

sys-cluster/libquo: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index 1524fec..bcb9182 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans

 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: e1ead1f3675089c25bd76c8fc36b92e262e44219
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:07:30 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ead1f3

sys-cluster/libquo: update homepage

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-1.2.2.ebuild| 6 +++---
 sys-cluster/libquo/libquo-1.2.3.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 8 
 sys-cluster/libquo/libquo-1.2.9.ebuild| 8 
 sys-cluster/libquo/libquo-1.2.ebuild  | 6 +++---
 5 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.2.ebuild
index 57ea650..8c8cae0 100644
--- a/sys-cluster/libquo/libquo-1.2.2.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ EAPI=5
 inherit autotools-utils
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
-SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+HOMEPAGE="http://lanl.github.io/libquo/";
+SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild 
b/sys-cluster/libquo/libquo-1.2.3.ebuild
index 7a2f773..bd30090 100644
--- a/sys-cluster/libquo/libquo-1.2.3.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,17 +7,17 @@ EAPI=5
 inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild 
b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
index 6f4ed94..affeb65 100644
--- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit autotools-utils fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild 
b/sys-cluster/libquo/libquo-1.2.9.ebuild
index 13c6668..ddd74e5 100644
--- a/sys-cluster/libquo/libquo-1.2.9.ebuild
+++ b/sys-cluster/libquo/libquo-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,17 +10,17 @@ FORTRAN_STANDARD=90
 inherit fortran-2
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://github.com/losalamos/${PN}.git 
https://github.com/losalamos/${PN}.git";
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
 else
-   SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="http://losalamos.github.io/libquo/";
+HOMEPAGE="http://lanl.github.io/libquo/";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sys-cluster/libquo/libquo-1.2.ebuild 
b/sys-cluster/libquo/libquo-1.2.ebuild
index e188164..e19877d 100644
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ b/sys-cluster/libquo/libquo-1

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 23ab613d3391c7124b9d83c65dfa6bb842535c93
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 00:16:44 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 00:17:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ab613d

sys-cluster/libquo: import live ebuild for sci overlay

Package-Manager: portage-2.3.0

 sys-cluster/libquo/libquo-.ebuild | 42 +++
 1 file changed, 42 insertions(+)

diff --git a/sys-cluster/libquo/libquo-.ebuild 
b/sys-cluster/libquo/libquo-.ebuild
new file mode 100644
index ..68615e0
--- /dev/null
+++ b/sys-cluster/libquo/libquo-.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+FORTRAN_STANDARD=90
+
+inherit fortran-2
+
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="git://github.com/lanl/${PN}.git 
https://github.com/lanl/${PN}.git";
+   inherit autotools git-r3
+   KEYWORDS=""
+else
+   SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz";
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="run-time tuning of process binding policies made easy"
+HOMEPAGE="http://lanl.github.io/libquo/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="fortran static-libs test"
+
+DEPEND="
+   virtual/mpi[fortran?]
+   sys-process/numactl
+   sys-apps/hwloc[numa,xml]
+   "
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   [[ ${PV} =  ]] && eautoreconf
+}
+
+src_configure() {
+   econf CC=mpicc FC=$(usex fortran mpif90 false)
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2017-01-15 Thread Christoph Junghans
commit: 38bf209162e42c93571484becc98a29e88b35f68
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Jan 16 03:42:09 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Jan 16 03:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bf2091

sys-cluster/libquo: update metadata.xml

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index bcb9182..a9b0889 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -5,8 +5,11 @@
jungh...@gentoo.org
Christoph Junghans

-
+   
s...@gentoo.org
Gentoo Science Project

+   
+   lanl/libquo
+   
 



  1   2   >