Replies: 5 comments 3 replies
-
ok, this one I have figured out by using something like:
but I have a followup question: When I try to build the tests for the same library I am running into this issue:
and running the tests fails because these libraries are not found. So I guess the LD_LIBRARY_PATH is not setup correctly. But I am not sure how to setup this path with pixi the right way. Does anyone knows what conda-build does to make the linking work correctly with conda-envs? |
Beta Was this translation helpful? Give feedback.
-
next issue: there is a test case which runs a catch2 executeable. There is a segfault which would be nice to debug with gdb. But running |
Beta Was this translation helpful? Give feedback.
-
next question: is there a way to specify platform specific dependencies for a feature, like I tried here (but this is not working):
|
Beta Was this translation helpful? Give feedback.
-
another question: |
Beta Was this translation helpful? Give feedback.
-
I have another question: |
Beta Was this translation helpful? Give feedback.
-
I tried pixi here:
https://github.com/looooo/SMESH/blob/occt7.8.1/pixi.toml
Now I run into the issue of installing SMESH via
make install
. With conda-build it's possible to use the $PREFIX variable. But for pixi $PREFIX is not set. So I am wondering how to achive the installation of SMESH into the conda-env?Beta Was this translation helpful? Give feedback.
All reactions