about summary refs log tree commit diff
path: root/pkgs/applications/science/machine-learning/vowpal-wabbit
AgeCommit message (Collapse)AuthorFilesLines
2024-02-11vowpal-wabbit: fix `gcc-13` build failureSergei Trofimovich1-0/+9
Without the change build fails on `master as https://hydra.nixos.org/build/248985028: In file included from /build/source/vowpalwabbit/core/src/named_labels.cc:5: /build/source/vowpalwabbit/core/include/vw/core/named_labels.h:28:3: error: 'uint32_t' does not name a type 28 | uint32_t getK() const; | ^~~~~~~~
2022-11-29vowpal-wabbit: 9.0.1 -> 9.6.0Jack Gerrits1-13/+15
- flatbuffers removed as a dep as the upstream doesn't support installing with flatbuffer support currently and this is an experimental feature - BUILD_TESTS workaround removed as upstream now properly understands BUILD_TESTING - `eigen` is a new dependency in this release - Removed `USE_LATEST_STD` as it was causing an ICE in clang when building on an m1 macbook and it is not strictly necessary for the package
2022-02-03vowpal-wabbit: 8.11.0 -> 9.0.1R. Ryantm1-2/+2
2021-11-07treewide: remove fmt from buildInputs where spdlog is usedArtturin1-2/+1
spdlog_1 has fmt_8 in propagatedBuildInputs and having fmt which points to fmt_7 in buildInputs makes the builds use wrong fmt
2021-08-17vowpal-wabbit: 8.10.0 -> 8.11.0R. RyanTM1-2/+2
2021-06-09vowpal-wabbit: use boost17xDaniel Nagy1-2/+2
2021-04-01vowpal-wabbit: 8.9.2 -> 8.10.0Jack Gerrits1-4/+12
2021-03-18vowpal-wabbit: init at 8.9.2Jack Gerrits1-0/+46