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

[openvdb] will always link against release blosc #6561

Closed
Neumann-A opened this issue May 22, 2019 · 0 comments · Fixed by #6567
Closed

[openvdb] will always link against release blosc #6561

Neumann-A opened this issue May 22, 2019 · 0 comments · Fixed by #6567
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@Neumann-A
Copy link
Contributor

(From openvdb FindBlosc.cmake)
Reason:
FIND_PATH( BLOSC_LOCATION include/blosc.h)

which is used to set the following:

  SET ( BLOSC_LIBRARYDIR ${BLOSC_LOCATION}/lib
    CACHE STRING "Blosc library directories")

used in find_library to specify the path of blosc:

  FIND_LIBRARY ( BLOSC_blosc_LIBRARY ${_blosc_library_name}
    PATHS ${BLOSC_LIBRARYDIR}
    NO_DEFAULT_PATH
    NO_SYSTEM_ENVIRONMENT_PATH
    )
@LilyWangL LilyWangL added the category:port-bug The issue is with a library, which is something the port should already support label May 22, 2019
Neumann-A added a commit to Neumann-A/vcpkg that referenced this issue May 22, 2019
Rastaban added a commit that referenced this issue May 23, 2019
[openvdb] Fix blosc linkage in openvdb. issue #6561
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants