nixpkgs/pkgs/applications/science/math/lp_solve
annalee 540ea20215
lp_solve: ignore implicit int warnings, add x64 darwin ldflags
the configuration code generates small c programs with a main function
sans return type specifer. this causes clang builds to fail. add
'-Wno-error=implicit-int' to fix the build.

add -headerpad_max_install_names to env.NIX_LDFLAGS for x64 darwin
2023-11-22 03:28:26 +00:00
..
default.nix lp_solve: ignore implicit int warnings, add x64 darwin ldflags 2023-11-22 03:28:26 +00:00