We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c995be8 commit 45e8781Copy full SHA for 45e8781
.github/workflows/cuda.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/checkout@v3
39
- name: Build cuSolver
40
run: |
41
- cmake -B build -USE_CUSOLVER_LCAO=ON
+ cmake -B build -DUSE_CUSOLVER_LCAO=ON
42
cmake --build build -j4
43
cmake --install build
44
- name: Test
0 commit comments