-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
spdlog leaks into librmm (?) #2
Comments
Yep, need it in the host section instead of just the run section |
|
It has |
@kkraus14 What exactly does the build script do? Why isn't it generating a |
(I mean I know it's a header-only library, so an equivalent question is why do we need a cmake build script for rmm? We didn't need one for Thrust/CUB.) |
I don't quite remember if the CMake install process generates the correct CMake pieces to allow someone to do a |
OK. There are |
Think we need it in both host and run since it is also needed by libraries including RMM |
Yes, @jakirkham, I just pushed #3. |
Thanks Leo! 😄 Proposing we mark the old packages broken in PR ( conda-forge/admin-requests#259 ). So that users don't get these by accident |
Not sure if this is intended --- I downloaded the
librmm
package and inspected the files locally, and this is what I saw:There are headers and also a static library for spdlog, but should these be included in the
librmm
package? I thoughtspdlog
is a standalone package?librmm-feedstock/recipe/meta.yaml
Line 27 in 32b6251
My guess is these are due to
spdlog
being fetched by cmake instead of conda.cc: @kkraus14 @jakirkham @rlratzel
The text was updated successfully, but these errors were encountered: