Replies: 5 comments 3 replies
-
vtk pinning is incorrect in pcl feedstock. The pcl feedstock uses vtk==9.1.0, but the main pinning is using vtk==9.0.1. This is causing a version conflict. |
Beta Was this translation helpful? Give feedback.
-
Taskflow is installing its cmake file to |
Beta Was this translation helpful? Give feedback.
-
JsonCPP has a bug that if find_package(jsoncpp) is called more than once, it fails. I have had to fence the search with the following: if(NOT TARGET JsonCpp::JsonCpp)
find_package(jsoncpp REQUIRED)
endif() I left a suggesting on the jsoncpp repo, of how to fix the problem: |
Beta Was this translation helpful? Give feedback.
-
Selecting |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This thread is for discussion problems with conda instead of creating issues in the wrong place.
Beta Was this translation helpful? Give feedback.
All reactions