summary refs log tree commit diff
path: root/pkgs/development/python-modules/graph-tool
Commit message (Collapse)AuthorAge
* python3.pkgs.graph-tool: 2.27 -> 2.29Michel Weitbrecht2020-01-04
| | | | | The dependency 'pkg-config' was renamed and the two patches have since been included or resolved.
* python3.pkgs.graph-tool: fix with python3.7 (#53719)Timo Kaufmann2019-01-10
| | | "async" is now reserved, there is an upstream fix but no release yet.
* python37Packages.graph-tool: 2.26 -> 2.27R. RyanTM2018-12-26
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-graph-tool/versions
* pythonPackages.graph-tool: fix build (#52261)Timo Kaufmann2018-12-16
| | | | | | The new version of cgal introduced in #47826 requires a patch (that will be included in the next graph-tool version). Fixes #50446
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* pythonPackages: remove `name` attribute`Frederik Rietdijk2018-06-23
| | | | | | | | | The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
* Merge pull request #34864 from ciderale/py3k-graph-tool-updateMatthew Justin Bauer2018-04-09
|\ | | | | graph-tool: 2.16 -> 2.26
| * graph-tool: use buildPythonPackage with format = "other";Alain Lehmann2018-02-12
| |
| * graph-tool: 2.16 -> 2.26Alain Lehmann2018-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | treewide: use more HTTPS URLsRyan Mulligan2018-03-24
|/ | | | | | | | Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-07
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* graph-tool: 2.12 -> 2.16 (#14848)Tiago de Paula Peixoto2016-04-25
| | | | | | | | * graph-tool: 2.12 -> 2.16 * graph-tool: Use correct upstream source * graph-tool: Use correct hash
* graph-tool: cleanupRobin Gloster2016-01-30
| | | | | | fucked up adding the changes see #12647
* graph-tool: 2.2.42 -> 2.12Joel Moberg2016-01-30
| | | | | | Closes #12647 Signed-off-by: Robin Gloster <mail@glob.in>
* graph-tool: enable openmpJoel Moberg2015-05-21
|
* graph-tool update: 2.2.36 -> 2.2.42Joel Moberg2015-05-21
|
* graph-tool: add joelmo to maintainersJoel Moberg2015-04-01
|
* graph-tool: enable drawing and openmp for algorithmsJoel Moberg2015-03-17
|
* Revert "Fix eval"Domen Kožar2015-02-25
| | | | | | | This reverts commit 6afc1907c85fe3a244bd8a52d76f45297f06419e. Not needed anymore after revert at b653e3f6614fbe2664b1fd09d3baf5222b4de7f2
* Fix evalBjørn Forsman2015-02-23
| | | | | | | | | | Fixes this: $ nix-env -f . -qa \* --meta --xml --drv-path --show-trace >/dev/null ... error: while querying the derivation named ‘pypy2.5-graph-tool-2.2.36’: while evaluating the attribute ‘preConfigure’ of the derivation ‘pypy2.5-graph-tool-2.2.36’ at "/home/bfo/nixpkgs/pkgs/development/python-modules/graph-tool/2.x.x.nix":5:3: attribute ‘sitePackages’ missing, at "/home/bfo/nixpkgs/pkgs/development/python-modules/graph-tool/2.x.x.nix":22:54
* Add graph-toolJoel Moberg2015-01-30