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

boost: patch for INTERFACE_LINK_LIBS bug #67615

Closed

Commits on Jan 1, 2021

  1. boost: patch for INTERFACE_LINK_LIBS bug

    In boost 1.75.0, the cmake INTERFACE_LINK_LIBRARIESS now
    include non-boost dependencies like libicudata from the
    keg-only formula icu4c. This introduces linking errors
    for software that previously linked successfully in brew
    against boost 1.74.0 shared libraries (see Homebrew#67427 and
    boostorg/boost_install#47).
    
    This adds a patch to the boost formula that has been merged
    upstream to limit the expansion of INTERFACE_LINK_LIBRARIES
    to boost's static libraries, so that the linking errors
    with shared libraries are resolved.
    scpeters authored and carlocab committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    a664d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe645f View commit details
    Browse the repository at this point in the history
  3. netcdf: revision bump

    scpeters authored and carlocab committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    f08f742 View commit details
    Browse the repository at this point in the history
  4. vtk@8.2: revision bump

    scpeters authored and carlocab committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    c436aba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b901a7 View commit details
    Browse the repository at this point in the history