Skip to content

Commit

Permalink
update rust 1.61.0 and cleanup llvmlite patches
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Nov 26, 2022
1 parent c981560 commit 2f19078
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 39 deletions.
13 changes: 0 additions & 13 deletions py3-llvmlite-fpic-flag.patch

This file was deleted.

12 changes: 0 additions & 12 deletions py3-llvmlite-removeMethod.patch

This file was deleted.

13 changes: 0 additions & 13 deletions py3-llvmlite-version.patch

This file was deleted.

4 changes: 3 additions & 1 deletion rust.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external rust 1.57.0
### RPM external rust 1.61.0
%ifarch ppc64le
%define build_arch powerpc64le-unknown-linux-gnu
%else
Expand All @@ -8,11 +8,13 @@
%define branch master
%define tag %{realversion}
Source: git+https://github.com/%{github_user}/%{n}.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&submodules=1&output=/%{n}-%{realversion}.tgz
Patch0: rust-libstdc
BuildRequires: python3
Requires: llvm

%prep
%setup -n %{n}-%{realversion}
%patch0 -p1

%build
cat << EOF > config.toml
Expand Down

0 comments on commit 2f19078

Please sign in to comment.