File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020 run : |
2121 conda install -y -c conda-forge gklib
2222 conda activate test
23+ dir "%CONDA_PREFIX%\Library\share\cmake\GKlib"
24+ dir "%CONDA_PREFIX%\Library\lib\cmake\GKlib
2325
2426 # - name: Check installs
2527 # working-directory: ${{runner.workspace}}
@@ -38,12 +40,10 @@ jobs:
3840
3941 - name : Install METIS
4042 run : |
41- conda activate test
4243 conda install -y -c conda-forge metis
4344
4445 - name : Install OpenBLAS
4546 run : |
46- conda activate test
4747 conda install -y -c conda-forge openblas
4848
4949 - name : Create build dir
5353
5454 - name : Configure cmake
5555 shell : bash
56+ working-directory : ${{runner.workspace}}/build
5657 run : |
57- cmake -S $GITHUB_WORKSPACE -B ${{runner.workspace}}/build
58+ cmake $GITHUB_WORKSPACE \
5859 -DHIPO=ON \
5960 -DCMAKE_FIND_LIBRARY_PREFIXES=";lib"
6061
You can’t perform that action at this time.
0 commit comments