casadi: use swig4
Because with swig3, the generated C++ code is not compatible with C++17.
This commit is contained in:
parent
ded2f9eca4
commit
60f55d1309
@ -30,7 +30,7 @@
|
||||
#sundials,
|
||||
superscs,
|
||||
spral,
|
||||
swig,
|
||||
swig4,
|
||||
tinyxml-2,
|
||||
withUnfree ? false,
|
||||
}:
|
||||
@ -139,7 +139,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
#sundials
|
||||
superscs
|
||||
spral
|
||||
swig
|
||||
swig4
|
||||
tinyxml-2
|
||||
]
|
||||
++ lib.optionals withUnfree [
|
||||
|
Loading…
Reference in New Issue
Block a user