Commit graph

21 commits

Author SHA1 Message Date
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Jörg Thalheim 6eba03800e
spdk: build against old dpdk 21.11 2022-05-10 08:11:21 +02:00
Pierre Bourdon 69e5198b6f
spdk: 21.07 -> 21.10 2021-12-09 03:42:05 +01:00
Jörg Thalheim bdaf195e98 spdk: enable parallel building 2021-12-01 10:12:46 +01:00
Sergei Trofimovich 914567e4a7 spdk: upstream fix for ncurses-6.3
Without the change the build fails as:

    spdk_top.c:1949:69: error: format not a string literal and no format arguments [-Werror=format-security]
     1949 |                 mvwprintw(thread_win, 3, THREAD_WIN_FIRST_COL + 32, idle_time);
          |                                                                     ^~~~~~~~~
2021-11-30 22:41:39 +00:00
R. RyanTM ba1dce6af5 spdk: 21.04 -> 21.07 2021-08-18 01:23:21 +00:00
Jörg Thalheim 8ab19de80d
Merge pull request #122588 from Mic92/dpdk
dpdk: 20.05 -> 21.02
2021-05-24 08:15:17 +01:00
Jörg Thalheim 00a7a0f609
spdk: 20.04.1 -> 21.04 2021-05-24 08:32:54 +02:00
Alyssa Ross 264533c9e9 spdk: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jörg Thalheim 5c62e72f2b
spdk: 20.01.1 -> 20.04.1 2020-06-30 23:04:03 +01:00
R. RyanTM ab106571e1 spdk: 20.01 -> 20.01.1 2020-03-20 23:35:57 -07:00
R. RyanTM 505d179d7b spdk: 19.10.1 -> 20.01 2020-02-06 15:28:05 +00:00
R. RyanTM 8d8adfa218 spdk: 19.10 -> 19.10.1 2020-01-26 11:44:28 +00:00
Jan Tojnar 0c2adc0fb1
Merge branch 'staging' into staging-next 2019-12-31 03:59:58 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Orivej Desh 14caf0fdaa spdk: 19.04 -> 19.10, fix build with mesonified dpdk 2019-12-30 16:50:40 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 8ffec65d3f
spdk: 18.04 -> 19.04
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/spdk/versions
2019-05-12 22:16:35 -07:00
Orivej Desh 03c61b71f9 spdk: fix sandboxed build 2018-05-21 03:39:54 +00:00
Orivej Desh 66002a0e07 spdk: init at 18.04
Closes #39138.
2018-05-21 02:00:07 +00:00