Skip to content

Commit 3cf8882

Browse files
authored
Update build_windows.yml
1 parent b6c43bf commit 3cf8882

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build_windows.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
# MKLROOT: c:\Program Files (x86)\Intel\oneAPI\mkl\latest
8888
run: >
8989
cmake -B ${{ steps.strings.outputs.build-output-dir }}
90+
-G Ninja
9091
-T ClangCL
9192
-DCMAKE_CXX_COMPILER=clang-cl
9293
-DCMAKE_C_COMPILER=clang-cl
@@ -97,7 +98,7 @@ jobs:
9798
-DENABLE_PYTHON=ON
9899
-DF77_BLAS_MANGLE='(name,NAME) name'
99100
-DLAPACK_LIBS=${{ github.workspace }}/openblas/lib/libopenblas.lib
100-
-S ${{ github.workspace }}
101+
#-S ${{ github.workspace }}
101102
102103
- name: Build
103104
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
@@ -112,8 +113,5 @@ jobs:
112113
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
113114
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
114115
run: |
115-
#echo "$GENTEN_DLL_PATH"
116-
#ls $GENTEN_DLL_PATH
117116
ls -R $PYTHONPATH
118-
#ls $PYTHONPATH/pygenten
119117
ctest --build-config ${{ matrix.build_type }} --output-on-failure

0 commit comments

Comments
 (0)