Commit Graph

1198 Commits

Author SHA1 Message Date
Justin Bedő
5deb2a3b18
Merge pull request #289911 from r-ryantm/auto-update/last
last: 1541 -> 1542
2024-03-01 08:59:19 +11:00
Sergei Trofimovich
0c544b0f0f sortmerna: fix gcc-13 build
Without the change the build on `master` fails as
https://hydra.nixos.org/build/249070958:

    In file included from /build/source/src/sortmerna/kseq_load.cpp:38:
    /build/source/include/kseq_load.hpp:61:12: error: 'uint64_t' has not been declared
       61 |            uint64_t number_total_read,
          |            ^~~~~~~~
2024-02-25 07:49:10 +00:00
Sergei Trofimovich
75f093fed6 octopus-caller: fix gcc-13 build failure (drop -Werror)
Without the change the build on `master` fails as
https://hydra.nixos.org/build/249090788:

    /build/source/src/config/option_collation.cpp: In function 'auto octopus::options::make_variant_generator_builder(const OptionMap&, boost::optional<const octopus::ReadSetProfile&>)':
    /build/source/src/config/option_collation.cpp:1298: error: redundant move in initialization [-Werror=redundant-move]
     1298 |                 throw ConflictingSourceVariantFile {std::move(source_path), *output_path};
          |

Blanket `-Werror` frequently causes build failures unless upstream is
quick at addressing build failures.
2024-02-20 09:39:27 +00:00
R. Ryantm
c8ee33f26e last: 1541 -> 1542 2024-02-19 07:08:37 +00:00
R. Ryantm
55fab6dfd9 last: 1540 -> 1541 2024-02-14 15:51:25 +00:00
kirillrdy
399d51fba7
Merge pull request #287721 from trofi/megahit-gcc-13-fix
megahit: fix `gcc-13` build failure
2024-02-14 20:22:18 +11:00
kirillrdy
cd54cfb658
Merge pull request #287985 from trofi/svaba-gcc-13-fix
svaba: fix `gcc-13` build failure
2024-02-14 20:07:39 +11:00
Nick Cao
2d8077c394
Merge pull request #286906 from ashgillman/master
dcm2niix: 1.0.20211006 -> 1.0.20230411
2024-02-11 12:43:56 -05:00
Sergei Trofimovich
a59d5e3028 svaba: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/249164637:

    In file included from Histogram.cpp:1:
    Histogram.h:104:61: error: 'uint32_t' does not name a type
      104 |   Histogram(const int32_t& start, const int32_t& end, const uint32_t& width);
          |                                                             ^~~~~~~~
2024-02-11 09:59:19 +00:00
Sergei Trofimovich
90a5d1b931 megahit: fir gcc-13 build failure
Without the change build fails on `master` against `gcc-13` as
https://hydra.nixos.org/build/247673319:

    In file included from /build/source/src/main_local_assemble.cpp:27:
    /build/source/src/localasm/local_assemble.h:31:3: error: 'uint32_t' does not name a type
       31 |   uint32_t kmin{11};
          |   ^~~~~~~~
    /build/source/src/localasm/local_assemble.h:1:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
      +++ |+#include <cstdint>
2024-02-10 10:26:43 +00:00
Manuel Frischknecht
14a19fa225 hh-suite: fix build on GCC 13
The build of `hh-suite` stopped working with GCC 13 because
GCC stopped transitively including a couple of headers like
`cstdint` in various scenarios.

There already is an upstream PR proposed that fixes this issue [1]
but hasn't been merged yet. This change pulls in this correction
using `fetchpatch`, fixing the build for now.

