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

Allow simple regex with always_include_files #428

Closed
jakirkham opened this issue Jun 2, 2015 · 4 comments
Closed

Allow simple regex with always_include_files #428

jakirkham opened this issue Jun 2, 2015 · 4 comments
Labels
locked [bot] locked due to inactivity

Comments

@jakirkham
Copy link
Member

At present, it appears an exact filename must be supplied here and if they are not found a failure occurs. However, this is a problem if a library is kept via this method (e.g. dylib on mac and so on linux). Alternatively, if I want to save a library and don't care about the version, this would be very helpful, as well.

@asmeurer
Copy link
Contributor

asmeurer commented Jun 2, 2015

You can use selectors to handle that case (see for instance https://github.com/conda/conda-recipes/blob/master/libgcc/meta.yaml). Matching a glob wouldn't be a bad idea, though.

@jakirkham
Copy link
Member Author

Thanks for the suggestion. I did try selectors and they worked fine.

However, I think regex could help with make meta.yml a bit more terse. For example, if I have lib/libquadmath.so.0.0.0, it follows that I will want lib/libquadmath.so.0 and lib/libquadmath.so.

loriab added a commit to loriab/conda-build that referenced this issue Jul 11, 2015
loriab added a commit to loriab/conda-build that referenced this issue Jul 11, 2015
@ilanschnell
Copy link
Contributor

With #484 being merged, I think we can close this issue.

@github-actions
Copy link

Hi there, thank you for your contribution!

This issue has been automatically locked because it has not had recent activity after being closed.

Please open a new issue if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Apr 25, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

No branches or pull requests

3 participants