You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked through pretty much every source file here and don't seem to see how this package actually downloads the CoolProp shared library and then creates the Global Variable libcoolprop that each ccall() accepts.
Putting a breakpoint in a function clearly shows that CoolProp.jl has the library copied into the package folder, and that the Global libcoolprop is defined, but I'm wondering how this actually gets set during the package install process.
The text was updated successfully, but these errors were encountered:
I've looked through pretty much every source file here and don't seem to see how this package actually downloads the CoolProp shared library and then creates the Global Variable
libcoolprop
that eachccall()
accepts.Putting a breakpoint in a function clearly shows that CoolProp.jl has the library copied into the package folder, and that the Global
libcoolprop
is defined, but I'm wondering how this actually gets set during the package install process.The text was updated successfully, but these errors were encountered: