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

WSTP dynamic library path #50

Open
simonbyrne opened this issue Mar 23, 2023 · 1 comment
Open

WSTP dynamic library path #50

simonbyrne opened this issue Mar 23, 2023 · 1 comment

Comments

@simonbyrne
Copy link

I would like to use this as part of https://github.com/JuliaInterop/MathLink.jl/ for finding the WSTP dynamic library. I can find the "WSTP CompilerAdditions directory" which is close, but it seems like the location of the dynamic library from here can be different on different OSes.

@simonbyrne
Copy link
Author

This would be especially useful since the libraries are in different places and named different things on different platforms:

  • on Windows, it is in $CompilerAdditions/../SystemAdditions/wstp(32/64)i4.dll
  • on MacOS $CompilerAdditions/wstp.framework/wstp
  • on Linux: $CompilerAdditions/libWSTP(32/64)i4.so

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

No branches or pull requests

1 participant