nixpkgs/pkgs/applications/science/math/lp_solve
Sebastián Mancilla 514c8569aa lp_solve: 5.5.2.5 -> 5.5.2.11
- Use the generic builder and override build and install phases instead
  of using buildCommand and missing phases and hooks, like fixup.

- Fix build on Darwin by using the proper build script (ccc.osx).

  - Add cctools to build inputs because ccc.osx uses the libtool
    command.

  - The install_name of the library is not set so fix it with
    fixDarwinDylibNames.

- Install headers into the expected location $out/include/lpsolve
  instead of $out/include. This follows what other distro do.
2021-08-17 23:20:47 -04:00
..
default.nix lp_solve: 5.5.2.5 -> 5.5.2.11 2021-08-17 23:20:47 -04:00