public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/clusteringsuite/
  2021-04-28  8:08 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-04-28  8:08 ` Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-04-28  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     cfd352ef666d513f736612a302e107fbd95f8061
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Apr 28 08:01:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr 28 08:01:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfd352ef

sys-cluster/clusteringsuite: shorten DESCRIPTION

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sys-cluster/clusteringsuite/clusteringsuite-2.6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/clusteringsuite/clusteringsuite-2.6.9.ebuild b/sys-cluster/clusteringsuite/clusteringsuite-2.6.9.ebuild
index bb11cf591..51a9d25b0 100644
--- a/sys-cluster/clusteringsuite/clusteringsuite-2.6.9.ebuild
+++ b/sys-cluster/clusteringsuite/clusteringsuite-2.6.9.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
 inherit python-any-r1
 
-DESCRIPTION="Automatically expose the main performance trends in applications' computation structure"
+DESCRIPTION="Expose the main performance trends in applications computation structure"
 HOMEPAGE="
 	https://tools.bsc.es/cluster-analysis
 	https://github.com/bsc-performance-tools/clustering-suite


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/clusteringsuite/
@ 2021-07-11 10:14 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-07-11 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     bb6ecb265df47eac8bb78036b331541f11879248
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul 11 10:14:17 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Jul 11 10:14:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb6ecb26

sys-cluster/clusteringsuite: add muster

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 ...uite-2.6.9-r1.ebuild => clusteringsuite-2.6.9-r2.ebuild} | 13 +++++++------
 sys-cluster/clusteringsuite/metadata.xml                    |  3 +--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r1.ebuild b/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r2.ebuild
similarity index 93%
rename from sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r1.ebuild
rename to sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r2.ebuild
index cf6723918..7da3d3563 100644
--- a/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r1.ebuild
+++ b/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r2.ebuild
@@ -17,8 +17,8 @@ SRC_URI="https://ftp.tools.bsc.es/clusteringsuite/clusteringsuite-${PV}-src.tar.
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="doc mpi"
-#TODO: muster treedbscan
+IUSE="doc mpi muster"
+#TODO: treedbscan
 
 PATCHES=( "${FILESDIR}/${P}-unbundle-libANN.patch" )
 
@@ -27,6 +27,7 @@ RDEPEND="
 	sci-libs/ann
 	sys-cluster/libbsctools
 	mpi? ( virtual/mpi )
+	muster? ( sys-cluster/muster )
 "
 #	treedbscan? (
 #		dev-libs/boost[threads]:=
@@ -64,11 +65,11 @@ src_configure() {
 	else
 		myconf+=( "--without-mpi" )
 	fi
-#	if use muster; then
-#		myconf+=( "--with-muster=${EPREFIX}/usr" )
-#	else
+	if use muster; then
+		myconf+=( "--with-muster=${EPREFIX}/usr" )
+	else
 		myconf+=( "--without-muster" )
-#	fi
+	fi
 #	if use treedbscan; then
 #		myconf+=( "--enable-treedbscan" )
 #		myconf+=( "--with-cgal=${EPREFIX}/usr" )

diff --git a/sys-cluster/clusteringsuite/metadata.xml b/sys-cluster/clusteringsuite/metadata.xml
index f97124ffd..d0ad8930d 100644
--- a/sys-cluster/clusteringsuite/metadata.xml
+++ b/sys-cluster/clusteringsuite/metadata.xml
@@ -6,9 +6,8 @@
 		<name>Alessandro Barbieri</name>
 	</maintainer>
 	<use>
-		<!--<flag name="maintainer-mode">enable make rules and dependencies not useful (and sometimes confusing) to the casual installer</flag>-->
 		<flag name="mpi">enable mpi for distributed version</flag>
-		<!--<flag name="muster">enable support for Muster algorithms</flag>-->
+		<flag name="muster">enable support for <pkg>sys-cluster/muster</pkg> algorithms</flag>
 		<flag name="old-pcfparser">enable compilation with old pcfparser</flag>
 		<!--<flag name="treedbscan">enable compilation of TreeDBSCAN support for <pkg>sys-cluster/extrae</pkg></flag>-->
 	</use>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/clusteringsuite/
@ 2021-07-18 21:46 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-07-18 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     44facf973805cf463459aeef6963016cf6561d03
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul 18 21:45:43 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Jul 18 21:46:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44facf97

sys-cluster/clusteringsuite: remove unused useflag

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/clusteringsuite/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-cluster/clusteringsuite/metadata.xml b/sys-cluster/clusteringsuite/metadata.xml
index d0ad8930d..90dc13e20 100644
--- a/sys-cluster/clusteringsuite/metadata.xml
+++ b/sys-cluster/clusteringsuite/metadata.xml
@@ -8,7 +8,6 @@
 	<use>
 		<flag name="mpi">enable mpi for distributed version</flag>
 		<flag name="muster">enable support for <pkg>sys-cluster/muster</pkg> algorithms</flag>
-		<flag name="old-pcfparser">enable compilation with old pcfparser</flag>
 		<!--<flag name="treedbscan">enable compilation of TreeDBSCAN support for <pkg>sys-cluster/extrae</pkg></flag>-->
 	</use>
 	<upstream>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/clusteringsuite/
@ 2021-09-27  7:09 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-09-27  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1b10be655d55beee453c4261c3651330f0abd3d9
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Sep 27 07:02:14 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Sep 27 07:08:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b10be65

sys-cluster/clusteringsuite: fix boost threads useflag

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild b/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild
index 82532ed99..5ae7734f0 100644
--- a/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild
+++ b/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild
@@ -37,7 +37,7 @@ RDEPEND="
 	mpi? ( virtual/mpi )
 	muster? ( sys-cluster/muster )
 	treedbscan? (
-		dev-libs/boost:=[threads]
+		dev-libs/boost:=[threads(+)]
 		dev-libs/gmp
 		dev-libs/mpfr
 		sci-mathematics/cgal[shared(-)]


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/clusteringsuite/
@ 2022-05-28 12:53 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     085f435969d88c3a681f5b4bc090735d503ef138
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 12:48:14 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 12:53:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=085f4359

sys-cluster/clusteringsuite: enable py3.11

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

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

diff --git a/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild b/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild
index 5ae7734f0..1265bf3b5 100644
--- a/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild
+++ b/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit autotools python-any-r1
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/clusteringsuite/
@ 2022-12-19 22:17 Julien Roy
  0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2022-12-19 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     18d263c2887858b6894cf8f8a40861ae6c0d69e7
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Dec 19 22:16:37 2022 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Dec 19 22:16:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18d263c2

sys-cluster/clusteringsuite: fix sci-mathematics/cgal RDEPEND

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild b/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild
index 1265bf3b5..60d502db6 100644
--- a/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild
+++ b/sys-cluster/clusteringsuite/clusteringsuite-2.6.9-r3.ebuild
@@ -40,7 +40,7 @@ RDEPEND="
 		dev-libs/boost:=[threads(+)]
 		dev-libs/gmp
 		dev-libs/mpfr
-		sci-mathematics/cgal[shared(-)]
+		sci-mathematics/cgal
 		sys-cluster/synapse
 	)
 "


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-12-19 22:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-18 21:46 [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/clusteringsuite/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2022-12-19 22:17 Julien Roy
2022-05-28 12:53 Alessandro Barbieri
2021-09-27  7:09 Alessandro Barbieri
2021-07-11 10:14 Alessandro Barbieri
2021-04-28  8:08 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-28  8:08 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox