Commit Graph

56 Commits

Author SHA1 Message Date
markuskowa
b14ea15658
Merge pull request #272443 from r-ryantm/auto-update/hwloc
hwloc: 2.9.3 -> 2.10.0
2023-12-07 10:32:12 +01:00
R. Ryantm
33144bd6e2 hwloc: 2.9.3 -> 2.10.0 2023-12-06 09:14:29 +00:00
Someone Serge
31f1b517cd
gromacs: drop cudatoolkit.run 2023-12-04 20:24:32 +00:00
Markus Kowalewski
6b61971c7a hwloc: 2.9.2 -> 2.9.3
fixed CVE-2022-47022
2023-09-15 23:21:33 +02:00
Someone Serge
471dbe9bcf
treewide: consume config.cudaSupport as required
Eliminate uses of `config.cudaSupport or false` and alike, since the
option is now declared in config.nix with a default value

fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i
fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20 18:08:19 +03:00
Someone Serge
74549ec63b
tree-wide: 'enableCuda ? false' -> 'config.cudaSupport or false' to respect global defaults 2023-07-20 17:27:07 +03:00
R. Ryantm
92317986be hwloc: 2.9.1 -> 2.9.2 2023-07-10 06:53:32 +00:00
Markus Kowalewski
5d903cae06
hwloc: 2.9.0 -> 2.9.1 2023-04-20 14:46:38 +02:00
Markus Kowalewski
317cb9dba3
hwloc: allow for optional build with CUDA 2022-12-18 20:29:31 +01:00
Markus Kowalewski
7ce807ee2c
hwloc: 2.8.0 -> 2.9.0 2022-12-18 20:29:18 +01:00
Sandro Jäckel
eaca6f94c4
hwloc: remove unnecessary ? null from inputs, remove global with lib, little cleanups 2022-11-27 22:26:23 +01:00
R. Ryantm
dd1ee65bff hwloc: 2.7.1 -> 2.8.0 2022-07-31 14:08:22 +00:00
R. Ryantm
261aa48221 hwloc: 2.7.0 -> 2.7.1 2022-03-26 22:19:19 +00:00
Markus Kowalewski
5a7166ae01
hwloc: 2.6.0 -> 2.7.0 2021-12-24 17:42:06 +01:00
Markus Kowalewski
95273e8879
hwloc: 2.5.0 -> 2.6.0 2021-11-02 10:52:56 +01:00
markuskowa
0f7a074b9e
hwloc: 2.4.1 -> 2.5.0 (#127077)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-18 11:45:01 +02:00
R. RyanTM
99d7debd02 hwloc: 2.4.0 -> 2.4.1 2021-02-23 23:58:23 +00:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08: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
348d0df18c hwloc: 2.3.0 -> 2.4.0 2020-12-05 23:10:24 +00:00
Markus Kowalewski
02cb00240f
hwloc: 2.2.0 -> 2.3.0 2020-10-10 08:48:40 +02:00
R. RyanTM
174f61b814 hwloc: 2.1.0 -> 2.2.0 2020-04-05 21:20:30 +00:00
Markus Kowalewski
708f00d944
hwloc: 2.0.4 -> 2.1.0 2019-10-24 10:31:50 +02:00
Ryan Mulligan
508ae42a0f treewide: fix redirect URLs 2019-07-10 12:52:51 -07:00
Markus Kowalewski
432f02f682 hwloc: 2.0.3 -> 2.0.4 2019-06-11 16:07:13 +02:00
Markus Kowalewski
ac85a1ec47
hwloc: 2.0.2 -> 2.0.3
Refactor version string and download link to make
it comatible with automatic updates.
2018-12-16 13:54:55 +01:00
Markus Kowalewski
daf21814e0
hwloc: add markuskowa as maintainer 2018-10-09 13:19:56 +02:00
Markus Kowalewski
9ee3f9dbc3
hwloc: 1.11.1 -> 2.0.2
Enable netloc at compile time (was added in 2.0)
2018-10-09 13:19:21 +02:00
markuskowa
03d4694e61 hwloc: 1.11.9 -> 1.11.10 (#40382) 2018-05-13 00:17:49 +02:00
Jan Malakhovski
7f7e117c94 hwloc: disable x11 by default
I think nothing actually uses what this feature provides but all headless
machines suffer.
2018-02-10 15:07:12 +00:00
Franz Pletz
84176497e8
hwloc: 1.11.8 -> 1.11.9 2018-01-28 21:53:06 +01:00
Franz Pletz
e520a8cc0d
hwloc: 1.11.6 -> 1.11.8
Also introduces multiple outputs and a version without X11 dependencies.
2017-12-14 16:03:09 +01:00
ndowens
64218d61fc hwloc: 1.11.2 -> 1.11.6 (#23870) 2017-03-14 00:44:28 +01:00
Eelco Dolstra
4cb9f662ce hwloc: 1.6 -> 1.11.2 and disable tests
This package was failing to build on wendy:

  lt-linux-libnuma: linux-libnuma.c:70: main: Assertion `numa_bitmask_equal(bitmask, numa_all_nodes_ptr)' failed.

Since we shouldn't run tests that depend on the hardware
characteristics of the build machine, I've disabled these.
2016-02-16 22:46:29 +01:00
Tobias Geerinckx-Rice
158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice
b2d7f4b1ba Use common licence attributes from lib/licenses.nix
Many (less easily automatically converted) old-style strings
remain.

Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.

Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
Ludovic Courtès
41b53577a8 unmaintain a bunch of packages 2015-01-13 22:33:49 +01:00
Bjørn Forsman
c9baba9212 Fix many package descriptions
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
2014-08-24 22:31:37 +02:00
Eelco Dolstra
ab3eeabfed Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc.  "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Ludovic Courtès
89beb9cf72 hwloc: update to 1.6 2012-12-03 16:21:15 +01:00
Ludovic Courtès
1ae3ea8385 hwloc: Propagate `pciutils'. 2012-07-05 11:55:24 +02:00
Ludovic Courtès
797fafd808 hwloc: Disable tests on Cygwin.
svn path=/nixpkgs/trunk/; revision=34359
2012-06-05 12:29:03 +00:00
Ludovic Courtès
ad17bee255 hwloc: Fix typo.
svn path=/nixpkgs/trunk/; revision=34315
2012-06-01 13:06:35 +00:00
Ludovic Courtès
6bba2234c4 hwloc: Add -L' for numactl in libhwloc.la'.
svn path=/nixpkgs/trunk/; revision=34306
2012-05-31 16:45:37 +00:00
Ludovic Courtès
99e9ea69b5 hwloc: Add dependency on pciutils and numactl on Linux.
svn path=/nixpkgs/trunk/; revision=34304
2012-05-31 15:47:38 +00:00
Ludovic Courtès
7e9eb60cfe hwloc 1.4.2.
svn path=/nixpkgs/trunk/; revision=34279
2012-05-29 16:37:34 +00:00
Ludovic Courtès
606913fc8f hwloc: Disable dependency on Cairo and X11 on Cygwin.
svn path=/nixpkgs/trunk/; revision=34278
2012-05-29 16:37:31 +00:00
Ludovic Courtès
b793816a34 hwloc 1.4.
svn path=/nixpkgs/trunk/; revision=31877
2012-01-27 11:03:20 +00:00
Ludovic Courtès
eb1360bd66 hwloc: Make it easy to disable optional dependencies; fix cross-builds.
svn path=/nixpkgs/trunk/; revision=31606
2012-01-17 16:34:10 +00:00
Ludovic Courtès
f2a7cef449 hwloc: Fix typo.
svn path=/nixpkgs/trunk/; revision=30779
2011-12-06 17:44:09 +00:00