[gentoo-commits] repo/proj/guru:dev commit in: sci-libs/CombBLAS/

2022-06-25 Thread Alessandro Barbieri
commit: 9f208996eb39203272be98aac6278ab40bafb39d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Jun 24 23:28:11 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jun 26 02:29:45 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f208996

sci-libs/CombBLAS: install some headers in a subfolder

Signed-off-by: Alessandro Barbieri  gmail.com>

 ...S-1.16.0_p20220331-r1.ebuild => CombBLAS-1.16.0_p20220331-r2.ebuild} | 2 +-
 sci-libs/CombBLAS/Manifest  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild 
b/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r2.ebuild
similarity index 95%
rename from sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild
rename to sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r2.ebuild
index a27963ccc..e542ba102 100644
--- a/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild
+++ b/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r2.ebuild
@@ -44,7 +44,7 @@ src_prepare() {
 src_install() {
cmake_src_install
dodoc README.md FAQ.md CombBLASbinaryIO.docx
-   insinto "/usr/include/CombBLAS"
+   insinto "/usr/include/CombBLAS/BipartiteMatchings"
doins Applications/BipartiteMatchings/*.h
insinto "/usr/share/octave/site/m/${PN}"
doins -r Matlab/*

diff --git a/sci-libs/CombBLAS/Manifest b/sci-libs/CombBLAS/Manifest
index bb7f1cc0f..a6ddcef4b 100644
--- a/sci-libs/CombBLAS/Manifest
+++ b/sci-libs/CombBLAS/Manifest
@@ -1 +1 @@
-DIST CombBLAS-1.16.0_p20220331-r1.tar.gz 43783582 BLAKE2B 
b80e871a21832b2210642bacddeef0c5447cee1e46be3aab2accaaddd393bc0fc05c6d7505a154d303dc3449ec5772d789300b6a78dd97e8119739495aba642f
 SHA512 
5cb6156ab0d8a3fa9c13b9599d2e2bd3f6d3a1fd81f101cf2cadbe72d4b3bcd35013687835549f98fef3ea8e371e562ac55d2f4aa91720a0ef1bdf6da3a97640
+DIST CombBLAS-1.16.0_p20220331-r2.tar.gz 43783582 BLAKE2B 
b80e871a21832b2210642bacddeef0c5447cee1e46be3aab2accaaddd393bc0fc05c6d7505a154d303dc3449ec5772d789300b6a78dd97e8119739495aba642f
 SHA512 
5cb6156ab0d8a3fa9c13b9599d2e2bd3f6d3a1fd81f101cf2cadbe72d4b3bcd35013687835549f98fef3ea8e371e562ac55d2f4aa91720a0ef1bdf6da3a97640



[gentoo-commits] repo/proj/guru:dev commit in: sci-libs/CombBLAS/

2022-06-01 Thread Alessandro Barbieri
commit: f087637b5be3200d0b9181162aa46bfd77e6bf21
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun  2 01:05:52 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Jun  2 01:23:30 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f087637b

sci-libs/CombBLAS: restrict tests

Closes: https://bugs.gentoo.org/849062
Signed-off-by: Alessandro Barbieri  gmail.com>

 sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild 
b/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild
index f713134d2..a27963ccc 100644
--- a/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild
+++ b/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild
@@ -25,6 +25,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+RESTRICT="test" # tests require an MPI setup
 PATCHES=(
"${FILESDIR}/${P}-rename-THRESHOLD.patch"
"${FILESDIR}/${P}-psort.patch"



[gentoo-commits] repo/proj/guru:dev commit in: sci-libs/CombBLAS/

2022-05-30 Thread Alessandro Barbieri
commit: 9a2d8ba5ba26632c04fab7ed35aef1396fd460c0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 17:41:09 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 30 17:51:02 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a2d8ba5

sci-libs/CombBLAS: fix patching

Signed-off-by: Alessandro Barbieri  gmail.com>

 sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild 
b/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild
index fb00664a6..462439949 100644
--- a/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild
+++ b/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild
@@ -24,6 +24,7 @@ DEPEND="
virtual/mpi
 "
 RDEPEND="${DEPEND}"
+BDEPEND="app-text/dos2unix"
 
 PATCHES=(
"${FILESDIR}/${P}-rename-THRESHOLD.patch"
@@ -36,6 +37,7 @@ PATCHES=(
 
 src_prepare() {
rm -r graph500-1.2 usort psort-1.0 || die
+   dos2unix Matlab/startup.m || die
cmake_src_prepare
 }
 



[gentoo-commits] repo/proj/guru:dev commit in: sci-libs/CombBLAS/, sci-libs/CombBLAS/files/

2022-05-28 Thread Alessandro Barbieri
commit: d4407d3bbe337a96c4bcf477bd59eae81ad6ff53
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat May 28 21:18:19 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat May 28 21:19:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4407d3b

sci-libs/CombBLAS: fix matlab startup file

Signed-off-by: Alessandro Barbieri  gmail.com>

 ...1.ebuild => CombBLAS-1.16.0_p20220331-r1.ebuild} |  1 +
 sci-libs/CombBLAS/Manifest  |  2 +-
 ...mbBLAS-1.16.0_p20220331-fix-matlab-addpath.patch | 21 +
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331.ebuild 
b/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild
similarity index 96%
rename from sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331.ebuild
rename to sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild
index fd6d8db20..fb00664a6 100644
--- a/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331.ebuild
+++ b/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331-r1.ebuild
@@ -31,6 +31,7 @@ PATCHES=(
"${FILESDIR}/${P}-cxx17.patch"
"${FILESDIR}/${P}-system-libs.patch"
"${FILESDIR}/${P}-GNUInstallDirs.patch"
+   "${FILESDIR}/${P}-fix-matlab-addpath.patch"
 )
 
 src_prepare() {

diff --git a/sci-libs/CombBLAS/Manifest b/sci-libs/CombBLAS/Manifest
index a6a6f7033..bb7f1cc0f 100644
--- a/sci-libs/CombBLAS/Manifest
+++ b/sci-libs/CombBLAS/Manifest
@@ -1 +1 @@
-DIST CombBLAS-1.16.0_p20220331.tar.gz 43783582 BLAKE2B 
b80e871a21832b2210642bacddeef0c5447cee1e46be3aab2accaaddd393bc0fc05c6d7505a154d303dc3449ec5772d789300b6a78dd97e8119739495aba642f
 SHA512 
5cb6156ab0d8a3fa9c13b9599d2e2bd3f6d3a1fd81f101cf2cadbe72d4b3bcd35013687835549f98fef3ea8e371e562ac55d2f4aa91720a0ef1bdf6da3a97640
+DIST CombBLAS-1.16.0_p20220331-r1.tar.gz 43783582 BLAKE2B 
b80e871a21832b2210642bacddeef0c5447cee1e46be3aab2accaaddd393bc0fc05c6d7505a154d303dc3449ec5772d789300b6a78dd97e8119739495aba642f
 SHA512 
5cb6156ab0d8a3fa9c13b9599d2e2bd3f6d3a1fd81f101cf2cadbe72d4b3bcd35013687835549f98fef3ea8e371e562ac55d2f4aa91720a0ef1bdf6da3a97640

diff --git 
a/sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-fix-matlab-addpath.patch 
b/sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-fix-matlab-addpath.patch
new file mode 100644
index 0..8cfacc264
--- /dev/null
+++ b/sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-fix-matlab-addpath.patch
@@ -0,0 +1,21 @@
+--- a/Matlab/startup.m
 b/Matlab/startup.m
+@@ -1,12 +1,8 @@
+-disp('This is C:\Users\John\Documents\Gblas\Matlab\startup.m')
++disp('This is /usr/share/octave/site/m/CombBLAS/startup.m')
+ 
+ format compact
+ 
+-addpath('C:\Users\John\Documents\LincolnLabs\matlab')
+-addpath('C:\Users\John\Documents\MATLAB\meshpart')
+-addpath('C:\Users\John\Documents\MATLAB\UFget')
+-addpath('C:\Users\John\Documents\MATLAB\ncm')
+-addpath('C:\Users\John\Documents\Gblas\Matlab\utils')
+-addpath('C:\Users\John\Documents\Gblas\Matlab\spindex')
+-addpath('C:\Users\John\Documents\Gblas\Matlab\apsp')
+-addpath('C:\Users\John\Documents\Gblas\Matlab\stuff')
+\ Manca newline alla fine del file
++addpath('/usr/share/octave/site/m/CombBLAS/utils')
++addpath('/usr/share/octave/site/m/CombBLAS/spindex')
++addpath('/usr/share/octave/site/m/CombBLAS/apsp')
++addpath('/usr/share/octave/site/m/CombBLAS/stuff')



[gentoo-commits] repo/proj/guru:dev commit in: sci-libs/CombBLAS/files/

2022-05-25 Thread Alessandro Barbieri
commit: a73a94e93ee1bce7fd2193df08ab898837ec1adc
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May 25 18:15:16 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May 25 19:21:46 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a73a94e9

sci-libs/CombBLAS/files: rename patches

Signed-off-by: Alessandro Barbieri  gmail.com>

 ...NUInstallDirs.patch => CombBLAS-1.16.0_p20220331-GNUInstallDirs.patch} | 0
 ...AS-0_pre20220331-cxx17.patch => CombBLAS-1.16.0_p20220331-cxx17.patch} | 0
 ...AS-0_pre20220331-psort.patch => CombBLAS-1.16.0_p20220331-psort.patch} | 0
 ...e-THRESHOLD.patch => CombBLAS-1.16.0_p20220331-rename-THRESHOLD.patch} | 0
 ...0331-system-libs.patch => CombBLAS-1.16.0_p20220331-system-libs.patch} | 0
 5 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/sci-libs/CombBLAS/files/CombBLAS-0_pre20220331-GNUInstallDirs.patch 
b/sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-GNUInstallDirs.patch
similarity index 100%
rename from sci-libs/CombBLAS/files/CombBLAS-0_pre20220331-GNUInstallDirs.patch
rename to sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-GNUInstallDirs.patch

diff --git a/sci-libs/CombBLAS/files/CombBLAS-0_pre20220331-cxx17.patch 
b/sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-cxx17.patch
similarity index 100%
rename from sci-libs/CombBLAS/files/CombBLAS-0_pre20220331-cxx17.patch
rename to sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-cxx17.patch

diff --git a/sci-libs/CombBLAS/files/CombBLAS-0_pre20220331-psort.patch 
b/sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-psort.patch
similarity index 100%
rename from sci-libs/CombBLAS/files/CombBLAS-0_pre20220331-psort.patch
rename to sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-psort.patch

diff --git 
a/sci-libs/CombBLAS/files/CombBLAS-0_pre20220331-rename-THRESHOLD.patch 
b/sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-rename-THRESHOLD.patch
similarity index 100%
rename from 
sci-libs/CombBLAS/files/CombBLAS-0_pre20220331-rename-THRESHOLD.patch
rename to 
sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-rename-THRESHOLD.patch

diff --git a/sci-libs/CombBLAS/files/CombBLAS-0_pre20220331-system-libs.patch 
b/sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-system-libs.patch
similarity index 100%
rename from sci-libs/CombBLAS/files/CombBLAS-0_pre20220331-system-libs.patch
rename to sci-libs/CombBLAS/files/CombBLAS-1.16.0_p20220331-system-libs.patch



[gentoo-commits] repo/proj/guru:dev commit in: sci-libs/CombBLAS/

2022-05-25 Thread Alessandro Barbieri
commit: afa69c031ca5fc62b53a7aefc62c2edded141021
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May 25 18:01:26 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May 25 19:21:46 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afa69c03

sci-libs/CombBLAS: add 1.16.0_p20220331, drop 0_pre20220331

Signed-off-by: Alessandro Barbieri  gmail.com>

 .../{CombBLAS-0_pre20220331.ebuild => CombBLAS-1.16.0_p20220331.ebuild} | 0
 sci-libs/CombBLAS/Manifest  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/CombBLAS/CombBLAS-0_pre20220331.ebuild 
b/sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331.ebuild
similarity index 100%
rename from sci-libs/CombBLAS/CombBLAS-0_pre20220331.ebuild
rename to sci-libs/CombBLAS/CombBLAS-1.16.0_p20220331.ebuild

diff --git a/sci-libs/CombBLAS/Manifest b/sci-libs/CombBLAS/Manifest
index 6ae411de0..a6a6f7033 100644
--- a/sci-libs/CombBLAS/Manifest
+++ b/sci-libs/CombBLAS/Manifest
@@ -1 +1 @@
-DIST CombBLAS-0_pre20220331.tar.gz 43783582 BLAKE2B 
b80e871a21832b2210642bacddeef0c5447cee1e46be3aab2accaaddd393bc0fc05c6d7505a154d303dc3449ec5772d789300b6a78dd97e8119739495aba642f
 SHA512 
5cb6156ab0d8a3fa9c13b9599d2e2bd3f6d3a1fd81f101cf2cadbe72d4b3bcd35013687835549f98fef3ea8e371e562ac55d2f4aa91720a0ef1bdf6da3a97640
+DIST CombBLAS-1.16.0_p20220331.tar.gz 43783582 BLAKE2B 
b80e871a21832b2210642bacddeef0c5447cee1e46be3aab2accaaddd393bc0fc05c6d7505a154d303dc3449ec5772d789300b6a78dd97e8119739495aba642f
 SHA512 
5cb6156ab0d8a3fa9c13b9599d2e2bd3f6d3a1fd81f101cf2cadbe72d4b3bcd35013687835549f98fef3ea8e371e562ac55d2f4aa91720a0ef1bdf6da3a97640



[gentoo-commits] repo/proj/guru:dev commit in: sci-libs/CombBLAS/

2022-05-24 Thread Alessandro Barbieri
commit: ca7f6e1ba18d150f0f2699e5a8403f155c41d299
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue May 24 17:45:32 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue May 24 17:45:53 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca7f6e1b

sci-libs/CombBLAS: add psort dependency

Signed-off-by: Alessandro Barbieri  gmail.com>

 sci-libs/CombBLAS/CombBLAS-0_pre20220331.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/CombBLAS/CombBLAS-0_pre20220331.ebuild 
b/sci-libs/CombBLAS/CombBLAS-0_pre20220331.ebuild
index 23f7d8073..fd6d8db20 100644
--- a/sci-libs/CombBLAS/CombBLAS-0_pre20220331.ebuild
+++ b/sci-libs/CombBLAS/CombBLAS-0_pre20220331.ebuild
@@ -19,6 +19,7 @@ SLOT="0"
 
 DEPEND="
~sys-cluster/Graph500-1.2
+   sys-cluster/psort
sys-cluster/usort
virtual/mpi
 "