File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Name: python3
2
2
Version: 3.10.1
3
- Release: 243
3
+ Release: 244
4
4
License: Python-2.0
5
5
Summary: The Python Programming Language
6
6
Url: http://www.python.org
@@ -128,13 +128,13 @@ export NM=gcc-nm
128
128
export LANG=C
129
129
export CFLAGS=" $CFLAGS -O3 -fno-semantic-interposition"
130
130
%configure %python_configure_flags --enable-shared
131
- make %{?_smp_mflags }
131
+ SETUPTOOLS_USE_DISTUTILS=stdlib make %{?_smp_mflags }
132
132
133
133
pushd ../Python-avx2
134
134
export CFLAGS= "$CFLAGS -march= x86-64-v3 -mno-vzeroupper "
135
135
export CXXFLAGS= "$CXXFLAGS -march= x86-64-v3 -mno-vzeroupper "
136
136
%configure %python_configure_flags --enable-shared
137
- make %{?_smp_mflags }
137
+ SETUPTOOLS_USE_DISTUTILS = stdlib make %{?_smp_mflags }
138
138
popd
139
139
140
140
%install
@@ -158,15 +158,15 @@ mv %{buildroot}-v3/usr/lib/libpython*.so* %{buildroot}-v3/usr/lib64/
158
158
159
159
make clean
160
160
%configure %python_configure_flags --enable-optimizations
161
- make profile-opt %{?_smp_mflags }
161
+ SETUPTOOLS_USE_DISTUTILS = stdlib make profile-opt %{?_smp_mflags }
162
162
%make_install
163
163
164
164
pushd ../Python-avx2
165
165
make clean
166
166
export CFLAGS= "$CFLAGS -march= x86-64-v3 -mno-vzeroupper "
167
167
export CXXFLAGS= "$CXXFLAGS -march= x86-64-v3 -mno-vzeroupper "
168
168
%configure %python_configure_flags --enable-optimizations
169
- make profile-opt %{?_smp_mflags }
169
+ SETUPTOOLS_USE_DISTUTILS = stdlib make profile-opt %{?_smp_mflags }
170
170
%make_install_v3
171
171
popd
172
172
Original file line number Diff line number Diff line change 1
- 243
1
+ 244
You can’t perform that action at this time.
0 commit comments