File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if %abort% == 1 exit /b
1515
1616set CURDIR = %CD%
1717
18- set LIBS = ..\..\..\LIBS
18+ set LIBS = ..\..\..\libs
1919if not exist %LIBS% mkdir %LIBS%
2020if not exist %LIBS% echo failed to create LIBS directory
2121if not exist %LIBS% exit
Original file line number Diff line number Diff line change 11@ echo off
2- set INSTALLDIR = C:\ sundials-6.7.0
2+ set INSTALLDIR = sundials-6.7.0
33set SUNDIALSVERSION = v6.7.0
44
55call :getopts %*
@@ -25,6 +25,16 @@ call ..\..\Build\Scripts\setup_intel_compilers.bat
2525
2626cd %CURDIR%
2727
28+ set LIBS = ..\..\..\libs
29+ if not exist %LIBS% mkdir %LIBS%
30+ if not exist %LIBS% echo failed to create LIBS directory
31+ if not exist %LIBS% exit
32+ cd %LIBS%
33+ set LIBS = %CD%
34+ set INSTALLDIR = %LIBS% \%INSTALLDIR%
35+ cd %CURDIR%
36+
37+
2838set SUNDIALS = ..\..\..\sundials
2939
3040:: clone sundials repo (at same level as fds, smv etc repos) if it doesn't exist
You can’t perform that action at this time.
0 commit comments