You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doxygen/contributor_help_pages/windows_devnotes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ BIT=32
51
51
```
52
52
If the test suite isn't built first, client code using numerical integration routines such as `integrate_ode_bdf` may fail to link because the libraries haven't been built yet. Obviously these files and directories would need to be added to the downstream project makefile's LDLIBS variable, or equivalent.
53
53
```
54
-
$ make lib/sundials_3.1.0/lib/libsundials_cvodes.a lib/sundials_3.1.0/lib/libsundials_nvecserial.a
55
-
make: 'lib/sundials_3.1.0/lib/libsundials_cvodes.a' is up to date.
56
-
make: 'lib/sundials_3.1.0/lib/libsundials_nvecserial.a' is up to date.
54
+
$ make lib/sundials_3.2.0/lib/libsundials_cvodes.a lib/sundials_3.2.0/lib/libsundials_nvecserial.a
55
+
make: 'lib/sundials_3.2.0/lib/libsundials_cvodes.a' is up to date.
56
+
make: 'lib/sundials_3.2.0/lib/libsundials_nvecserial.a' is up to date.
0 commit comments