mirror of
https://abf.rosa.ru/djam/graphviz.git
synced 2025-02-22 23:32:57 +00:00
This commit is contained in:
parent
ada890f264
commit
67354187d6
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,7 @@ BuildRequires: pkgconfig(xmu)
|
|||
BuildRequires: pkgconfig(xt)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Buildrequires: pkgconfig(gts)
|
||||
BuildRequires: pkgconfig(python-3.8)
|
||||
BuildRequires: llvm17
|
||||
BuildRequires: stdc++-gcc10-devel
|
||||
|
||||
|
@ -388,6 +389,9 @@ Static development package for %{name}.
|
|||
#patch1 -p1 -b .cve~
|
||||
|
||||
%build
|
||||
/usr/libexec/python3.8 -m venv .
|
||||
. ./bin/activate
|
||||
|
||||
export CC=/opt/llvm17/bin/clang
|
||||
export CXX=/opt/llvm17/bin/clang++
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue