Skip to content
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

Merged
merged 18 commits into from
Oct 2, 2023
Merged

Conversation

IvanSpirandelli
Copy link
Contributor

  • 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."

Copy link
Member

@giordano giordano left a 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.

A/AlphaMolWrapper/build_tarballs.jl Outdated Show resolved Hide resolved
A/AlphaMolWrapper/build_tarballs.jl Outdated Show resolved Hide resolved
A/AlphaMolWrapper/build_tarballs.jl Outdated Show resolved Hide resolved
@IvanSpirandelli
Copy link
Contributor Author

IvanSpirandelli commented Sep 28, 2023

Tried setting GMP_jll to both 6.2.0 and 6.1.2. Both threw the following error:

ERROR: LoadError: Unsatisfiable requirements detected for package GMP_jll [781609d7]:
GMP_jll [781609d7] log:
├─possible versions are: 6.2.1 or uninstalled
└─restricted to versions 6.1.2 by an explicit requirement — no versions left

@IvanSpirandelli
Copy link
Contributor Author

As I cannot seem to use GMP_jll 6.2.0 or less, I can also not have Julia 1.6.3 compat.

@giordano giordano merged commit 19d5cf3 into JuliaPackaging:master Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants