File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments