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

Add pontibus recipe #29193

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add pontibus recipe #29193

wants to merge 4 commits into from

Conversation

IAlibay
Copy link
Contributor

@IAlibay IAlibay commented Feb 18, 2025

Checklist

  • Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml".
  • License file is packaged (see here for an example).
  • Source is from official source.
  • Package does not vendor other packages. (If a package uses the source of another package, they should be separate packages or the licenses of all packages need to be packaged).
  • If static libraries are linked in, the license of the static library is packaged.
  • Package does not ship static libraries. If static libraries are needed, follow CFEP-18.
  • Build number is 0.
  • A tarball (url) rather than a repo (e.g. git_url) is used in your recipe (see here for more details).
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there.
  • When in trouble, please check our knowledge base documentation before pinging a team.

Copy link
Contributor

Hi! This is the staged-recipes linter and your PR looks excellent! 🚀

@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/pontibus/meta.yaml) and found it was in an excellent condition.

@IAlibay
Copy link
Contributor Author

IAlibay commented Feb 18, 2025

Blocked by an upstream pin - working with maintainers to resolve it.

├─ openfe =1.2.0 * is installable and it requires
│  └─ openmmtools >=0.23.0,=0.23 *, which can be installed;

@IAlibay
Copy link
Contributor Author

IAlibay commented Feb 20, 2025

/azp run

Copy link

Commenter does not have sufficient privileges for PR 29193 in repo conda-forge/staged-recipes

@IAlibay
Copy link
Contributor Author

IAlibay commented Feb 20, 2025

@conda-forge/help-python

ready for review (win isn't building to deps missing on that platform but that is expected)

Comment on lines +10 to +12
git_url: https://github.com/OpenFreeEnergy/{{ name }}.git
git_rev: v{{ version }}
git_depth: -1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
git_url: https://github.com/OpenFreeEnergy/{{ name }}.git
git_rev: v{{ version }}
git_depth: -1
url: https://github.com/OpenFreeEnergy/pontibus/archive/refs/tags/v{{ 0.0.1 }}.tar.gz
sha256: 6330c0c9072fdf47f42f0616226599c8d535c1a2e943f4ef4ec6af0882a98a6d


build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants