Skip to content

Commit ab06d22

Browse files
committed
build from source in ppc machine
1 parent b10bae2 commit ab06d22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/big_endian.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,10 @@ jobs:
108108
git config --global --add safe.directory /workspace &&
109109
110110
# Install Python build dependencies (using --break-system-packages for Ubuntu 24.04)
111-
python -m pip install --break-system-packages meson>=1.3.2 meson-python wheel &&
112-
python -m pip install --break-system-packages --pre --upgrade --timeout=60 --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy &&
111+
python -m pip install --break-system-packages meson>=1.3.2 meson-python wheel ninja cython &&
112+
echo \"Building NumPy from source (main branch)...\" &&
113+
python -m pip install --break-system-packages git+https://github.com/numpy/numpy.git@main &&
114+
python -c \"import numpy; print('NumPy version:', numpy.__version__)\" &&
113115
python -m pip install --break-system-packages pytest pytest-run-parallel pytest-timeout &&
114116
115117
# Install system dependencies for quaddtype (SLEEF dependencies)

0 commit comments

Comments
 (0)