216520 Commits

Author SHA1 Message Date
Jan Tojnar
b552b84ae2
suitesparse: ultimate clean-up
* Switch to default buildPhase & installPhase
* In preConfigure
	* Do not add -DNPARTITION to CHOLMOD_CONFIG. That would disable the use of Metis but we already have that.
	* Do not remove -lrt on Darwin, Darwin compiler can handle that and the code no longer exists anyway.
	* With CUDA enabled
		* Do not replace CUDA_ROOT. It does not exist any more. Instead we are setting CUDA_PATH in makeFlags.
		* Do not replace GPU_BLAS_PATH, it defaults to CUDA_PATH so it will end up with the same value.
		* Do not add -DCHOLMOD_OMP_NUM_THREADS to GPU_CONFIG. Why would be having the library use the same number of threads as the builder a good idea?
		* Do not replace CUDA_PATH, we are setting it in makeFlags now.
		* Do not replace CUDART_LIB and CUBLAS_LIB. They were being replaced incorrectly (cuda libs are located in lib directory, not lib64). Instead set the correct paths in makeFlags.
		* Do not replace CUDA_INC_PATH. Its default looks like it will end up with the same value.
		* Do not replace NV20, NV30, NV35 – not used any more.
		* Do not replace NVCC, defaults to the same.
		* Do not replace NVCCFLAGS, we just used the default from SourceSparse 4.4.7 with -gencode=arch=compute_60,code=compute_60 tacked on top. Current upstream default looks much better.
* Stop adding -DNTIMER to CFLAGS on Darwin – clock_gettime is supported by macOS 10.12 SDK.
* In buildPhase
	* Move the make arguments to makeFlags and library to buildFlags, allowing us to drop the manual make call. I did not verify all of these are still needed.
	* Remove the creation of libsuitesparse.so. As far as I could tell it is some kind of remnant of our old expression – perhaps due to past deficiencies of the build scripts, we created the individual libraries as symlinks to libsuitesparse.so: e36b3ec0a5 But since the build script can now build individual .so libraries, there should be no need for this abomination. No other distros do this either.
* In installPhase
	* No need to copy things manually, there is an install target. We just need to pass INSTALL=$out flag to make to let it know where to install the files.
	* I do not have means of verifying the darwin dylib name fix but it looks like it might be fixed in an upcoming release.
	* I dropped the rpath fixup as it does not seem to be needed any more (ldd does not report any unresolved libraries).
