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

support globs in prefix file functions #1554

Merged
merged 3 commits into from Nov 28, 2016

Conversation

msarahan
Copy link
Contributor

fixes #1551

@msarahan
Copy link
Contributor Author

@sscherfke, please test this and make sure it does what you want.

@msarahan msarahan merged commit 70142f5 into conda:master Nov 28, 2016
@msarahan msarahan deleted the prefix_file_globs branch November 28, 2016 18:16
@sscherfke
Copy link
Contributor

Seems to work as expected and the recipe looks much cleaner (and more robust) now:

diff --git a/python-3.6/meta.yaml b/python-3.6/meta.yaml
index 23881aa..2adb0dd 100644
--- a/python-3.6/meta.yaml
+++ b/python-3.6/meta.yaml
@@ -8,19 +8,10 @@ source:
 build:
-  number: 1
+  number: 2
   ignore_prefix_files:
     - lib/libpython3.6m.so.1.0
-    - lib/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so
-    - lib/python3.6/lib-dynload/_curses.cpython-36m-x86_64-linux-gnu.so
-    - lib/python3.6/lib-dynload/_curses_panel.cpython-36m-x86_64-linux-gnu.so
-    - lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so
-    - lib/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so
-    - lib/python3.6/lib-dynload/_sqlite3.cpython-36m-x86_64-linux-gnu.so
-    - lib/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so
-    - lib/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so
-    - lib/python3.6/lib-dynload/readline.cpython-36m-x86_64-linux-gnu.so
-    - lib/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so
+    - lib/python3.6/lib-dynload/*.so

Thank you very much! :)

@github-actions
Copy link

github-actions bot commented May 9, 2022

Hi there, thank you for your contribution!

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

Please open a new issue or pull request if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label May 9, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 9, 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

Successfully merging this pull request may close these issues.

Bus error with conda-build 2.0 in Constructor installation
2 participants