mirror of
https://abf.rosa.ru/djam/llvm12.git
synced 2025-02-23 15:22:50 +00:00
Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Has been cancelled
Some checks failed
Run CI/CD... / main (push) Has been cancelled
This commit is contained in:
parent
0386b4c3d2
commit
21abf17226
2 changed files with 10 additions and 8 deletions
|
@ -13,4 +13,5 @@ jobs:
|
|||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
||||
|
|
17
llvm12.spec
17
llvm12.spec
|
@ -24,21 +24,21 @@
|
|||
|
||||
%define maj_ver 12
|
||||
|
||||
%if %{mdvver} == 201610
|
||||
%bcond_without lldb
|
||||
%else
|
||||
#if %{mdvver} == 201610
|
||||
#bcond_without lldb
|
||||
#else
|
||||
%bcond_with lldb
|
||||
%endif
|
||||
#endif
|
||||
|
||||
Summary: LLVM and Clang in %{_prefix}
|
||||
# llvm11
|
||||
Name: llvm%{maj_ver}
|
||||
Version: 12.0.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: NCSA
|
||||
Group: Development/Other
|
||||
Url: http://llvm.org
|
||||
Source0: https://github.com/llvm/llvm-project/archive/llvmorg-%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
||||
URL: http://llvm.org
|
||||
Source0: https://github.com/llvm/llvm-project/archive/llvmorg-%{version}/%{name}-%{version}.tar.gz
|
||||
Source1000: llvm%{maj_ver}.rpmlintrc
|
||||
# Adjust the search paths to match the OS, adjust the default compiler flags
|
||||
# as well.
|
||||
|
@ -93,7 +93,8 @@ This package contains LLVM and Clang in %{_prefix}.
|
|||
#----------------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n llvm-project-llvmorg-%{version}
|
||||
%setup -qn llvm-project-llvmorg-%{version}
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
# Build with gcc/g++, not clang if it happens to be installed
|
||||
|
|
Loading…
Add table
Reference in a new issue