Skip to content

Commit

Permalink
debug 20
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Sep 4, 2024
1 parent 3be0d97 commit 37cfafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_ubuntu-22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ fi

# non-existent variables as an errors
set -u
ls -l /usr/lib/x86_64-linux-gnu/openblas-openmp/pkgconfig
ls -l /usr/lib/x86_64-linux-gnu/openblas-pthread/pkgconfig
export INSTALL_PREFIX=$1
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/openblas-openmp/pkgconfig:$PKG_CONFIG_PATH
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/openblas-pthread/pkgconfig:$PKG_CONFIG_PATH

./configure \
--prefix="$INSTALL_PREFIX/" \
Expand Down

0 comments on commit 37cfafe

Please sign in to comment.