4
4
#
5
5
Name : pypi-jaraco.functools
6
6
Version : 3.5.2
7
- Release : 48
7
+ Release : 49
8
8
URL : https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz
9
9
Source0 : https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz
10
10
Summary : Functools like those found in stdlib
@@ -22,6 +22,9 @@ BuildRequires : pypi-pluggy
22
22
BuildRequires : pypi-pytest
23
23
BuildRequires : pypi-tox
24
24
BuildRequires : pypi-virtualenv
25
+ # Suppress stripping binaries
26
+ %define __strip /bin/true
27
+ %define debug_package %{nil }
25
28
26
29
%description
27
30
.. image:: https://img.shields.io/pypi/v/jaraco.functools.svg
@@ -67,17 +70,17 @@ export http_proxy=http://127.0.0.1:9/
67
70
export https_proxy=http://127.0.0.1:9/
68
71
export no_proxy=localhost,127.0.0.1,0.0.0.0
69
72
export LANG=C.UTF-8
70
- export SOURCE_DATE_EPOCH=1664288623
73
+ export SOURCE_DATE_EPOCH=1672283392
71
74
export GCC_IGNORE_WERROR=1
72
- export CFLAGS=" $CFLAGS -fno-lto "
73
- export FCFLAGS=" $FFLAGS -fno-lto "
74
- export FFLAGS=" $FFLAGS -fno-lto "
75
- export CXXFLAGS=" $CXXFLAGS -fno-lto "
75
+ export CFLAGS=" $CFLAGS -fdebug-types-section -femit-struct-debug-baseonly - fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
76
+ export FCFLAGS=" $FFLAGS -fdebug-types-section -femit-struct-debug-baseonly - fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
77
+ export FFLAGS=" $FFLAGS -fdebug-types-section -femit-struct-debug-baseonly - fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
78
+ export CXXFLAGS=" $CXXFLAGS -fdebug-types-section -femit-struct-debug-baseonly - fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
76
79
export MAKEFLAGS=%{?_smp_mflags }
77
80
python3 -m build --wheel --skip-dependency-check --no-isolation
78
81
pushd ../buildavx2/
79
- export CFLAGS=" $CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx "
80
- export CXXFLAGS=" $CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx "
82
+ export CFLAGS=" $CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
83
+ export CXXFLAGS=" $CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
81
84
export FFLAGS=" $FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
82
85
export FCFLAGS=" $FCFLAGS -m64 -march=x86-64-v3 "
83
86
export LDFLAGS=" $LDFLAGS -m64 -march=x86-64-v3 "
0 commit comments