diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-07-03 23:00:14 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-07-08 12:05:59 +1000 |
commit | 4732e6ee84fea4e58b8a62cad054b10966f4f6e6 (patch) | |
tree | 6e808b2b7abb09b4d954d045fbe916952006786a /gnu/local.mk | |
parent | f2fa86cc82b5941bde63b666337eea59aa609e55 (diff) | |
download | patches-4732e6ee84fea4e58b8a62cad054b10966f4f6e6.tar patches-4732e6ee84fea4e58b8a62cad054b10966f4f6e6.tar.gz |
gnu: blast+: Update to 2.6.0.
* gnu/packages/bioinformatics.scm (blast+): Update to 2.6.0.
[origin]: Remove bundled pcre. Add patch.
[arguments]: Replace paths in run_with_lock.c. Configure with pcre.
[inputs]: Add pcre, perl, python.
* gnu/packages/patches/blast+-fix-makefile.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8e4af46428..1bcd790f26 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -522,6 +522,7 @@ dist_patch_DATA = \ %D%/packages/patches/binutils-ld-new-dtags.patch \ %D%/packages/patches/binutils-loongson-workaround.patch \ %D%/packages/patches/binutils-mips-bash-bug.patch \ + %D%/packages/patches/blast+-fix-makefile.patch \ %D%/packages/patches/byobu-writable-status.patch \ %D%/packages/patches/cairo-CVE-2016-9082.patch \ %D%/packages/patches/calibre-drop-unrar.patch \ |