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

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