Skip to content

Commit

Permalink
try to fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Oct 16, 2024
1 parent 152f65f commit 66b545e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ REM set PIP_NO_INDEX=True
REM set PYTHONDONTWRITEBYTECODE=True

cd %SRC_DIR%
set NP_INC=%SP_DIR%\numpy\core\include
REM set NP_INC=%SP_DIR%\numpy\core\include
REM set CC=cl
REM set FC=flang
REM set CC_LD=link
Expand Down Expand Up @@ -44,7 +44,8 @@ REM https://github.com/conda-forge/scipy-feedstock/pull/253#issuecomment-1732578
set "MESON_RSP_THRESHOLD=320000"

REM See the unix build.sh for more details on the build process below.
set MESON_ARGS=-Dincdir_numpy=%NP_INC% -Dpython_target=%PYTHON% %EXTRA_FLAGS%
REM set MESON_ARGS=-Dincdir_numpy=%NP_INC% -Dpython_target=%PYTHON% %EXTRA_FLAGS%
set MESON_ARGS=-Dpython_target=%PYTHON% %EXTRA_FLAGS%

%PYTHON% -m build -n -x -w .
REM %PYTHON% -m pip install --prefix "%PREFIX%" --no-deps dist/wisdem-3.9-py3-none-any.whl
Expand Down

0 comments on commit 66b545e

Please sign in to comment.