Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f1c8417ca0bf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: db8d8ac31e1b
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 11, 2018

  1. 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
    ciderale committed Feb 11, 2018
    Copy the full SHA
    a842f0e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Copy the full SHA
    83dc28c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Merge pull request #34864 from ciderale/py3k-graph-tool-update

    graph-tool: 2.16 -> 2.26
    matthewbauer committed Apr 9, 2018
    Copy the full SHA
    db8d8ac View commit details
    Browse the repository at this point in the history