summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/igraph/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* igraph: enable autodetection for LTO support (#122058)•••> The IGRAPH_ENABLE_LTO build option now supports the AUTO value, which > uses LTO only if the compiler supports it. Warning: CMake may not > always be able to detect that LTO is not fully supported. Therefore, > the default setting is OFF. https://igraph.org/2021/03/23/igraph-0.9.1-c.htmlMartin Weinelt2021-05-071-3/+5
* igraph: 0.9.2 -> 0.9.3•••https://github.com/igraph/igraph/releases/tag/0.9.3 Robert Schütz2021-05-051-2/+2
* igraph: 0.9.1 -> 0.9.2•••https://github.com/igraph/igraph/releases/tag/0.9.2 Robert Schütz2021-04-151-13/+4
* igraph: 0.8.5 -> 0.9.1Robert Schütz2021-03-261-12/+88
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. Jonathan Ringer2021-01-191-2/+2
* igraph: 0.8.4 -> 0.8.5R. RyanTM2020-12-091-2/+2
* igraph: 0.8.3 -> 0.8.4R. RyanTM2020-11-261-2/+2
* igraph: 0.8.2 -> 0.8.3R. RyanTM2020-10-251-2/+2
* igraph: enable for darwinRobert Scott2020-07-201-1/+1
* igraph: Only build and test x86_64-linux.•••aarch64-linux tests fail on the community builder, so don't build there until we have more evidence that failing tests are not a problem. Corbin2020-06-251-0/+2
* igraph: 0.7.1 -> 0.8.2•••Refs #90840. The check phase is now enabled. All tests pass on my machine. I realized while doing this bump that igraph vendors OpenBLAS, ARPACK, and GLPK. We can use our versions instead, and igraph builds successfully, but 34 tests fail. I'm choosing correctness instead of build times. Corbin2020-06-251-5/+9
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: update homepages to https where available•••Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects. Matthew Bauer2019-04-151-1/+1
* treewide: Fix packages using name where they should use pnamePatrick Hilhorst2018-11-061-2/+2
* igraph: init at 0.7.1Corbin2018-07-281-0/+31