conda build resolve WARNING not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)

37 views Asked by At

I'm trying to build a conda package for libbytesize but I'm getting errors about mpfr, pcre2, gmp and libc. These dependencies I have defined in both my build dependencies as well as in my run dependencies. Now the package works, I can install it using --use-local and all dependencies get resolved and the package works as expected. After the build I got numerous "not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)" warnings. I've spend hours resolving this problem, but apparently unneeded.... Am I correct in assuming all is fine? If so, what does this warning mean?

Thanks!

Regards, Geert

0

There are 0 answers