-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libCppInterOp: bump version to v0.1.4 #9325
Conversation
ea00ee6
to
2ec9479
Compare
2ec9479
to
26c05bd
Compare
Now, I need a new release version for LLVM 18. |
|
||
# Collection of sources required to complete build | ||
sources = [ | ||
GitSource("https://github.com/compiler-research/CppInterOp.git", "ecbffafe0016022e40b7dea6e7197ee062dde38f"), | ||
GitSource("https://github.com/Gnimuc/CppInterOp.git", "8d79c1a0cafe5d2ff6c74afbcfbd1be320caa06b"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be a bit longer to get things merged in the CppInterOp upstream, so I'd like to temporally switch back to the fork source.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be clear, this is compiler-research/CppInterOp#304?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I'd like to use that branch as the git source temporarily before it finally gets merged.
At the moment, I only need one new version for testing Julia1.12 with LLVM18.
|
||
# Collection of sources required to complete build | ||
sources = [ | ||
GitSource("https://github.com/compiler-research/CppInterOp.git", "ecbffafe0016022e40b7dea6e7197ee062dde38f"), | ||
GitSource("https://github.com/Gnimuc/CppInterOp.git", "8d79c1a0cafe5d2ff6c74afbcfbd1be320caa06b"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be clear, this is compiler-research/CppInterOp#304?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any chance to upstream these changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no plan to upstream the cmake patch.
* libCppInterOp: bump version to v0.1.4 * libCppInterOp: upgrade to LLVM 18
switch back to my repo temporally for a testUpgrade to LLVM 18.