From 66b545e9ddefd1db4f00b3ebbf586173149eeb93 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Wed, 16 Oct 2024 12:59:18 -0600 Subject: [PATCH] try to fix windows --- recipe/bld.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipe/bld.bat b/recipe/bld.bat index bb0df7e..a69b910 100644 --- a/recipe/bld.bat +++ b/recipe/bld.bat @@ -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 @@ -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