Skip to content

Commit 1033620

Browse files
committed
pthreads-win32 for now
1 parent 14471b7 commit 1033620

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

recipe/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ python %RECIPE_DIR%\fix_windows_wheel.py ^
4242
%dep_dir%\mpfr.dll ^
4343
%dep_dir%\mpc.dll ^
4444
%dep_dir%\flint-18.dll ^
45-
%dep_dir%\libwinpthread-1.dll ^
45+
%dep_dir%\pthreadVSE2.dll ^
4646
%dep_dir%\zstd.dll ^
4747
%dep_dir%\zlib.dll
4848
if errorlevel 1 exit 1

recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ requirements:
4848
- mpfr
4949
- mpc
5050
- libflint 3.0.*
51-
- winpthreads-devel # [win]
5251
- llvmdev <17
5352
- zlib
5453
- python

0 commit comments

Comments
 (0)