Skip to content

Commit

Permalink
msis_setup submodule search path:
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Feb 6, 2024
1 parent ee4cae6 commit 998c210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
4 changes: 2 additions & 2 deletions +gemini3d/+find/gemini_exe.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
paths = [fullfile(gemini3d.root(), ".."), ...
string(getenv("GEMINI_ROOT")), ...
string(getenv("CMAKE_PREFIX_PATH")), ...
"~/libgem", "~/libgem_gnu", "~/libgem_intel"];
bindirs = [".", "bin", "build", "build/bin", ...
"~/libgem", "~/libgem_gnu", "~/libgem_intelllvm"];
bindirs = [".", "msis", "bin", "build", "build/bin", "build/msis", ...
"build/Release", "build/RelWithDebInfo", "build/Debug"];

for p = paths
Expand Down
25 changes: 0 additions & 25 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
*.m linguist-language=MATLAB

.gitattributes text eol=lf
.gitignore text eol=lf
*.build text eol=lf
*.c text eol=lf
*.cmake text eol=lf
*.cpp text eol=lf
*.csv text eol=lf
*.cxx text eol=lf
*.f text eol=lf
*.f90 text eol=lf
*.for text eol=lf
*.grc text eol=lf
*.h text eol=lf
*.ipynb text eol=lf
*.m text eol=lf
*.md text eol=lf
*.pas text eol=lf
*.py text eol=lf
*.rb text eol=lff
*.rst text eol=lf
*.sh text eol=lf
*.txt text eol=lf
*.yml text eol=lf
Makefile text eol=lf

0 comments on commit 998c210

Please sign in to comment.