github-actions[bot]
3e0ef2752a
Merge staging-next into staging
2021-02-17 00:36:34 +00:00
github-actions[bot]
79b7a67b55
Merge master into staging-next
2021-02-17 00:36:31 +00:00
adisbladis
24ec79f688
libthai: Make multi output
2021-02-16 22:03:18 +01:00
adisbladis
6f3941b20e
libdatrie: Make multi-output
...
Reduce closure size of dependant packages.
2021-02-16 21:18:57 +01:00
github-actions[bot]
063e642108
Merge staging-next into staging
2021-02-16 12:20:07 +00:00
github-actions[bot]
b31a0f36f8
Merge master into staging-next
2021-02-16 12:20:04 +00:00
Robert Hensing
46a4d53063
qtwebengine: Increase build timeout to 24h
...
The default 10h timeout caused the cancellation of builds on
aarch64-linux builders.
Perhaps counterintuitively, this wastes resources because it
requires a restart, but never completes.
https://hydra.nixos.org/build/136917190
2021-02-16 10:17:55 +01:00
Daniël de Kok
b65dfb342c
Merge pull request #113107 from danieldk/remove-ancient-cudas
...
cudatoolkit-{6,6_5,7,7_5,8}: remove
2021-02-16 08:47:52 +01:00
Sandro Jäckel
a26de2dec7
muparserx: mark broken for darwin
2021-02-16 03:59:55 +01:00
github-actions[bot]
584d8cf939
Merge staging-next into staging
2021-02-16 00:36:47 +00:00
github-actions[bot]
6453fff3de
Merge master into staging-next
2021-02-16 00:36:43 +00:00
Sandro
e9d8a612fb
Merge pull request #112181 from bobrik/ivan/libpcap-no-explicit-arch
...
libpcap: disable universal build for libpcap on darwin
2021-02-16 01:29:12 +01:00
Robin Gloster
211be6af26
Merge pull request #113026 from helsinki-systems/libvirt_py3
...
libvirt: python2 -> python3
2021-02-15 13:15:34 -06:00
Robin Gloster
4b31e7d6b0
Merge pull request #110042 from r-ryantm/auto-update/libpcap
...
libpcap: 1.9.1 -> 1.10.0
2021-02-15 13:13:15 -06:00
Daniël de Kok
67e6eba6ca
libtorch-bin: add danieldk as maintainer
2021-02-15 19:53:57 +01:00
github-actions[bot]
e88fb2d10c
Merge staging-next into staging
2021-02-15 18:17:10 +00:00
github-actions[bot]
0ca7d945c2
Merge master into staging-next
2021-02-15 18:17:06 +00:00
Daniël de Kok
d5b676eb34
libtorch-bin: fix passthru.tests for CUDA
...
- Provide the CUDA toolkit and CuDNN dependencies.
- Expose libcuda.so stub to run the test in the sandbox.
2021-02-15 18:58:01 +01:00
Daniël de Kok
c4482a0c2a
libtorch-bin: do not depend on nvidia_x11
...
libcuda.so should be provided through /run/opengl-driver/lib to use
the system's version. This also avoids rebuilds when linuxPackages is
updated.
2021-02-15 17:08:20 +01:00
Doron Behar
a5088c098a
qt3: remove
...
Not used by any other package, and has vulnerabilities.
Close #99841 , Close #96827 , Close #90955 .
2021-02-15 17:06:53 +02:00
Daniël de Kok
406c33bb3d
Merge pull request #113105 from danieldk/cudnn-fixes
...
cudnn_cudatookit_11: add $ORIGIN/ to library RPATHs
2021-02-15 14:51:16 +01:00
Jörg Thalheim
aed7689619
libical: 3.0.8 -> 3.0.9
2021-02-15 14:44:07 +01:00
github-actions[bot]
a07809064d
Merge staging-next into staging
2021-02-15 06:16:52 +00:00
github-actions[bot]
0e0fae3ebf
Merge master into staging-next
2021-02-15 06:16:49 +00:00
Orivej Desh
6ffbd1ea07
opencl-headers: update license
...
See https://github.com/KhronosGroup/OpenCL-Headers/pull/76
2021-02-15 03:34:54 +00:00
Orivej Desh
4830e129e6
fmt: fix license
2021-02-15 03:34:54 +00:00
Mario Rodas
e1508e7940
Merge pull request #113168 from r-ryantm/auto-update/libuv
...
libuv: 1.40.0 -> 1.41.0
2021-02-14 22:01:48 -05:00
R. RyanTM
2d6909d416
libuv: 1.40.0 -> 1.41.0
2021-02-15 01:34:39 +00:00
Jan Solanti
b9b9fff6d6
pipewire: use strictly upstream defaults
2021-02-14 23:54:17 +02:00
github-actions[bot]
056f697397
Merge staging-next into staging
2021-02-14 18:16:17 +00:00
github-actions[bot]
4f3b8e7b41
Merge master into staging-next
2021-02-14 18:16:14 +00:00
Markus Kowalewski
32a03ff8d5
libxc: 5.1.0 -> 5.1.2
2021-02-14 17:57:07 +01:00
Daniël de Kok
3c815cf0e6
cudatoolkit-{6,6_5,7,7_5,8}: remove
...
Remove ancient CUDA toolkits (and corresponding CuDNN versions):
- Not supported by upstream anymore.
- We do not use them in nixpkgs.
- We do not test or actively maintain them.
- Anything but ancient GPUs is supported by newer toolkits.
2021-02-14 11:58:00 +01:00
Andrew Childs
f22e410621
gnu-config: 2020-05-04 -> 2021-01-25
2021-02-14 11:36:24 +01:00
Daniël de Kok
8dad19aebe
cudnn_cudatookit_11: add $ORIGIN/ to library RPATHs
...
Starting with version 8, CuDNN consists of multiple libraries.
Libraries (except libcudnn.so) are dlopen()ed on demand.
Since the CuDNN library path itself was not added to the rpath of the
libraries, use of CuDNN often fails with the following error:
Could not load library libcudnn_cnn_train.so.8.
Error: libcudnn_ops_train.so.8: cannot open shared object file: No such file or directory
Please make sure libcudnn_cnn_train.so.8 is in your library path!
This change fixes this by adding $ORIGIN/ to the rpath of all CuDNN
libraries.
2021-02-14 11:35:58 +01:00
Daniël de Kok
84786ebecd
cudnn_cudatoolkit_11: remove libcudnn_cnn_infer.so exception
...
With the update to CuDNN 8.1, we do not get the "maximum file size
exceeded" error anymore when patchelf'ing libcudnn_cnn_infer.so. This
change removes the exception for that library.
2021-02-14 11:15:02 +01:00
github-actions[bot]
4581c55d85
Merge staging-next into staging
2021-02-14 06:16:32 +00:00
github-actions[bot]
6d694e7ee1
Merge master into staging-next
2021-02-14 06:16:29 +00:00
Bernardo Meurer
aaf0a68d81
Merge pull request #112648 from danieldk/cuda-update
...
cudatoolkit_11, cudnn_cudatoolkit_11: 11.1 -> 11.2
2021-02-14 05:44:24 +00:00
R. RyanTM
adf5ed0cc2
nuraft: 1.1.2 -> 1.2.0
2021-02-14 04:58:11 +00:00
github-actions[bot]
45fadd9b7f
Merge staging-next into staging
2021-02-14 00:37:59 +00:00
Martin Weinelt
286f8cdbfc
Merge branch 'master' into staging-next
2021-02-14 00:40:47 +01:00
Sandro
7e8b88ef9d
Merge pull request #113024 from xbreak/cfitsio-configureFlags
...
cfitsio: Make configureFlags a list
2021-02-13 21:55:34 +01:00
Mario Rodas
b24c0ac54f
Merge pull request #107774 from marsam/update-icu
...
icu: 67.1 -> 68.2
2021-02-13 15:08:27 -05:00
github-actions[bot]
d10b7b45fb
Merge staging-next into staging
2021-02-13 18:16:03 +00:00
github-actions[bot]
1c7975a26f
Merge master into staging-next
2021-02-13 18:15:59 +00:00
ajs124
cba2f940f3
libvirt: python2 -> python3
2021-02-13 19:04:48 +01:00
xbreak
a2c3335cd3
cfitsio: Make configureFlags a list
2021-02-13 17:53:06 +00:00
Daniël de Kok
a4816f7a0d
Merge pull request #112636 from danieldk/magma-cuda-11
...
magma: fix CUDA 11 build
2021-02-13 18:49:59 +01:00
github-actions[bot]
c4d734932d
Merge staging-next into staging
2021-02-13 00:36:15 +00:00
github-actions[bot]
1d62dc37db
Merge master into staging-next
2021-02-13 00:36:11 +00:00
Sandro
ecf06378f7
Merge pull request #112855 from SuperSandro2000/fix-collection10
2021-02-12 21:16:00 +01:00
Symphorien Gibol
756ace721e
libgcrypt: fix build on musl32
2021-02-12 21:11:16 +01:00
Walter Franzini
eabb56ac6c
identify musl32 using x86_32 instead of i686
2021-02-12 21:11:16 +01:00
R. RyanTM
c7871dbac1
libgdata: 0.17.13 -> 0.18.0
2021-02-12 19:53:17 +01:00
R. RyanTM
952c7062bd
libjcat: 0.1.5 -> 0.1.6
2021-02-12 19:50:58 +01:00
github-actions[bot]
0667f269fc
Merge staging-next into staging
2021-02-12 18:16:50 +00:00
github-actions[bot]
b23b455f9a
Merge master into staging-next
2021-02-12 18:16:46 +00:00
Anderson Torres
4bbb8d3818
Merge pull request #112856 from r-ryantm/auto-update/cimg
...
cimg: 2.9.4 -> 2.9.6
2021-02-12 10:56:29 -03:00
Sandro
1d4dbe1300
Merge pull request #112884 from alyssais/gtk_engines
...
gtk_engines: fix URL
2021-02-12 14:21:41 +01:00
github-actions[bot]
53c1035b44
Merge staging-next into staging
2021-02-12 12:20:24 +00:00
github-actions[bot]
15db604744
Merge master into staging-next
2021-02-12 12:20:20 +00:00
Walter Franzini
92225849b0
libsodium: disable stackprotector on musl32
2021-02-12 11:06:29 +01:00
Walter Franzini
67c8584209
libexecinfo: enables stackprotector through hardeningEnable
...
The makefile patch pulled from alpinelinux used to enable
stackprotector unconditionally. This change use the nixpkgs flag
hardeningEnable.
This is required to support platform where stackprotector has
problems.
2021-02-12 11:06:29 +01:00
Ivan Babrou
e99678639d
libaom: only disable cpu detectio on arm64 and do it as recommended
...
Having `OFF` instead of `0` makes x86_64 build unhappy.
2021-02-11 23:31:03 -08:00
github-actions[bot]
888306cd93
Merge staging-next into staging
2021-02-12 06:16:30 +00:00
github-actions[bot]
1551e9d6ee
Merge master into staging-next
2021-02-12 06:16:24 +00:00
R. RyanTM
44d0a09633
cimg: 2.9.4 -> 2.9.6
2021-02-12 05:16:32 +00:00
Sandro Jäckel
806d814516
libcanberra: mark broken on darwin
2021-02-12 05:48:57 +01:00
Mario Rodas
675cb499bd
Merge pull request #112708 from marsam/update-grpc
...
grpc: 1.34.1 -> 1.35.0
2021-02-11 20:23:56 -05:00
github-actions[bot]
ae07bf1352
Merge staging-next into staging
2021-02-12 00:36:23 +00:00
github-actions[bot]
344456f66a
Merge master into staging-next
2021-02-12 00:36:19 +00:00
Sandro
34e0672cc4
Merge pull request #112827 from rb2k/libmodulemd_bump
...
libmodulemd: 2.9.2 -> 2.12.0
2021-02-12 01:31:47 +01:00
ajs124
fe6f3ceafe
Merge pull request #112725 from TredwellGit/inih
...
inih: r52 -> r53
2021-02-12 01:12:10 +01:00
Marc Seeger
7ca38f88fe
libmodulemd: 2.9.2 -> 2.12.0
2021-02-11 15:09:30 -08:00
github-actions[bot]
a480c1ebb1
Merge staging-next into staging
2021-02-11 18:16:52 +00:00
github-actions[bot]
402b752521
Merge master into staging-next
2021-02-11 18:16:48 +00:00
Ivan Babrou
aaf5c54afd
libaom: disable runtime cpu detection on darwin ( #112685 )
...
CPU detection is only enabled for PPC and ARM. It's also not implemented
on Darwin, so no reason to keep it enabled there. This helps #105026 .
2021-02-11 18:36:43 +01:00
Thomas Tuegel
7a5b84cfa0
Merge pull request #111957 from ttuegel/kde-applications-20.12.1
...
KDE Applications 20.12.1
2021-02-11 10:02:26 -06:00
Alyssa Ross
49dde3393a
gtk_engines: fix URL
...
GNOME seems to no longer provide an FTP server.
2021-02-11 15:46:22 +00:00
Sandro
4f96c4349b
Merge pull request #111048 from lambdadog/update-ndi
...
ndi: 4.5.3 -> 4.6.0
2021-02-11 16:25:44 +01:00
github-actions[bot]
7b1453f784
Merge staging-next into staging
2021-02-11 12:20:13 +00:00
github-actions[bot]
9185e731d2
Merge master into staging-next
2021-02-11 12:20:09 +00:00
Michael Weiss
d58e9cd05b
libaom: 2.0.1 -> 2.0.2
2021-02-11 13:10:40 +01:00
Jan Tojnar
34e2c2b310
appstream: 0.13.1 -> 0.14.0
2021-02-11 11:03:12 +01:00
R. RyanTM
25c2bf8cea
libwpe: 1.7.1 -> 1.8.0
2021-02-11 10:57:50 +01:00
R. RyanTM
ddebd054e3
gnome3.gvfs: 1.46.1 -> 1.46.2
2021-02-11 10:44:56 +01:00
R. RyanTM
3106e35abe
suitesparse-graphblas: 3.3.3 -> 4.0.3
2021-02-11 09:55:31 +01:00
R. RyanTM
b7749b41d3
libevdev: 1.10.0 -> 1.11.0
2021-02-11 09:51:04 +01:00
R. RyanTM
f3c02f462f
libmbim: 1.24.4 -> 1.24.6
2021-02-11 09:13:53 +01:00
R. RyanTM
cac44d5e4e
libbytesize: 2.4 -> 2.5
2021-02-11 09:12:17 +01:00
Jan Tojnar
c517afab63
libheif: 1.9.1 -> 1.10.0
...
dav1d and rav1e support through pkg-config has been added.
- https://github.com/strukturag/libheif/releases/tag/v1.10.0
- https://github.com/strukturag/libheif/releases/tag/v1.11.0
2021-02-11 08:02:42 +01:00
Jan Tojnar
707bb2712e
libmysqlconnectorcpp: 8.0.21 -> 8.0.23
...
- https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-23.html
- https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
Binary distribution now ships plug-ins and and users will have to set path to them as if they want to use LDAP since it cannot really be installed to this package (where it will likely look for plug-ins).
2021-02-11 08:01:38 +01:00
TredwellGit
a3aae9ce9d
inih: r52 -> r53
...
https://github.com/benhoyt/inih/releases/tag/r53
2021-02-11 06:33:27 +00:00
github-actions[bot]
95e9af5e42
Merge staging-next into staging
2021-02-11 06:16:39 +00:00
github-actions[bot]
3f38ab888e
Merge master into staging-next
2021-02-11 06:16:35 +00:00
R. RyanTM
33590d354b
lv2: 1.18.0 -> 1.18.2
2021-02-11 07:09:23 +01:00
R. RyanTM
b898fe25fd
libxls: 1.6.1 -> 1.6.2
2021-02-11 07:07:39 +01:00
R. RyanTM
0188ee34e9
libqalculate: 3.16.0 -> 3.16.1
2021-02-11 07:07:07 +01:00
R. RyanTM
b7910c1d93
liblinphone: 4.4.15 -> 4.4.21
2021-02-11 07:05:23 +01:00