Added build script for tensorflow 2.15.0#8020
Open
shivansh-ibm wants to merge 3 commits intoppc64le:masterfrom
Open
Added build script for tensorflow 2.15.0#8020shivansh-ibm wants to merge 3 commits intoppc64le:masterfrom
shivansh-ibm wants to merge 3 commits intoppc64le:masterfrom
Conversation
Contributor
Author
|
Patch PR : #8019 |
Contributor
Author
|
@cdeepali , please review the changes |
cdeepali
reviewed
Mar 25, 2026
Co-authored-by: Deepali <70963368+cdeepali@users.noreply.github.com>
cdeepali
reviewed
Mar 25, 2026
| cd $CURRENT_DIR/$PACKAGE_DIR | ||
|
|
||
| # Ensure environment vars are set before configure | ||
| export TF_PYTHON_VERSION="3.11" |
Contributor
There was a problem hiding this comment.
Is TF built only for python 3.11?
Contributor
Author
There was a problem hiding this comment.
Built it for python3.11 but can be built for other versions. So, updated the command to export TF_PYTHON_VERSION dynamically
664a927 to
cea269a
Compare
cdeepali
reviewed
Mar 27, 2026
|
|
||
| yum install -y python3.11-devel python3.11-pip make cmake git openssl-devel \ | ||
| bzip2-devel libffi-devel zlib-devel libjpeg-devel freetype-devel \ | ||
| procps-ng meson ninja-build gcc-gfortran libomp-devel zip unzip \ |
Contributor
There was a problem hiding this comment.
Is gcc-gfortran needed here?
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
set -eoption enabled and observe success ?