Skip to content

Commit 201d987

Browse files
Update outlines-core_ubi_9.3.sh
Fixed issue
1 parent ad689dc commit 201d987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

o/outlines-core/outlines-core_ubi_9.3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ git clone https://github.com/OpenMathLib/OpenBLAS
5454
cd OpenBLAS
5555
git checkout v0.3.32
5656
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
57-
make install
57+
make install PREFIX=/usr/local
5858
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64:/usr/local/lib
5959
cd $CURRENT_DIR
6060

0 commit comments

Comments
 (0)