Skip to content
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

New build of yaml has wrong library name #21

Closed
1 task
erykoff opened this issue Dec 15, 2021 · 6 comments · Fixed by #23 · May be fixed by #22
Closed
1 task

New build of yaml has wrong library name #21

erykoff opened this issue Dec 15, 2021 · 6 comments · Fixed by #23 · May be fixed by #22

Comments

@erykoff
Copy link

erykoff commented Dec 15, 2021

Issue:

The new build of yaml-feedstock using cmake creates a library called libyaml.2.dylib but the name should be libyaml-0.2.dylib (or so for linux). This has come up before in #13 that cmake doesn't properly create the versioned libraries.


Environment (conda list):
$ conda list


Details about conda and system ( conda info ):
$ conda info

@jakirkham
Copy link
Member

Recently PR ( #20 ) switching to CMake was merged. Maybe another patch is needed?

cc @Tobias-Fischer @traversaro (in case either of you have thoughts)

@traversaro
Copy link

Probably we can just set the desired library name in CMake via a patch that sets the OUTPUT_NAME. If this matches the SONAME, probably this means that we can then remove the custom patchelf step.

@luyang93
Copy link

Need libyaml-0.so.2,
but only libyaml.so, libyaml.so.2.

@beckermr
Copy link
Member

I am marking this build as broken. Hopefully the next one gets fixed.

@jakirkham
Copy link
Member

Thanks for taking care of that Matt! Was about to suggest that (since we would want to pull them regardless).

@traversaro
Copy link

I am marking this build as broken. Hopefully the next one gets fixed.

Thanks @beckermr !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants