Skip to content

Conversation

@akretz
Copy link
Contributor

@akretz akretz commented Nov 25, 2024

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

See #198775 (comment) and #198775 (comment) for the reasoning behind removing the Eigen3 CMake module in favor of the CMake config. It has been removed upstream.

This fixes #198772 and fixes ceres-solver/ceres-solver#1118

@github-actions
Copy link
Contributor

Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request.

@carlocab carlocab added the CI-skip-recursive-dependents Pass --skip-recursive-dependents to brew test-bot. label Nov 26, 2024
@SMillerDev
Copy link
Member

Doesn't seem like a related issue. Disabling fail-fast.

CMake Warning at /opt/homebrew/share/ALPSCore/ALPSCoreConfig.cmake:140 (message):
    The C++ compiler used to build your project should exactly match the C++
    compiler that was used to build ALPSCore.
  
     ALPSCore C++ compiler ID: AppleClang
     ALPSCore C++ compiler version: 16.0.0.16000026
     Current C++ compiler ID: AppleClang
     Current C++ compiler version: 15.0.0.[150](https://github.com/Homebrew/homebrew-core/actions/runs/12016682091/job/33532174709?pr=198963#step:3:151)00309
     Current C++ compiler: /Applications/Xcode_15.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++

@SMillerDev SMillerDev added the CI-no-fail-fast-deps Continue dependent tests despite failing GitHub Actions matrix tests. label Nov 26, 2024
@akretz akretz force-pushed the remove-eigen-module branch from c5bcda0 to 4749a45 Compare November 26, 2024 21:06
@akretz
Copy link
Contributor Author

akretz commented Nov 27, 2024

Seems like the macOS 14 CI server has not been updated to Xcode 16. I can retrigger once that's done.

@github-actions
Copy link
Contributor

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Nov 27, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 27, 2024
Merged via the queue into Homebrew:master with commit 65d2c5f Nov 27, 2024
15 checks passed
sarlinpe added a commit to colmap/colmap that referenced this pull request Nov 27, 2024
@akretz akretz deleted the remove-eigen-module branch November 27, 2024 20:17
sarlinpe added a commit to colmap/colmap that referenced this pull request Dec 27, 2024
HernandoR pushed a commit to HernandoR/colmap that referenced this pull request Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-no-fail-fast-deps Continue dependent tests despite failing GitHub Actions matrix tests. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. CI-skip-recursive-dependents Pass --skip-recursive-dependents to brew test-bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CMake doesn't find packages properly Error detecting Eigen3_VERSION

5 participants