-
Notifications
You must be signed in to change notification settings - Fork 286
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
setting up dartpy with conda environment #1525
Labels
type: bug
Indicates an unexpected problem or unintended behavior
Comments
Versions:
|
In https://github.com/conda-forge/dartsim-feedstock we build dart 6.9.5 against conda-forge dependencies with no problems, I wonder if there is some difference between 6.9.0 and 6.9.5 ? |
It seems that fcl info is found via its .pc pkg-config file, so perhaps you need to install pkg-config in conda, i.e. with:
|
installing pkg-config did not help, still the same error message about missing fcl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, while trying to set up / build the dartpy on the computational cluster in my own work folder with no root privileges or alike. Here is the issue:
Building my own conda environment first:
Then building the dartpy:
that should work in theory, but in practice the last cmake gets stuck with the missing fcl package while it is there.
setting both vars manually did not help:
Could be something easy to fix with the DARTFindfcl.cmake or Findfcl.cmake, or is it?
The text was updated successfully, but these errors were encountered: