mirror of
https://github.com/andersrh/copr-andersrh.git
synced 2026-05-17 13:58:01 +00:00
Compare commits
4 commits
master
...
mesa-polly
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f90632565 | ||
|
|
ae7074e35b | ||
|
|
81be92c748 | ||
|
|
5a0e9d4ed7 |
2 changed files with 5 additions and 3 deletions
|
|
@ -95,6 +95,7 @@ BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: polly
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
%if 0%{?with_hardware}
|
%if 0%{?with_hardware}
|
||||||
BuildRequires: kernel-headers
|
BuildRequires: kernel-headers
|
||||||
|
|
@ -409,7 +410,7 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/"
|
||||||
%rewrite_wrap_file paste
|
%rewrite_wrap_file paste
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -march=skylake -mtune=skylake -O3" CXXFLAGS="$CXXFLAGS -march=skylake -mtune=skylake -O3" %meson \
|
CFLAGS="$CFLAGS -march=skylake -mtune=skylake -O3 -fplugin=/usr/lib64/llvm19/lib/libPolly.so.19.1 -mllvm -polly" CXXFLAGS="$CXXFLAGS -march=skylake -mtune=skylake -O3 -fplugin=/usr/lib64/llvm19/lib/libPolly.so.19.1 -mllvm -polly" %meson \
|
||||||
-Dplatforms=x11,wayland \
|
-Dplatforms=x11,wayland \
|
||||||
-Dosmesa=true \
|
-Dosmesa=true \
|
||||||
--buildtype=release \
|
--buildtype=release \
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
%global ver 25.0.7
|
%global ver 25.0.7
|
||||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||||
Release: 10.clang.skylake%{?dist}
|
Release: 11.clang.skylake%{?dist}
|
||||||
License: MIT AND BSD-3-Clause AND SGI-B-2.0
|
License: MIT AND BSD-3-Clause AND SGI-B-2.0
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
|
||||||
|
|
@ -119,6 +119,7 @@ BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
|
BuildRequires: polly
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
%if 0%{?with_hardware}
|
%if 0%{?with_hardware}
|
||||||
BuildRequires: kernel-headers
|
BuildRequires: kernel-headers
|
||||||
|
|
@ -418,7 +419,7 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/"
|
||||||
%rewrite_wrap_file paste
|
%rewrite_wrap_file paste
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -march=skylake -mtune=skylake -O3" CXXFLAGS="$CXXFLAGS -march=skylake -mtune=skylake -O3" %meson \
|
CFLAGS="$CFLAGS -march=skylake -mtune=skylake -O3 -fplugin=LLVMPolly.so -mllvm -polly" CXXFLAGS="$CXXFLAGS -march=skylake -mtune=skylake -O3 -fplugin=LLVMPolly.so -mllvm -polly" %meson \
|
||||||
-Dplatforms=x11,wayland \
|
-Dplatforms=x11,wayland \
|
||||||
-Dosmesa=true \
|
-Dosmesa=true \
|
||||||
--buildtype=release \
|
--buildtype=release \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue