Skip to content

Commit

Permalink
updated the script for building wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 committed Jan 16, 2024
1 parent 8abe3ea commit df70a65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/manylinux/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export CUDA_HOME=/usr/local/cuda
export CUTENSOR_DIR=/usr/local/cuda
export PATH=$CUDA_HOME/bin:$PATH
export LD_LIBRARY_PATH=$CUDA_HOME/lib64:$LD_LIBRARY_PATH

# blas is required by DFTD3 and DFTD4
yum install openblas-devel

# Compile wheels
Expand Down

0 comments on commit df70a65

Please sign in to comment.