Skip to content

Commit ee56599

Browse files
authored
DOC: update code comment about NPY_USE_BLAS_ILP64 environment variable (numpy#24289)
As suggested by Chuck in a review comment on a previous PR. Sending as a separate follow-up also because it helps to check Cirrus CI triggering which we are looking at in issue 24280. [skip azp] [skip circle] [skip actions] [skip travis]
1 parent 452d3ad commit ee56599

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

numpy/meson.build

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ blas_symbol_suffix = get_option('blas-symbol-suffix')
5555

5656
use_ilp64 = get_option('use-ilp64')
5757
if not use_ilp64
58-
# For now, keep supporting this environment variable too (same as in setup.py)
59-
# `false is the default for the CLI flag, so check if env var was set
58+
# For now, keep supporting the `NPY_USE_BLAS_ILP64` environment variable too
59+
# (same as in setup.py) `false is the default for the CLI flag, so check if
60+
# env var was set
6061
use_ilp64 = run_command(py,
6162
[
6263
'-c',

0 commit comments

Comments
 (0)