2020-03-11 03:45:25 +01:00
Jan Tojnar
c16d5b6534
suitesparse: do not build Mongoose & GraphBLAS
We already have package for them
2020-03-11 02:33:06 +01:00
Jan Tojnar
306cf6091f
suitesparse: link against system metis 2020-03-10 21:16:28 +01:00
Jan Tojnar
e9d7774b7b
suitesparse: 5.4.0 → 5.7.1 2020-03-10 21:16:27 +01:00
Jan Tojnar
559f02e208
suitesparse-graphblas: init at 3.1.2 2020-03-10 21:16:27 +01:00
Jan Tojnar
b4e6293a8d
mongoose: init at 2.0.4 2020-03-10 20:35:44 +01:00
Jan Tojnar
40ae28791f
suitesparse: clean up
* Split to multiple outputs
* Fetch source from GitLab (the only source for future releases)
* Re-order attrset to be more idiomatic
* Format with nixpkgs-fmt
2020-03-10 20:35:44 +01:00
Jan Tojnar
91c98f407e
Merge pull request #82260 from knedlsepp/improve-suitesparse-build-speed
suitesparse: Enable parallel building
2020-03-10 17:57:31 +01:00
R. RyanTM
f9c4570183 python37Packages.azure-mgmt-appconfiguration: 0.3.0 -> 0.4.0 2020-03-10 09:54:00 -07:00
adisbladis
77a1653ee6
Merge pull request #82261 from heyhabito/fix-skopeo-default-policy
Fix missing default-policy.json in skopeo
2020-03-10 16:52:53 +00:00
Vincent Laporte
659e89e21b coqPackages.dpdgraph: enable for Coq ≥ 8.9 2020-03-10 17:46:15 +01:00
Josef Kemetmüller
1cc9b2501d suitesparse: Enable parallel building 2020-03-10 17:16:17 +01:00
Antonio Nuno Monteiro
7698d73303
ppx_deriving_yojson: 3.5.1 -> 3.5.2 (#82085) 2020-03-10 17:11:49 +01:00
Michael Weiss
1be9d1e8b0
Merge pull request #82251 from primeos/wlroots
wlroots: 0.10.0 -> 0.10.1
2020-03-10 16:25:41 +01:00
Timo Kaufmann
e05e219b31
Merge pull request #82240 from timokau/sage-docutils-0.15-fix
sage: fix test suite with docutils 0.15
2020-03-10 15:25:22 +00:00
Silvan Mosberger
1d304db1e2
Merge pull request #82208 from Infinisil/ini-lists
lib/generators: Add toINI option for duplicate keys
2020-03-10 16:22:07 +01:00
Michael Weiss
c7fb3750cc
tev: 1.14 -> 1.15 2020-03-10 16:17:19 +01:00
Michael Weiss
a65d0d5bf2
androidStudioPackages.{dev,canary}: 4.1.0.1 -> 4.1.0.2 2020-03-10 16:04:57 +01:00
R. RyanTM
8bbae030b3
xob: 0.1.1 -> 0.2 (#82246) 2020-03-10 16:03:10 +01:00
Linus Heckemann
dfc70d37f4
Merge pull request #82252 from mayflower/radius-http2
FreeRADIUS improvements
2020-03-10 16:01:46 +01:00
Silvan Mosberger
575354babf
lib/generators: Add toINI option for duplicate keys 2020-03-10 16:01:04 +01:00
Linus Heckemann
065716ab95 nixos/freeradius: depend on network.target, not online 2020-03-10 15:54:29 +01:00
Linus Heckemann
0587329191 freeradius: make debug logging optional 2020-03-10 15:54:02 +01:00
Linus Heckemann
cc9a4c8a06 freeradius: do not generate TLS stuff 2020-03-10 15:54:02 +01:00
Linus Heckemann
3f11ceb417 freeradius: add some maintainers 2020-03-10 15:49:44 +01:00
Linus Heckemann
0e474f2d26 freeradius: add patch for HTTP/2 support in rlm_rest module
Co-Authored-By: Franz Pletz <franz.pletz@mayflower.de>
Co-Authored-By: Simon Waibl <simon.waibl@mayflower.de>
2020-03-10 15:49:44 +01:00
Michael Weiss
e929b8af46
wlroots: 0.10.0 -> 0.10.1
I also added some minor improvements and removed unnecessary code.
2020-03-10 15:46:12 +01:00
Daniel Gorin
a646f4b454 Fix missing default-policy.json in skopeo
We started having issues with `pkgs.dockerTools.pullImage`, were it
would fail with:

```
FATA[0000] Error loading trust policy: open /etc/containers/policy.json: no such file or directory
```

It turns out that since `skopeo` was bumped to `0.1.40`, it was
accidentally no longer being built with a default policy.

This may happen again, see https://github.com/containers/skopeo/issues/787
2020-03-10 14:33:25 +00:00
John Ericson
320334aee7
Merge pull request #82130 from Ericson2314/fetchsvn-cross
fetchsvn: Fix for cross
2020-03-10 09:53:17 -04:00
Marek Mahut
2e402c85db
Merge pull request #82169 from mmahut/trezord-29
trezord-go: 2.0.28 -> 2.0.29
2020-03-10 14:52:35 +01:00
Jaakko Luttinen
57930a5f0e electron-cash: fix build
This commit fixes #82221.
2020-03-10 14:41:50 +01:00
Mario Rodas
8cc3a22dd4
Merge pull request #82164 from jluttine/nbstripout-0.3.7
nbstripout: 0.3.6 -> 0.3.7
2020-03-10 08:08:37 -05:00
Mario Rodas
14ae699f05
Merge pull request #82136 from r-ryantm/auto-update/python3.7-jupyterlab_server
python37Packages.jupyterlab_server: 1.0.6 -> 1.0.7
2020-03-10 08:02:54 -05:00
Peter Hoeg
228ef079bc
Merge pull request #75417 from peterhoeg/u/maestral_0_4_4
maestral: 0.4.2 -> 0.6.1
2020-03-10 20:55:36 +08:00
Peter Hoeg
7b87ac3e31
Merge pull request #81499 from NixOS/u/teensy
teensy-loader-cli: 2.1 -> 2.1.20191110
2020-03-10 20:55:19 +08:00
Peter Hoeg
a19708af1b
Merge pull request #81498 from peterhoeg/f/vmfs
vmfs-tools: minor cleanup
2020-03-10 20:54:41 +08:00
Andreas Rammhold
e968961d14
Merge pull request #82155 from kolloch/buildRustCrate_findMatchingDir
buildRustCrate: Search for matching Cargo.toml in sub directories
2020-03-10 13:27:26 +01:00
Mario Rodas
99722af1d5
Merge pull request #81843 from OmnipotentEntity/cudnn-7.6.5
cudnn_cudatoolkit_10_2: init at 7.6.5
2020-03-10 07:19:50 -05:00
Mario Rodas
a8ca52f4f8
Merge pull request #82201 from nyanloutre/jellyfin_10_5_0
jellyfin: 10.4.3 -> 10.5.0
2020-03-10 07:16:58 -05:00
Timo Kaufmann
7133577405 sage: fix test suite with docutils 0.15
The better way to fix this would be to backport the upstream sphinx
patch:

faedcc48cc

Unfortunately it doesn't apply cleanly and isn't worth the effort
of backporting. Let's hope we can switch to python3 sage and the recent
sphinx version that comes with it before this becomes a problem.
2020-03-10 13:15:41 +01:00
Mario Rodas
26889787fe
Merge pull request #81820 from r-ryantm/auto-update/mercury
mercury: 14.01.1 -> 20.01.1
2020-03-10 07:14:07 -05:00
Mario Rodas
890440b027
Merge pull request #81991 from r-ryantm/auto-update/python2.7-quandl
python27Packages.Quandl: 3.4.6 -> 3.4.8
2020-03-10 06:39:11 -05:00
Mario Rodas
cad87836ac
Merge pull request #81974 from bhipple/feature/rust-doc
buildRustPackage: update docstring comment
2020-03-10 06:38:42 -05:00
Michele Guerini Rocco
b854121e76
Merge pull request #82098 from r-ryantm/auto-update/pdns-recursor
pdns-recursor: 4.2.1 -> 4.3.0
2020-03-10 12:36:17 +01:00
Mario Rodas
109cfe1bc7
Merge pull request #82227 from r-ryantm/auto-update/neofetch
neofetch: 6.1.0 -> 7.0.0
2020-03-10 06:33:29 -05:00
Jörg Thalheim
62c366f11e
Merge pull request #82218 from r-ryantm/auto-update/devilutionx
devilutionx: 1.0.0 -> 1.0.1
2020-03-10 11:25:16 +00:00
adisbladis
6fcce60fd5
Merge pull request #82139 from adisbladis/switch-to-configuration-manual
switch-to-configuration: Add new option X-OnlyManualStart
2020-03-10 11:17:33 +00:00
Michael Weiss
c3267ac414
Merge pull request #81975 from primeos/chromium-fix-vaapi
chromium: Update the VA-API patch (fix #81909)
2020-03-10 11:27:15 +01:00
lewo
ce961fad16
Merge pull request #81841 from r-ryantm/auto-update/jackett
jackett: 0.12.1301 -> 0.13.467
2020-03-10 10:14:10 +01:00
lewo
6cf9509024
Merge pull request #82179 from nyanloutre/jacket_disable_macos
jackett: disable macos platform
2020-03-10 10:13:08 +01:00