You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda-build should report that libspdlog was "Needed" just like it does for libfmt, which indicates it was successfully linked to the conda binary.
INFO (libtiledbsoma,lib/libtiledbsoma.so): Needed DSO lib/libfmt.so.11 found in conda-forge/linux-64::fmt==11.0.2=h434a139_0
WARNING (libtiledbsoma): run-exports library package conda-forge/linux-64::spdlog==1.15.0=h10c9db5_0 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
The text was updated successfully, but these errors were encountered:
We want the conda libtiledbsoma binary to dynamically link to the conda-installed libspdlog.
conda-build should report that libspdlog was "Needed" just like it does for libfmt, which indicates it was successfully linked to the conda binary.
The text was updated successfully, but these errors were encountered: