projects
/
platform
/
upstream
/
python3-numpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd1446
)
Add G_SLICE env to install section
73/295973/1
accepted/tizen/unified/20230718.162227
author
DongHun Kwak
<dh0128.kwak@samsung.com>
Tue, 18 Jul 2023 04:15:42 +0000
(13:15 +0900)
committer
DongHun Kwak
<dh0128.kwak@samsung.com>
Tue, 18 Jul 2023 04:15:42 +0000
(13:15 +0900)
Change-Id: I4c9783bcb0a373dc9724bed2513b00548c5ed717
packaging/python3-numpy.spec
patch
|
blob
|
history
diff --git
a/packaging/python3-numpy.spec
b/packaging/python3-numpy.spec
index 672b2aa5be745d50c355660a3aabbb36e20e085c..2f22b701f44cb16120e87cab76b355e225a43a40 100644
(file)
--- a/
packaging/python3-numpy.spec
+++ b/
packaging/python3-numpy.spec
@@
-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