eccodes fail to build on Linux Mint 20 (ulyana) #71
-
Hello everyone in this wonderful community.
However I get a 'Configuring incomplete' message. I've copied and pasted that message below and also included a link to generated logs from https://gist.github.com/alexjcwitsil/1c3e0b218de86bff2fb43f739471bc58 -- Configuring incomplete, errors occurred! My version of brew is up to date: And everything seems to be in order within brew: As stated in the topic, I am running Linux Mint release 20 (ulyana) but if you need more specifics, I can certainly provide those. Thanks everyone! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Looks like this is related to a flag we added to fix the build on GCC 10 on macOS, but it doesn't work on Linux, which uses GCC 5. Homebrew/homebrew-core@f4233e7 Could you open a pull request to Homebrew/homebrew-core that removes the ENV.prepend lines? If it builds on macOS, then that change will be merged to the Linux repository as well, fixing the build for Linux users. This document should help you get started. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I am bumping eccodes to 2.19.1 now, Homebrew/homebrew-core#64471. Let's see how it works out. |
Beta Was this translation helpful? Give feedback.
Looks like this is related to a flag we added to fix the build on GCC 10 on macOS, but it doesn't work on Linux, which uses GCC 5. Homebrew/homebrew-core@f4233e7
Could you open a pull request to Homebrew/homebrew-core that removes the ENV.prepend lines? If it builds on macOS, then that change will be merged to the Linux repository as well, fixing the build for Linux users. This document should help you get started. Thanks!