Old style one line gnuplot if statement#64
Open
peterjc wants to merge 1 commit intomummer4:developfrom
Open
Conversation
Fix proposed in mummer4#41 by @bredeson Support for curly braces (mainly for multiple line if-statements) will not work on older versions of gnuplot.
peterjc
added a commit
to peterjc/bioconda-recipes
that referenced
this pull request
May 22, 2018
Based on changes in mummerplot v4 to cope with being run on gnuplot 5, with a tweak to still work on older versions of gnuplot. See also: mummer4/mummer#64
5 tasks
bgruening
pushed a commit
to bioconda/bioconda-recipes
that referenced
this pull request
May 25, 2018
* Skip 'set mouse clipboardformat' on gnuplot 5 Based on changes in mummerplot v4 to cope with being run on gnuplot 5, with a tweak to still work on older versions of gnuplot. See also: mummer4/mummer#64 * fix linting * Include directory name in patch path * Try including the tar-ball directory name too * Was missing .pl in the filename * Debugging: Stop hiding test comand output * Declare run-time libstdc++ dependency * Revert "Debugging: Stop hiding test comand output" This reverts commit 622d827.
7c04f13 to
e38f4c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix proposed in #41 by @bredeson
Support for curly braces (mainly for multiple line if-statements) will not work on older versions of gnuplot.