Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0002_use_debian_packaged_python-joblib.patch | We are using Debian packaged python-joblib Debian has its own way to distinguish Python versions and there is no point in doing this inside the code. . The patch is non-intrusive since it conserves the original code and uses Debian pyyaml only if the original method fails. |
Andreas Tille <tille@debian.org> | no | |||
0003_accept-system-bwa.patch | Enable using Debian packaged bwa instead of bwa-spades Users might have installed a local version of bwa which is used independently from SPAdes. This is specifically true on Debian systems where the dependency system ensures the installation of bwa. This patch uses the local installed bwa as fallback if bwa-spades is not found. . The patch is non-intrusive since it conserves the original code and uses Debian bwa only if bwa-spades is not available. . Note: The duplicated which() in two files is for sure not the best solution. In case you consider taking over the patch I'd suggest to take it over into some common import file. |
Andreas Tille <tille@debian.org> | no | |||
0101_cmake_ignore_removed_python-yaml.patch | Since we are using Debian packaged python-yaml (see 0001_use_debian_packaged_python-yaml.patch) the dir needs to be excluded |
Andreas Tille <tille@debian.org> | no | |||
0102_cmake_ignore_removed_python-joblib.patch | Since we are using Debian packaged python-joblib (see 0002_use_debian_packaged_python-joblib.patch) the dir needs to be excluded |
Andreas Tille <tille@debian.org> | no | |||
0103_use-debian-packaged-bwa.patch | SPAdes originally contained a code copy of bwa since the version of bwa which was current of the time of release did not builded with recent gcc versions. Since this is not the case with Debian shipped bwa this code copy is skipped. . See https://lists.debian.org/debian-med/2014/02/msg00192.html . Note: I tried to patch the Python scripts which were calling bwa-spades to rather call /usr/bin/bwa but the test suite failed. So as an alternative the package contains a symlink ln -s /usr/bin/bwa /usr/lib/spades/bin/bwa-spades which enables successful run of the test suite |
Andreas Tille <tille@debian.org> | no | |||
0110_build_single_thread.patch | build in single thread Upstream builds this in 8 threads, which might overwhelm weaker machines. | Sascha Steinbiss <satta@debian.org> | no | |||
0114_use_debian_provided_libs.patch | use more Debian packaged libraries Michael R. Crusoe <michael.crusoe@gmail.com> | Sascha Steinbiss <satta@debian.org>, | no | |||
0115_enable_compiler_messages.patch | enable compiler messages | Sascha Steinbiss <satta@debian.org> | no | |||
0111_use_full_config_dirs.patch | use full config include path This patch makes sure that the config files are not dependent on local directory structure. |
Sascha Steinbiss <satta@debian.org> | no | |||
0116_stable_link_order.patch | use stable sort order for file globbing | Sascha Steinbiss <satta@debian.org> | no | |||
0117_build_with_debug.patch | enable building with debug symbols | Sascha Steinbiss <satta@debian.org> | no | |||
0118_adjust_spades_home_again.patch | Adjust spades_home var to install files under /usr/share/spades | Alex Mestiashvili <amestia@rsh2.donotuse.de> | not-needed | |||
fix-bool-cast | Make explicit cast to bool | Michael R. Crusoe <michael.crusoe@gmail.com> | no | |||
spelling | Spelling fixes | Michael R. Crusoe <michael.crusoe@gmail.com> | no | |||
gcc7.patch | fix FTBFS with GCC-7 | Sascha Steinbiss <satta@debian.org> | yes | |||
python3.patch | Make sure Python3 interpreter is used in scripts | Andreas Tille <tille@debian.org> | no | 2019-11-12 | ||
yaml_load.patch | Specify yaml loader see https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation | Andreas Tille <tille@debian.org> | no | 2019-11-12 |