We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e5139 commit a014a8cCopy full SHA for a014a8c
Utilities/Scripts/build_sundials.bat
@@ -1,5 +1,5 @@
1
@echo off
2
-set INSTALLDIR=C:\sundials-6.7.0
+set INSTALLDIR=sundials-6.7.0
3
set SUNDIALSVERSION=v6.7.0
4
5
call :getopts %*
@@ -25,6 +25,16 @@ call ..\..\Build\Scripts\setup_intel_compilers.bat
25
26
cd %CURDIR%
27
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
38
set SUNDIALS=..\..\..\sundials
39
40
:: clone sundials repo (at same level as fds, smv etc repos) if it doesn't exist
0 commit comments