Commit Graph

34 Commits (9432d8415241753afed4ae6e4c82e03c2c49c856)

Author SHA1 Message Date
adisbladis 428c0e107f
poetry2nix: 1.17.0 -> 1.17.1 2021-06-08 08:54:33 -05:00
adisbladis 43d59e94dc
poetry2nix: 1.16.1 -> 1.17.0 2021-06-01 16:59:39 -05:00
Jonathan Ringer 2b79244f89 poetry2nix: fix LLVM_CONFIG reference 2021-05-08 01:29:18 -07:00
Samuel Gräfenstein 819ab46fe7
treewide: pkgconfig -> pkg-config
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:19 +01:00
adisbladis 215b49c082
poetry2nix: 1.16.0 -> 1.16.1 2021-03-16 17:25:26 +02:00
adisbladis 5de110f8da
poetry2nix: 1.15.5 -> 1.16.0 2021-03-04 16:32:04 +02:00
adisbladis e22280882c
poetry2nix: 1.15.4 -> 1.15.5 2021-02-18 09:28:07 +01:00
adisbladis 1ba244258d
poetry2nix: 1.15.3 -> 1.15.4 2021-02-11 14:02:23 +01:00
adisbladis 44321d73f7
poetry2nix: 1.15.2 -> 1.15.3 2021-02-11 03:57:53 +01:00
adisbladis e0961cb5f3
poetry2nix: 1.14.0 -> 1.15.2 2021-02-02 15:21:10 +01:00
markuskowa 2f34b4b883
Merge pull request #108983 from markuskowa/dev-mpi
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Markus Kowalewski 6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +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
Dominik Xaver Hörl 25bef2d8f9 treewide: simplify pkgs.stdenv.lib -> pkgs.lib
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 20:12:06 +01:00
adisbladis a10370cc9f
poetry2nix: 1.13.0 -> 1.14.0 2020-12-01 14:25:46 +01:00
adisbladis 0eeedc732c
poetry2nix: 1.12.0 -> 1.13.0 2020-10-01 23:11:14 +02:00
adisbladis e3f6f9be0f
poetry2nix: 1.11.0 -> 1.12.0 2020-08-26 15:26:35 +02:00
adisbladis 63fa3639b1
poetry2nix: 1.10.0 -> 1.11.0 2020-07-22 17:04:47 +02:00
adisbladis e038a4363a
poetry2nix: 1.9.2 -> 1.10.0 2020-07-14 16:18:39 +02:00
zowoq 78e324d272 treewide: ffmpeg_4 -> ffmpeg 2020-06-16 18:23:14 -07:00
adisbladis 25b9f3b3e0
poetry2nix: 1.9.0 -> 1.9.2 2020-06-09 02:54:48 +02:00
adisbladis 63bac1fc59
poetry2nix: 1.8.0 -> 1.9.0 2020-05-28 21:41:17 +01:00
adisbladis 36debc367e
poetry2nix: 1.7.1 -> 1.8.0 2020-05-05 21:20:44 +01:00
Matthew Bauer 1c8aba8334 treewide: use blas and lapack
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.

treewide: cleanup from blas/lapack changes

A few issues in the original treewide:

- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
adisbladis aa2552c6ce
poetry2nix: 1.7.0 -> 1.7.1 2020-03-27 23:47:40 +00:00
adisbladis dda52a4571
poetry2nix: 1.6.1 -> 1.7.0 2020-03-27 22:54:34 +00:00
adisbladis 7401afc428
poetry2nix: 1.6.0 -> 1.6.1 2020-03-27 14:49:31 +00:00
adisbladis d3f756d9b7 poetry2nix: 1.5.0 -> 1.6.0 2020-03-02 10:34:49 -08:00
adisbladis e90bf5782e
poetry2nix: 1.4.0 -> 1.5.0 2020-02-24 13:38:32 +00:00
adisbladis 45158b5c65
poetry2nix: 1.3.0 -> 1.4.0 2020-01-27 07:56:23 +00:00
adisbladis 386dbd5aea
poetry2nix: 1.2.1 -> 1.3.0 2020-01-13 15:46:46 +00:00
adisbladis 9dbedf0200
poetry2nix: 1.1.0 -> 1.2.0 2020-01-10 13:35:44 +00:00
adisbladis ded1080db4
poetry2nix: init at 1.1.0 2020-01-02 21:59:56 +00:00