You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*_If release 13 is not available for the linux distribution version of yoursystem, you can use the option `-DLLVM_BUILD` to build LLVM and Clang from the source code, that will be automatically downloaded from the LLVM project github repository._
43
+
* libclang (recommanded release: 19): packages `clang-19` and `libclang-19-dev` on Debian.
*[llvm/clang](https://github.com/llvm/llvm-project/releases/) if the option `-DBUILD_LLVM=ON` is used.
49
-
50
-
¹ WrapIt is not guaranteed to generate correct code with higher versions of clang. Version 16 is known to give issues. The symptom is function wrappers declared with some argument or the return type as `int` while it if of another type.
48
+
*[llvm/clang](https://github.com/llvm/llvm-project/releases/) if the experimental option `-DBUILD_LLVM=ON` is used.
On OS X it is necessary to add the prefix of the clang/llvm installation, `-DCMAKE_PREFIX_PATH=<path>` or use the `-DBUILD_LLVM=ON` to download and build LLVM and clang. Dep
60
+
On OS X it is necessary to add the prefix of the clang/llvm installation, `-DCMAKE_PREFIX_PATH=/opt/homebrew/Cellar/llvm/LLVM_VERSION`
63
61
64
62
The build process will produce the `wrapit` executable. Install it with `cmake --install .`.
65
63
@@ -139,5 +137,3 @@ The code uses [Clang](https://clang.llvm.org/) from the [LLVM](https://llvm.org/
139
137
## Contributing to the project
140
138
141
139
Enthousiastic developers will find in the [src/TODO.md](src/TODO.md) file a list of identified tasks for improving WrapIt!. If you are interested in working on a task, contact us in the Discussion section.
142
-
143
-
A [Google Summer of Code](https://buildyourfuture.withgoogle.com/programs/summer-of-code) project within the [CERN-HSF organization](https://summerofcode.withgoogle.com/programs/2024/organizations/cern-hsf) on WrapIt! and its application is proposed this year 2024 to students. Desciption of the project: [GSoC Julia-C++ project](https://hepsoftwarefoundation.org/gsoc/2024/proposal_Julia-HEP-Cpp.html).
0 commit comments