-
Notifications
You must be signed in to change notification settings - Fork 560
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
[AlphaMolWrapper] add recipe #7436
Conversation
IvanSpirandelli
commented
Sep 27, 2023
- Name: AlphaMolWrapper
- Version: v0.1 (446c9949291c89596a58cd14f9864101ff0dc9bf)
- Source: https://github.com/IvanSpirandelli/AlphaMolWrapper
- Language: C++
- BuildSystem: CMake
- Depends: GMP
- Depends (optional): None
- Purpose: Calculation of geometric measures of a union of 3d balls.
- Description: "AlphaMol can calculate volume, surface area, mean curvature and Gaussian curvature of a union of 3d balls. Furthermore it can also compute the derivatives of the measures."
Merge branch 'master' of https://github.com/IvanSpirandelli/Yggdrasil
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.
Thanks for your contribution!
As a general remark working with Git and GitHub, opening a PR from a branch with the same name as the target branch is an anti-pattern. You should always create a new branch.
Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Mosè Giordano <[email protected]>
Tried setting GMP_jll to both 6.2.0 and 6.1.2. Both threw the following error:
|
…e GMP_jll < 6.2.1 which does not work.
As I cannot seem to use GMP_jll 6.2.0 or less, I can also not have Julia 1.6.3 compat. |