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 0f9290b commit 4231623Copy full SHA for 4231623
.github/workflows/ci_modular.yml
@@ -24,6 +24,7 @@ jobs:
24
- {compiler: gcc, version: 14}
25
build: [cmake]
26
with_bitset: [On, Off]
27
+ with_stats: [On, Off]
28
env:
29
BUILD_DIR: ${{ matrix.build == 'cmake' && 'build' || '.' }}
30
@@ -56,6 +57,7 @@ jobs:
56
57
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
58
-DFIND_BLAS:STRING=FALSE
59
-DSTDLIB_NO_BITSET:STRING=${{ matrix.with_bitset }}
60
+ -DSTDLIB_NO_STATS:STRING=${{ matrix.with_stats }}
61
-S . -B ${{ env.BUILD_DIR }}
62
63
- name: Build and compile
0 commit comments