Skip to content

Commit

Permalink
set PKG_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 17, 2023
1 parent a903020 commit c7b8baf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ echo libraries = cblas,blas
set "NPY_LAPACK_ORDER=lapack"
set "NPY_BLAS_ORDER=blas"

set "PKG_CONFIG_PATH=%LIBRARY_LIB%\pkgconfig"

:: mkdir builddir

:: -wnx flags mean: --wheel --no-isolation --skip-dependency-check
Expand Down
2 changes: 2 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ EOF
export NPY_LAPACK_ORDER=lapack
export NPY_BLAS_ORDER=blas

export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig

# mkdir builddir

# HACK: extend $CONDA_PREFIX/meson_cross_file that's created in
Expand Down

0 comments on commit c7b8baf

Please sign in to comment.