diff options
| author | Alain Lehmann <alain.lehmann@gmail.com> | 2018-02-11 14:15:28 +0100 |
|---|---|---|
| committer | Alain Lehmann <alain.lehmann@gmail.com> | 2018-02-11 21:34:01 +0100 |
| commit | a842f0e90577d2e715e5a55e3079698946b3f2b9 (patch) | |
| tree | 0ba6bfde9efd5b858c754e37d5a1e5229ff3bb67 /pkgs/development/python-modules/httpserver | |
| parent | b0047a527c7fe700cc3a9710fe4da1c50c74ca6f (diff) | |
graph-tool: 2.16 -> 2.26
- add ncurses: configure links against ncurses and fails otherwise
configure: error: Could not link test program to Python.
https://travis-ci.org/NixOS/nixpkgs/builds/48759067
The given hint (Maybe the main Python library has been installed
in some non-standard library path) is misleading.
The config.log reveals that the failure is due to missing ncurses link option
- with-boost-libdir is need to find Boost::IOStreams/regex/etc.
- expat/cgal are detected in /usr/lib when not specified explicitly
- boost > boost159 is needed to have -lboost_python3 (and -lboost_python)
- set pythonModule = Python;
=> inorder to be used in python.buildEnv { extraLibs = [..]; }
tested on MacOSX and in a linux Docker container with:
> nix-shell -I nixpkgs=. -p python2.pkgs.graph-tool
> nix-shell -I nixpkgs=. -p python3.pkgs.graph-tool
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions
