Skip to content

Commit 998c210

Browse files
committed
msis_setup submodule search path:
1 parent ee4cae6 commit 998c210

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

+gemini3d/+find/gemini_exe.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
paths = [fullfile(gemini3d.root(), ".."), ...
1010
string(getenv("GEMINI_ROOT")), ...
1111
string(getenv("CMAKE_PREFIX_PATH")), ...
12-
"~/libgem", "~/libgem_gnu", "~/libgem_intel"];
13-
bindirs = [".", "bin", "build", "build/bin", ...
12+
"~/libgem", "~/libgem_gnu", "~/libgem_intelllvm"];
13+
bindirs = [".", "msis", "bin", "build", "build/bin", "build/msis", ...
1414
"build/Release", "build/RelWithDebInfo", "build/Debug"];
1515

1616
for p = paths

.gitattributes

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1 @@
11
*.m linguist-language=MATLAB
2-
3-
.gitattributes text eol=lf
4-
.gitignore text eol=lf
5-
*.build text eol=lf
6-
*.c text eol=lf
7-
*.cmake text eol=lf
8-
*.cpp text eol=lf
9-
*.csv text eol=lf
10-
*.cxx text eol=lf
11-
*.f text eol=lf
12-
*.f90 text eol=lf
13-
*.for text eol=lf
14-
*.grc text eol=lf
15-
*.h text eol=lf
16-
*.ipynb text eol=lf
17-
*.m text eol=lf
18-
*.md text eol=lf
19-
*.pas text eol=lf
20-
*.py text eol=lf
21-
*.rb text eol=lff
22-
*.rst text eol=lf
23-
*.sh text eol=lf
24-
*.txt text eol=lf
25-
*.yml text eol=lf
26-
Makefile text eol=lf

0 commit comments

Comments
 (0)