Skip to content

Commit 0e9219e

Browse files
committed
fix: makefile
1 parent e469f81 commit 0e9219e

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

adapter/cpython/cpython.wasm

1 Byte
Binary file not shown.

adapter/cpython/python3.13.zip

0 Bytes
Binary file not shown.

wasm/cpython/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,10 @@ $(OUT): $(CC) $(CPY_INSTALL) sango_cpython.c sango_run.h sango_cpython_pandas.h
457457
$$(find $(CPY_HACL) -name '*.o' 2>/dev/null) \
458458
$(EXT_OBJS) \
459459
$$(find $(NUMPY_BUILDDIR) -name '*.o' -path '*.so.p/*' \
460-
! -path '*tests*' ! -path '*_simd*' \
461-
! -path '*_umath_linalg*lapack_lite_f2c*' \
462-
! -path '*_umath_linalg*lapack_lite_python_xerbla*' 2>/dev/null) \
463-
$(NUMPY_BUILDDIR)/numpy/_core/libnpymath.a \
460+
! -path '*tests*' ! -path '*_simd*' 2>/dev/null) \
464461
$$(find $(PANDAS_BUILDDIR) -name '*.o' -path '*.so.p/*' \
465462
! -path '*tests*' 2>/dev/null) \
463+
$(NUMPY_BUILDDIR)/numpy/_core/libnpymath.a \
466464
$(NUMPY_BUILDDIR)/numpy/_core/lib_multiarray_umath_mtargets.a \
467465
$(NUMPY_BUILDDIR)/numpy/_core/libhighway.a \
468466
$(NUMPY_BUILDDIR)/numpy/random/libnpyrandom.a \

0 commit comments

Comments
 (0)