Skip to content

Commit

Permalink
Update bld.bat
Browse files Browse the repository at this point in the history
Add build options and remove backend
  • Loading branch information
pradal authored Jun 5, 2024
1 parent 8eef658 commit afaf56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if errorlevel 1 echo Unsuccessful
echo:

echo:"library compilation into build-folder"
%PYTHON% -m numpy.f2py -c pyratp.pyf %fortranfiles% --fcompiler=gnu95 --backend meson
%PYTHON% -m numpy.f2py -c --compiler=mingw32 --fcompiler=gnu95 -DNPY_OS_MINGW=1 pyratp.pyf %fortranfiles%
if errorlevel 1 echo Unsuccessful
echo:

Expand Down

0 comments on commit afaf56b

Please sign in to comment.