-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate Julia interface to ViennaRNA header files
- update to Clang.jl v0.18.1 - include header files for constraints, this needs a patch to the ViennaRNA header files to be able to be parsed by Clang.jl - the gen/patches-for-headers directory contains the patches to be applied to the ViennaRNA header files, with the patches only applied to a temporary copy of the header files that are used to generate the Julia interface
- Loading branch information
Showing
5 changed files
with
6,165 additions
and
5,538 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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31" | ||
|
||
[compat] | ||
Clang = "0.17.1" | ||
Clang = "0.18.1" | ||
julia = "1.7" |
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
14 changes: 14 additions & 0 deletions
14
gen/patches-for-headers/soft_special_missing_includes.patch
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,14 @@ | ||
diff --git a/src/ViennaRNA/constraints/soft_special.h b/src/ViennaRNA/constraints/soft_special.h | ||
index 1902c930..654bc85e 100644 | ||
--- a/src/ViennaRNA/constraints/soft_special.h | ||
+++ b/src/ViennaRNA/constraints/soft_special.h | ||
@@ -1,6 +1,9 @@ | ||
#ifndef VIENNA_RNA_PACKAGE_CONSTRAINTS_SOFT_SPECIAL_H | ||
#define VIENNA_RNA_PACKAGE_CONSTRAINTS_SOFT_SPECIAL_H | ||
|
||
+#include "ViennaRNA/fold_compound.h" | ||
+#include "ViennaRNA/model.h" | ||
+ | ||
/** | ||
* @file constraints/soft_special.h | ||
* @ingroup soft_constraints, modified_bases |
Oops, something went wrong.