Add G_SLICE env to install section 73/295973/1 accepted/tizen/unified/20230718.162227
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 18 Jul 2023 04:15:42 +0000 (13:15 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 18 Jul 2023 04:15:42 +0000 (13:15 +0900)
Change-Id: I4c9783bcb0a373dc9724bed2513b00548c5ed717

packaging/python3-numpy.spec

index 672b2aa5be745d50c355660a3aabbb36e20e085c..2f22b701f44cb16120e87cab76b355e225a43a40 100644 (file)
@@ -52,6 +52,7 @@ export G_SLICE=always-malloc
 %{_bindir}/python3 setup.py build
 
 %install
+export G_SLICE=always-malloc
 %{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 # Remove testsuite from packaging