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

[WIP] CMake 3.9+: RPATH on OSX does not affect install_name #1484

Closed
wants to merge 1 commit into from

Conversation

ax3l
Copy link
Contributor

@ax3l ax3l commented Jun 9, 2019

Add policy CMP0068.

Try to vvoid CMake error on conda-forge:

-- Configuring done
CMake Error at /usr/local/miniconda/conda-bld/adios2_1560084365303/_build_env/share/cmake-3.14/Modules/FindBZip2.cmake:79 (add_library):
  Attempting to use @rpath without CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG being
  set.  This could be because you are using a Mac OS X version less than 10.5
  or because CMake's platform configuration is corrupt.
Call Stack (most recent call first):
  cmake/FindBZip2.cmake:10 (include)
  cmake/DetectOptions.cmake:14 (find_package)
  CMakeLists.txt:123 (include)

Issue:

@ax3l ax3l changed the title CMake 3.9+: RPATH on OSX does not affect install_name CMake 3.9+: RPATH on OSX does not affect install_name Jun 9, 2019
@ax3l ax3l changed the title CMake 3.9+: RPATH on OSX does not affect install_name [WIP] CMake 3.9+: RPATH on OSX does not affect install_name Jun 9, 2019
@ax3l
Copy link
Contributor Author

ax3l commented Jun 9, 2019

Hm, that patch does not seam to fix the CMake issue.

@ax3l
Copy link
Contributor Author

ax3l commented Jun 10, 2019

In conda-forge, I deactivated BZip for now on OSX.

@ax3l ax3l closed this Jun 10, 2019
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

Successfully merging this pull request may close these issues.

1 participant