-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add comments to easystack file for installing TensorFlow/2.13.0-foss-…
…2023a for software.eessi.io
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.8.2-2023a.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
easyconfigs: | ||
- Rust-1.70.0-GCCcore-12.3.0.eb: | ||
# fix build of Rust 1.70.0 by disabling download of pre-built LLVM; | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19264 | ||
options: | ||
from-pr: 19264 | ||
- foss-2023a.eb | ||
- pybind11-2.11.1-GCCcore-12.3.0.eb: | ||
# avoid indirect dependency on old CMake version built with GCCcore/10.2.0 via Catch2 build dependency; | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19270 | ||
options: | ||
from-pr: 19270 | ||
- SciPy-bundle-2023.07-gfbf-2023a.eb | ||
- TensorFlow-2.13.0-foss-2023a.eb: | ||
# patch setup.py for grpcio extension in TensorFlow 2.13.0 easyconfigs to take into account alternate sysroot; | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19268 | ||
options: | ||
from-pr: 19268 |