comparison src/of-statistics-fixes.patch @ 6438:802dd54c177c

of-statistics: update to v1.5.0 * src/of-statistics.mk: update to v1.5.0, use github * dist-files.mk: remove ref to deleted file, add new ref * src/of-statistics-1-cross.patch: removed * src/of-statistics-fixes.patch: new file
author John Donoghue <john.donoghue@ieee.org>
date Sat, 01 Oct 2022 08:57:05 -0400
parents
children
comparison
equal deleted inserted replaced
6437:105ab93370af 6438:802dd54c177c
1 diff --git a/PKG_ADD b/inst/PKG_ADD
2 similarity index 88%
3 rename from PKG_ADD
4 rename to inst/PKG_ADD
5 index 937bc41..fc0ce78 100644
6 --- a/PKG_ADD
7 +++ b/inst/PKG_ADD
8 @@ -8,7 +8,7 @@ d_2seRTE546_oyi_795jg09_dirname = fileparts (canonicalize_file_name ...
9 (mfilename ("fullpath")));
10
11 for iiII123DRT_idx = 1:length (a1_e324kporit985_itogj3_dirlist)
12 - addpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, "..", ...
13 + addpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, ...
14 a1_e324kporit985_itogj3_dirlist{iiII123DRT_idx}));
15 endfor
16
17 diff --git a/PKG_DEL b/inst/PKG_DEL
18 similarity index 90%
19 rename from PKG_DEL
20 rename to inst/PKG_DEL
21 index 095f782..dd619e6 100644
22 --- a/PKG_DEL
23 +++ b/inst/PKG_DEL
24 @@ -10,7 +10,7 @@ d_2seRTE546_oyi_795jg09_dirname = fileparts (canonicalize_file_name ...
25 (mfilename ("fullpath")));
26
27 for iiII123DRT_idx = 1:length (a1_e324kporit985_itogj3_dirlist)
28 - rmpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, "..", ...
29 + rmpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, ...
30 a1_e324kporit985_itogj3_dirlist{iiII123DRT_idx}));
31 endfor
32