8000 add debugging info · numpy/numpy@a46e679 · GitHub
[go: up one dir, main page]

Skip to content

Commit a46e679

Browse files
committed
add debugging info
1 parent 04f9ef8 commit a46e679

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ stages:
8080
- script: |
8181
docker run -v $(pwd):/numpy -e CFLAGS="-msse2 -std=c99 -UNDEBUG" \
8282
-e F77=gfortran-5 -e F90=gfortran-5 quay.io/pypa/manylinux2014_i686 \
83-
/bin/bash -xc "cd numpy && \
83+
/bin/bash -xc "cd /numpy && \
8484
/opt/python/cp38-cp38/bin/python -mvenv venv &&\
8585
source venv/bin/activate && \
8686
target=\$(python3 tools/openblas_support.py) && \

azure-steps-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ steps:
5959

6060
- powershell: |
6161
ls openblas
62+
echo What PATH and other environment variables?
63+
echo PATH $Env:PATH
64+
echo MSSdk $Env:MSSdk
65+
echo DISTUTILS_USE_SDK $Env:DISTUTILS_USE_SDK
6266
If ($(BITS) -eq 32) {
6367
$env:CFLAGS = "-m32"
6468
$env:LDFLAGS = "-m32"

tools/set_vs_toolchain.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ REM https://setuptools.pypa.io/en/latest/deprecated/distutils/apiref.html#module
5050
set DISTUTILS_USE_SDK=1
5151
set MSSdk=1
5252

53-
REM All done, finish here.
53+
echo All done, finish here.
54+
echo PATH is %PATH%
5455
goto:eof
5556

5657
REM Various subroutines.

0 commit comments

Comments
 (0)
0