| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
tested manually, works like a charm, thanks @pavelToman!
Sorry, something went wrong.
|
bot: build repo:eessi.io-2023.06-software instance:eessi-bot-jsc for:arch=aarch64/nvidia/grace |
Sorry, something went wrong.
|
New job on instance eessi-bot-jsc for repository eessi.io-2023.06-software
|
Sorry, something went wrong.
|
New job on instance eessi-bot-jsc for repository eessi.io-2025.06-software
|
Sorry, something went wrong.
|
New job on instance eessi-bot-jsc for repository eessi.io-2026.06-software
|
Sorry, something went wrong.
|
just want to make sure we don't deploy an outdated copy of our hooks, since I synced with main just before triggering the previous build... bot: build repo:eessi.io-2023.06-software instance:eessi-bot-jsc for:arch=aarch64/nvidia/grace |
Sorry, something went wrong.
|
New job on instance eessi-bot-jsc for repository eessi.io-2023.06-software
|
Sorry, something went wrong.
|
New job on instance eessi-bot-jsc for repository eessi.io-2025.06-software
|
Sorry, something went wrong.
|
New job on instance eessi-bot-jsc for repository eessi.io-2026.06-software
|
Sorry, something went wrong.
|
staging PR merged |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
VisIt explicitly configures zlib through -DVISIT_ZLIB_DIR.
In EESSI, zlib is filtered as an EasyBuild dependency because it is provided by the compatibility layer. As a result, the VisIt configure step can fail to locate zlib:
Add a VisIt-specific pre-configure hook that, when zlib is a filtered dependency, ensures -DVISIT_ZLIB_DIR points to ${EESSI_EPREFIX}/usr.
If -DVISIT_ZLIB_DIR is already present in configopts, its value is replaced. If it is not present, the option is added.
Required for EESSI/software-layer#1525