From 0b7e3698c7f75fdc46374a8325ed556bbef9bb24 Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Thu, 8 Feb 2024 13:58:31 +0300 Subject: Intermediate changes --- contrib/python/numpy/py3/numpy/random/ya.make | 1 - contrib/python/numpy/py3/numpy/tests/test_public_api.py | 2 +- contrib/python/numpy/py3/tests/ya.make | 6 +++++- contrib/python/numpy/py3/ya.make | 1 - 4 files changed, 6 insertions(+), 4 deletions(-) (limited to 'contrib/python') diff --git a/contrib/python/numpy/py3/numpy/random/ya.make b/contrib/python/numpy/py3/numpy/random/ya.make index bce5742ba53..6cc93532fb7 100644 --- a/contrib/python/numpy/py3/numpy/random/ya.make +++ b/contrib/python/numpy/py3/numpy/random/ya.make @@ -15,7 +15,6 @@ ADDINCL( CFLAGS( -DHAVE_CBLAS -DHAVE_NPY_CONFIG_H=1 - -DNO_ATLAS_INFO=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 diff --git a/contrib/python/numpy/py3/numpy/tests/test_public_api.py b/contrib/python/numpy/py3/numpy/tests/test_public_api.py index 3711c2f96b2..5a90650fd81 100644 --- a/contrib/python/numpy/py3/numpy/tests/test_public_api.py +++ b/contrib/python/numpy/py3/numpy/tests/test_public_api.py @@ -185,7 +185,7 @@ PUBLIC_ALIASED_MODULES = [ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "compat", "compat.py3k", - #"conftest", + "conftest", "core", "core.arrayprint", "core.defchararray", diff --git a/contrib/python/numpy/py3/tests/ya.make b/contrib/python/numpy/py3/tests/ya.make index 0a655a46999..5df3fb04286 100644 --- a/contrib/python/numpy/py3/tests/ya.make +++ b/contrib/python/numpy/py3/tests/ya.make @@ -26,6 +26,11 @@ SRCDIR( contrib/python/numpy/py3 ) +PY_SRCS( + TOP_LEVEL + numpy/conftest.py +) + TEST_SRCS( numpy/array_api/tests/__init__.py numpy/array_api/tests/test_array_object.py @@ -39,7 +44,6 @@ TEST_SRCS( numpy/array_api/tests/test_validation.py numpy/compat/tests/__init__.py numpy/compat/tests/test_compat.py - numpy/conftest.py numpy/core/tests/__init__.py numpy/core/tests/_locales.py numpy/core/tests/test__exceptions.py diff --git a/contrib/python/numpy/py3/ya.make b/contrib/python/numpy/py3/ya.make index 0eb98bef029..a6a43be5f15 100644 --- a/contrib/python/numpy/py3/ya.make +++ b/contrib/python/numpy/py3/ya.make @@ -42,7 +42,6 @@ NO_CHECK_IMPORTS( CFLAGS( -DHAVE_CBLAS -DHAVE_NPY_CONFIG_H=1 - -DNO_ATLAS_INFO=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -- cgit v1.3