sci-libs/CombBLAS: fix matlab startup file

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-28 23:18:19 +02:00
parent 9b26012dff
commit d4407d3bbe
3 changed files with 23 additions and 1 deletions

View File

@@ -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() {

View File

@@ -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

View File

@@ -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')