forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update freebayes recipe (bioconda#46882)
* Update freebayes recipe * add zlib back to run * edit build.sh * add macos patch * add build selector
- Loading branch information
Showing
4 changed files
with
21 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/meson.build b/meson.build | ||
index 66b8016..bf0bf10 100644 | ||
--- a/meson.build | ||
+++ b/meson.build | ||
@@ -16,7 +16,7 @@ | ||
|
||
project('freebayes', ['cpp', 'c'], | ||
version : '1.3.7', | ||
- default_options : ['warning_level=1', 'cpp_std=c++17', 'optimization=3']) | ||
+ default_options : ['warning_level=1', 'cpp_std=c++14', 'optimization=3']) | ||
static_build = get_option('static') | ||
|
||
cc = meson.get_compiler('cpp') |
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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