Skip to content

Commit 653bc65

Browse files
committed
can't find openblas cmake modules from conda-forge
1 parent d9e705f commit 653bc65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/hipo-win-conda-forge.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Install GKlib via Conda
2020
run: |
2121
conda install -y -c conda-forge gklib
22+
dir "%CONDA_PREFIX%\Library\share\cmake\GKlib"
23+
dir "%CONDA_PREFIX%\Library\lib\cmake\GKlib
2224
2325
# - name: Check installs
2426
# working-directory: ${{runner.workspace}}
@@ -53,7 +55,8 @@ jobs:
5355
working-directory: ${{runner.workspace}}/build
5456
run: |
5557
cmake $GITHUB_WORKSPACE \
56-
-DHIPO=ON
58+
-DHIPO=ON \
59+
-DCMAKE_FIND_LIBRARY_PREFIXES=";lib"
5760
5861
- name: Build
5962
shell: bash

0 commit comments

Comments
 (0)