Overview
Request 4506 (accepted)
- *.spec: Add additional flag to allow building for 32-bit Intel
architecture; thanks go to Giacomo Comes !
- *.spec: Add additional flag to allow building for 32-bit Intel
architecture; thanks go to Giacomo Comes !
- *.spec: Add additional flag to allow building for 32-bit Intel
architecture; thanks go to Giacomo Comes !
- *.spec: Add additional flag to allow building for 32-bit Intel
architecture; thanks go to Giacomo Comes !
kodi.binary-addons-noX-raspberry-pi.changes
Changed
-------------------------------------------------------------------
+Tue Jun 11 09:42:18 UTC 2019 - manfred.h@gmx.net
+
+- *.spec: Add additional flag to allow building for 32-bit Intel
+ architecture; thanks go to Giacomo Comes <comes@naic.edu>!
+
+-------------------------------------------------------------------
Wed Apr 24 14:06:23 UTC 2019 - manfred.h@gmx.net
- Use gcc8 for building.
kodi.binary-addons-noX-raspberry-pi2.changes
Changed
-------------------------------------------------------------------
+Tue Jun 11 09:42:18 UTC 2019 - manfred.h@gmx.net
+
+- *.spec: Add additional flag to allow building for 32-bit Intel
+ architecture; thanks go to Giacomo Comes <comes@naic.edu>!
+
+-------------------------------------------------------------------
Wed Apr 24 14:06:23 UTC 2019 - manfred.h@gmx.net
- Use gcc8 for building.
kodi.binary-addons-noX.changes
Changed
-------------------------------------------------------------------
+Tue Jun 11 09:42:18 UTC 2019 - manfred.h@gmx.net
+
+- *.spec: Add additional flag to allow building for 32-bit Intel
+ architecture; thanks go to Giacomo Comes <comes@naic.edu>!
+
+-------------------------------------------------------------------
Wed Apr 24 14:06:23 UTC 2019 - manfred.h@gmx.net
- Use gcc8 for building.
kodi.binary-addons.changes
Changed
-------------------------------------------------------------------
+Tue Jun 11 09:42:18 UTC 2019 - manfred.h@gmx.net
+
+- *.spec: Add additional flag to allow building for 32-bit Intel
+ architecture; thanks go to Giacomo Comes <comes@naic.edu>!
+
+-------------------------------------------------------------------
Wed Apr 24 14:06:23 UTC 2019 - manfred.h@gmx.net
- Use gcc8 for building.
kodi.binary-addons-noX-raspberry-pi.spec
Changed
%endif
-DCMAKE_C_COMPILER=gcc-8 \
-DCMAKE_CXX_COMPILER=g++-8 \
+%ifarch %{ix86}
+ -DCMAKE_C_FLAGS=-mavx \
+%endif
-DBUILD_DIR=build \
-DNEED_SUDO=FALSE \
-DAPP_LIB_DIR=%{buildroot}%{_libdir}/kodi \
kodi.binary-addons-noX-raspberry-pi2.spec
Changed
%endif
-DCMAKE_C_COMPILER=gcc-8 \
-DCMAKE_CXX_COMPILER=g++-8 \
+%ifarch %{ix86}
+ -DCMAKE_C_FLAGS=-mavx \
+%endif
-DBUILD_DIR=build \
-DNEED_SUDO=FALSE \
-DAPP_LIB_DIR=%{buildroot}%{_libdir}/kodi \
kodi.binary-addons-noX.spec
Changed
%endif
-DCMAKE_C_COMPILER=gcc-8 \
-DCMAKE_CXX_COMPILER=g++-8 \
+%ifarch %{ix86}
+ -DCMAKE_C_FLAGS=-mavx \
+%endif
-DBUILD_DIR=build \
-DNEED_SUDO=FALSE \
-DAPP_LIB_DIR=%{buildroot}%{_libdir}/kodi \
kodi.binary-addons.spec
Changed
%endif
-DCMAKE_C_COMPILER=gcc-8 \
-DCMAKE_CXX_COMPILER=g++-8 \
+%ifarch %{ix86}
+ -DCMAKE_C_FLAGS=-mavx \
+%endif
-DBUILD_DIR=build \
-DNEED_SUDO=FALSE \
-DAPP_LIB_DIR=%{buildroot}%{_libdir}/kodi \
Request History
manfred.h created request over 5 years ago
- *.spec: Add additional flag to allow building for 32-bit Intel
architecture; thanks go to Giacomo Comes !
- *.spec: Add additional flag to allow building for 32-bit Intel
architecture; thanks go to Giacomo Comes !
- *.spec: Add additional flag to allow building for 32-bit Intel
architecture; thanks go to Giacomo Comes !
- *.spec: Add additional flag to allow building for 32-bit Intel
architecture; thanks go to Giacomo Comes !
sagiben accepted request over 5 years ago