diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-09-01 13:59:28 +0800 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-09-01 14:45:57 +0800 |
commit | 25bd1fc1c12ee2dfbcb12daf36f25285a4f7e55a (patch) | |
tree | 66f18221eb81df3d0b258e7f666fd8ae7a0d0091 /gnu/packages/patches | |
parent | 43d01672a11814ca4cdcc592544064d75d1653f0 (diff) | |
download | guix-25bd1fc1c12ee2dfbcb12daf36f25285a4f7e55a.tar guix-25bd1fc1c12ee2dfbcb12daf36f25285a4f7e55a.tar.gz |
gnu: metabat: Update to 2.12.1.
* gnu/packages/patches/metabat-remove-compilation-date.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/bioinformatics.scm (metabat): Update to 2.12.1.
[source]: Remove it. Use url-fetch.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/metabat-remove-compilation-date.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/patches/metabat-remove-compilation-date.patch b/gnu/packages/patches/metabat-remove-compilation-date.patch deleted file mode 100644 index 7672205b22..0000000000 --- a/gnu/packages/patches/metabat-remove-compilation-date.patch +++ /dev/null @@ -1,16 +0,0 @@ -Remove the reference to the compilation date so that the build is -reproducible. - -diff --git a/src/metabat.cpp b/src/metabat.cpp -index 88e06de..c95cb1a 100644 ---- a/src/metabat.cpp -+++ b/src/metabat.cpp -@@ -49,7 +49,7 @@ int main(int ac, char* av[]) { - po::notify(vm); - - if (vm.count("help") || inFile.length() == 0 || outFile.length() == 0) { -- cerr << "\nMetaBAT: Metagenome Binning based on Abundance and Tetranucleotide frequency (version " << version << "; " << __DATE__ << " " << __TIME__ << ")" << endl; -+ cerr << "\nMetaBAT: Metagenome Binning based on Abundance and Tetranucleotide frequency (version " << version << "; unknown compilation date)" << endl; - cerr << "by Don Kang (ddkang@lbl.gov), Jeff Froula, Rob Egan, and Zhong Wang (zhongwang@lbl.gov) \n" << endl; - cerr << desc << endl << endl; - |