Skip to content

Build script for Openblas with python 3.14 on ubi 10.2 - #8781

Open
Yogita-Kulkarni19 wants to merge 3 commits into
ppc64le:masterfrom
Yogita-Kulkarni19:openlibblas
Open

Yogita-Kulkarni19 wants to merge 3 commits into
ppc64le:masterfrom
Yogita-Kulkarni19:openlibblas

Conversation

@Yogita-Kulkarni19

Copy link
Copy Markdown
Contributor

Checklist

  • Have you checked and followed all the points mention in the CONTRIBUTING.MD
  • Have you validated script on UBI 9 container
  • Did you run the script(s) on fresh container with set -e option enabled and observe success ?
  • Did you have Legal approvals for patch files ?

PACKAGE_DIR=OpenBLAS

echo "Installing dependencies..."
yum install -y git make cmake wget python3.14 python3.14-devel python3.14-pip pkgconfig g++ gcc-c++ gcc-gfortran

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yogita-Kulkarni19 , we use gcc15 across all packages for UBI10.2. Please use gcc15 as gcc-c++ installs gcc14 by default. You can refer other scripts to check the installation and import steps

sed -i 's/plat-name = "linux_x86_64"/plat-name = "linux_ppc64le"/' pyproject.toml

# Finalize OpenBLAS package layout
touch "${PREFIX}/__init__.py"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it required to create init.py. Ideally it should be created as part wheel build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants