[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55125] [PATCH 0/9] Cross-compile vcflib for RISC-V
From: |
Arun Isaac |
Subject: |
[bug#55125] [PATCH 0/9] Cross-compile vcflib for RISC-V |
Date: |
Tue, 26 Apr 2022 18:14:26 +0530 |
This patchset patches the vcflib package and dependencies so that they
successfully cross-compile for the riscv64-linux-gnu target.
Arun Isaac (9):
gnu: tabixpp: Use G-expressions.
gnu: tabixpp: Use #:make-flags.
gnu: tabixpp: Use build tools specific to the target.
gnu: tabixpp: Add bzip2 and xz to inputs.
gnu: fastahack: Use G-expressions.
gnu: fastahack: Use compiler specific to the build target.
gnu: vcflib: Use G-expressions.
gnu: vcflib: Find submodule sources in native-inputs during
cross-compilation.
gnu: vcflib: Set absolute path to pkg-config.
gnu/packages/bioinformatics.scm | 257 ++++++++++++++++----------------
1 file changed, 132 insertions(+), 125 deletions(-)
--
2.35.1
- [bug#55125] [PATCH 0/9] Cross-compile vcflib for RISC-V,
Arun Isaac <=
- [bug#55125] [PATCH 1/9] gnu: tabixpp: Use G-expressions., Arun Isaac, 2022/04/26
- [bug#55125] [PATCH 4/9] gnu: tabixpp: Add bzip2 and xz to inputs., Arun Isaac, 2022/04/26
- [bug#55125] [PATCH 6/9] gnu: fastahack: Use compiler specific to the build target., Arun Isaac, 2022/04/26
- [bug#55125] [PATCH 7/9] gnu: vcflib: Use G-expressions., Arun Isaac, 2022/04/26
- [bug#55125] [PATCH 8/9] gnu: vcflib: Find submodule sources in native-inputs during cross-compilation., Arun Isaac, 2022/04/26
- [bug#55125] [PATCH 3/9] gnu: tabixpp: Use build tools specific to the target., Arun Isaac, 2022/04/26
- [bug#55125] [PATCH 5/9] gnu: fastahack: Use G-expressions., Arun Isaac, 2022/04/26
- [bug#55125] [PATCH 9/9] gnu: vcflib: Set absolute path to pkg-config., Arun Isaac, 2022/04/26
- [bug#55125] [PATCH 2/9] gnu: tabixpp: Use #:make-flags., Arun Isaac, 2022/04/26