casadi: 3.7.1 -> 3.7.2
Diff: https://github.com/casadi/casadi/compare/3.7.1...3.7.2 Changelog: https://github.com/casadi/casadi/releases/tag/3.7.2
This commit is contained in:
@@ -38,13 +38,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "casadi";
|
pname = "casadi";
|
||||||
version = "3.7.1";
|
version = "3.7.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "casadi";
|
owner = "casadi";
|
||||||
repo = "casadi";
|
repo = "casadi";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-554ZN+GfkGHN0cthsb/fPWdo+U2IqLz4q+x60SxRAfk=";
|
hash = "sha256-I6CYtKVvE67NSYH/JGJFP5wHhm1xACctz7uTwOFFihA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@@ -177,7 +177,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
(lib.cmakeBool "WITH_DSDP" true)
|
(lib.cmakeBool "WITH_DSDP" true)
|
||||||
# "clang_compiler.cpp has basically been abandonded for several years", ref.
|
# "clang_compiler.cpp has basically been abandonded for several years", ref.
|
||||||
# https://github.com/casadi/casadi/issues/4225#issuecomment-3352552113
|
# https://github.com/casadi/casadi/issues/4225#issuecomment-3352552113
|
||||||
(lib.cmakeBool "WITH_CLANG" false)
|
(lib.cmakeBool "WITH_CLANG" false)
|
||||||
(lib.cmakeBool "WITH_LAPACK" true)
|
(lib.cmakeBool "WITH_LAPACK" true)
|
||||||
(lib.cmakeBool "WITH_QPOASES" true)
|
(lib.cmakeBool "WITH_QPOASES" true)
|
||||||
(lib.cmakeBool "WITH_BLOCKSQP" true)
|
(lib.cmakeBool "WITH_BLOCKSQP" true)
|
||||||
|
|||||||
Reference in New Issue
Block a user