Skip to content

Commit

Permalink
ci: load pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Jan 12, 2023
1 parent 12786ad commit 05e220b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ print "======================================== Load compiler"
quiet module load gcc@7.3.0
quiet module load intel-mkl

which pkg-config

quiet module load pkgconf

which pkg-config

# CMake will find CUDA in /usr/local/cuda, so need to explicitly set
# gpu_backend.
export gpu_backend=none
Expand Down

0 comments on commit 05e220b

Please sign in to comment.