Robert Schütz
dca5821f54
igraph: 0.10.3 -> 0.10.4
...
Diff: https://github.com/igraph/igraph/compare/0.10.3...0.10.4
Changelog: https://github.com/igraph/igraph/blob/0.10.4/CHANGELOG.md
2023-01-26 11:18:26 -08:00
R. Ryantm
d57ec2ef09
igraph: 0.10.2 -> 0.10.3
2023-01-19 19:17:47 -08:00
Robert Schütz
b6ab99e519
igraph: 0.9.10 -> 0.10.2
...
https://github.com/igraph/igraph/blob/0.10.2/CHANGELOG.md
2022-11-10 13:42:26 -08:00
Markus Kowalewski
09a60c860b
igraph: add blas, lapack, arpack ILP64 checks
2022-11-03 12:59:49 +01:00
R. Ryantm
067a1b75f1
igraph: 0.9.9 -> 0.9.10
2022-09-03 11:59:41 +00:00
Josef Kemetmüller
bcd7045998
treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivations
...
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run
the checkPhase of cmake derivations without having to tweak the
LD_LIBRARY_PATH anymore.
2022-07-04 03:49:01 +03:00
Robert Schütz
d3d975f71c
igraph: 0.9.8 -> 0.9.9
...
https://github.com/igraph/igraph/releases/tag/0.9.9
2022-06-05 21:22:08 -07:00
Robert Schütz
161e569665
igraph: 0.9.7 -> 0.9.8
...
https://github.com/igraph/igraph/blob/0.9.8/CHANGELOG.md
2022-04-12 00:23:24 +00:00
Robert Schütz
70b2abc3ff
igraph: random improvements
...
* remove outdated comment
* use plfit from Nixpkgs
* unconditionally enable OpenMP
2022-04-05 00:25:22 +00:00
R. Ryantm
018b394769
igraph: 0.9.6 -> 0.9.7
2022-03-17 11:32:31 +00:00
R. Ryantm
fc4fbe9478
igraph: 0.9.5 -> 0.9.6
2022-01-13 08:18:25 -08:00
Robert Schütz
ca985cc40f
igraph: 0.9.4 -> 0.9.5
...
https://github.com/igraph/igraph/releases/tag/0.9.5
2021-11-11 21:58:20 -08:00
Robert Schütz
008bbde5e7
igraph: 0.9.3 -> 0.9.4
...
https://github.com/igraph/igraph/releases/tag/0.9.4
2021-06-01 12:49:32 +02:00
Robert Scott
73df171f26
igraph: fix libblas.dylib's path on darwin
2021-05-22 19:05:14 +01:00
Martin Weinelt
2d64c6d79b
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.html
2021-05-07 22:33:13 +02:00
Robert Schütz
69e7e4386f
igraph: 0.9.2 -> 0.9.3
...
https://github.com/igraph/igraph/releases/tag/0.9.3
2021-05-05 15:14:33 +02:00
Robert Schütz
63bc9709d2
igraph: 0.9.1 -> 0.9.2
...
https://github.com/igraph/igraph/releases/tag/0.9.2
2021-04-15 08:49:56 +02:00
Robert Schütz
1ab59fc716
igraph: 0.8.5 -> 0.9.1
2021-03-26 11:21:14 +01:00
Jonathan Ringer
9bb3fccb5b
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.
2021-01-19 01:16:25 -08:00
R. RyanTM
cd201a3ac7
igraph: 0.8.4 -> 0.8.5
2020-12-09 04:39:14 +00:00
R. RyanTM
e4041869dd
igraph: 0.8.3 -> 0.8.4
2020-11-26 07:36:15 +00:00
R. RyanTM
06d0a7c221
igraph: 0.8.2 -> 0.8.3
2020-10-25 09:49:47 +01:00
Robert Scott
e9115e79c9
igraph: enable for darwin
2020-07-20 20:25:59 +01:00
Corbin
dd284b9758
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.
2020-06-25 15:44:45 -07:00
Corbin
9409bd0ea6
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.
2020-06-25 01:26:14 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Matthew Bauer
290a5d916e
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.
2019-04-15 10:10:05 -04:00
Patrick Hilhorst
b0e9fc131c
treewide: Fix packages using name where they should use pname
2018-11-06 00:06:17 +01:00
Corbin
f20100a3e4
igraph: init at 0.7.1
2018-07-28 07:26:07 -07:00