Possible to specify static libraries for package_contents? #1892
Unanswered
matthewfeickert
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the
package_contents
tests, thelib
key only checks for dynamic librariesrattler-build/docs/testing.md
Line 98 in 08f81cf
As there are times when static libraries need to be packaged in conda packages, is it possible to indicate this as a subkey in
lib
? (Currently it seems like "no" and you need to use thefiles
key to test for the existence of static libraries.) If not, would this be something that could be added?Beta Was this translation helpful? Give feedback.
All reactions