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 507c16d commit 009bbb4Copy full SHA for 009bbb4
.github/workflows/build_test_cmake.yml
@@ -20,7 +20,7 @@ jobs:
20
build_args: "-DENABLE_LIBXC=1 -DENABLE_MLALGO=1 -DENABLE_LIBRI=1"
21
name: "Build extra components with GNU toolchain"
22
- tag: intel
23
- build_args: "-DENABLE_LIBXC=1 -DENABLE_PEXSI=1 -DENABLE_MLALGO=1 -DENABLE_LIBRI=1"
+ build_args: "-DCMAKE_PREFIX_PATH='${PEXSI32_ROOT};${SUPERLU_DIST32_ROOT};${PARMETIS32_ROOT};${METIS32_ROOT};${GKLIB_ROOT}' -DENABLE_LIBXC=1 -DENABLE_PEXSI=1 -DENABLE_MLALGO=1 -DENABLE_LIBRI=1"
24
name: "Build extra components with Intel toolchain"
25
26
- tag: cuda
0 commit comments