Skip to content

Commit 583b2ff

Browse files
authored
Fix numpy build to include openblas library (#8183)
1 parent cd869ba commit 583b2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

n/numpy/numpy_v2.2.5_ubi_9.3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ git checkout v0.3.32
3737
git submodule update --init
3838

3939
make -j${MAX_JOBS} TARGET=POWER9 BUILD_BFLOAT16=1 BINARY=64 USE_OPENMP=1 USE_THREAD=1 NUM_THREADS=120 DYNAMIC_ARCH=1 INTERFACE64=0
40-
make install
40+
make install PREFIX=/usr/local
4141

4242
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64:/usr/local/lib
4343

0 commit comments

Comments
 (0)