Skip to content

Commit

Permalink
some debugging information
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Nov 2, 2023
1 parent e59e496 commit bcacd76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
python OLD_setup.py install
elif [[ "$PYTHON_VERSION" != "3.7" ]] && [[ "$PYTHON_VERSION" != "3.8" ]]; then
python -c "import numpy as np; print('NUMPY BLAS INFOS'); print(np.show_config())"
python -m pip install .
python -m pip install --verbose .
fi
- name: Test
run: |
Expand Down
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ endif

# We find anaconda blas on windows for github CI
if not blas_deps[0].found()
message(run_command(py,['-c','''import os; print('CONDA LIB FOLDER'); print(os.listdir('C:/Miniconda/envs/test\\Library\\lib'))''']).stdout())
blas_deps = [cc.find_library('blas',
dirs: ['C:/Miniconda/envs/test\\Library\\lib'], # this is the location on github CI
static: get_option('link_blas_statically'))]
Expand Down

0 comments on commit bcacd76

Please sign in to comment.