[1]: https://github.com/soedinglab/hh-suite/pull/357
2024-02-08 21:54:47 +00:00
Ashley Gillman
18eeabfe73 dcm2niix: 1.0.20211006 -> 1.0.20230411 2024-02-07 16:11:03 +10:00
R. Ryantm
ad308afcd0 last: 1519 -> 1540 2024-02-06 06:07:25 +00:00
Robert Scott
8904ea5c84
Merge pull request #285426 from r-ryantm/auto-update/seqkit
seqkit: 2.6.1 -> 2.7.0
2024-02-04 22:59:49 +00:00
Weijia Wang
0b8abd7798
Merge pull request #281847 from r-ryantm/auto-update/eggnog-mapper
eggnog-mapper: 2.1.10 -> 2.1.12
2024-02-04 22:48:27 +01:00
Weijia Wang
c92f88b5e3
Merge pull request #281665 from r-ryantm/auto-update/bowtie2
bowtie2: 2.5.2 -> 2.5.3
2024-02-04 22:35:03 +01:00
Rolf Schröder
f835df35c7
igv: use jdk17 instead of jdk11 (#285521) 2024-02-01 14:42:34 +01:00
R. Ryantm
bfb42a9bbc seqkit: 2.6.1 -> 2.7.0 2024-02-01 04:24:02 +00:00
Peder Bergebakken Sundt
aa10fea3ef
Merge pull request #222817 from SuperSandro2000/python-sitePackages
treewide: replace `lib/${python.libPrefix}/site-packages` with its sh…
2024-01-31 16:34:30 +01:00
Sandro Jäckel
653837881e
treewide: replace lib/${python.libPrefix}/site-packages with its shorthand ${python.sitePackages}
which should be always preferred
2024-01-30 19:56:57 +01:00
Sandro
950c66b787
Merge pull request #284607 from dotlambda/deeptools-fix
deeptools: fix build
2024-01-30 17:16:22 +01:00
R. Ryantm
fb95ecbbe2 samtools: 1.19 -> 1.19.2 2024-01-28 12:24:10 -08:00
Robert Schütz
ac3e621e7f deeptools: fix build 2024-01-28 12:17:37 -08:00
Maximilian Bosch
a13451fa58
Merge pull request #283816 from trofi/whisper-gcc-13-fix
whisper: fix `gcc-13` build failure
2024-01-26 23:11:50 +01:00
R. Ryantm
f61c011407 ants: 2.5.0 -> 2.5.1 2024-01-26 01:12:12 +01:00
Sergei Trofimovich
4508debde5 whisper: enable parallel building 2024-01-25 19:27:12 +00:00
Sergei Trofimovich
cbd45bf5a3 whisper: fix gcc-13 build failure
Without the change build fails on `master` against `gcc-13` as
https://hydra.nixos.org/build/246505636:

    mapper/../common/defs.h:53:9: error: 'uint32_t' does not name a type
       53 | typedef uint32_t ref_pos_t;
          |         ^~~~~~~~
    mapper/../common/defs.h:35:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       34 | #include <string>
      +++ |+#include <cstdint>
2024-01-25 19:24:52 +00:00
Nick Cao
4a7d1eb86e
Merge pull request #283425 from r-ryantm/auto-update/stacks
stacks: 2.65 -> 2.66
2024-01-24 10:08:34 -05:00
R. Ryantm
bae468a718 igv: 2.17.0 -> 2.17.1 2024-01-24 08:42:17 +00:00
R. Ryantm
6d5b82a080 stacks: 2.65 -> 2.66 2024-01-24 07:54:36 +00:00
Weijia Wang
8007117f79
Merge pull request #282666 from wegank/ebtks-refactor
ebtks: fix build on darwin, refactor
2024-01-23 18:23:42 +01:00
Weijia Wang
54f104a929 inormalize: fix build on darwin 2024-01-21 23:26:55 +01:00
Weijia Wang
07ae660f55 n3: fix build on darwin 2024-01-21 23:22:54 +01:00
Weijia Wang
abb97f6022 ebtks: migrate to by-name, rename from EBTKS 2024-01-21 19:37:48 +01:00
superherointj
41ad0e477d SPAdes: fix build
Fixes #282372

Co-authored-by: @wegank
2024-01-20 15:28:48 -03:00
R. Ryantm
54c63ff613 eggnog-mapper: 2.1.10 -> 2.1.12 2024-01-18 19:17:47 +00:00
R. Ryantm
bc380d82a0 bowtie2: 2.5.2 -> 2.5.3 2024-01-18 01:41:31 +00:00
Weijia Wang
6960a8c41f
Merge pull request #279509 from r-ryantm/auto-update/igv
igv: 2.16.2 -> 2.17.0
2024-01-13 02:54:01 +01:00
Weijia Wang
0d335e0d7d
Merge pull request #278776 from TomaSajt/trimmomatic
trimmomatic: make deterministic and clean up
2024-01-11 20:33:56 +01:00
R. Ryantm
b3249dde09 igv: 2.16.2 -> 2.17.0 2024-01-08 05:30:06 +00:00
TomaSajt
51b6d44f8b
trimmomatic: make deterministic and clean up 2024-01-04 21:45:11 +01:00
Weijia Wang
a9c97eaee7
Merge pull request #276101 from r-ryantm/auto-update/delly
delly: 1.1.8 -> 1.2.6
2024-01-03 18:29:26 +01:00
Fabián Heredia Montiel
8f080df5b7
Merge pull request #276231 from r-ryantm/auto-update/samtools
samtools: 1.18 -> 1.19
2023-12-24 01:50:02 -06:00
R. Ryantm
02ddd820f8 seqkit: 2.6.0 -> 2.6.1 2023-12-23 08:17:11 +00:00
R. Ryantm
d4211ea181 samtools: 1.18 -> 1.19 2023-12-23 06:46:26 +00:00
R. Ryantm
eb84f26482 delly: 1.1.8 -> 1.2.6 2023-12-22 18:36:25 +00:00
OTABI Tomoya
9db0d0a0ec
Merge pull request #274810 from r-ryantm/auto-update/messer-slim
messer-slim: 4.0.1 -> 4.1
2023-12-21 10:58:25 +09:00
Justin Bedő
7dcf6462dd
Merge pull request #275350 from r-ryantm/auto-update/last
last: 1518 -> 1519
2023-12-20 10:04:19 +11:00
R. Ryantm
0ecf097e92 last: 1518 -> 1519 2023-12-19 07:59:25 +00:00
OTABI Tomoya
bda147b4f6
Merge pull request #273915 from r-ryantm/auto-update/bcftools
bcftools: 1.18 -> 1.19
2023-12-19 15:57:58 +09:00