#9 Update to 7.2.0
Merged 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/pypy 720  into  master

file modified
+13 -3
@@ -2,7 +2,7 @@ 

  Name:           pypy

  Version:        %{basever}.0

  %global pyversion 2.7

- Release:        0.1%{?dist}

+ Release:        1%{?dist}

  Summary:        Python implementation with a Just-In-Time compiler

  

  # LGPL and another free license we'd need to ask spot about are present in some
@@ -97,6 +97,7 @@ 

  

  %global src_name %{ver_name}-v%{version}-src

  

+ # aarch64: https://bitbucket.org/pypy/pypy/issues/3086

  %ifarch %{ix86} x86_64 %{arm} s390x

  %global with_jit 1

  %else
@@ -176,7 +177,15 @@ 

  # Turn it off with this boolean, to revert back to rebuilding using CPython

  # and avoid a cycle in the build-time dependency graph:

  

+ %global use_self_when_building 1

+ # Getting strange error on ppc64 arch when building with PyPy,

+ # use CPython for ppc64 temporarily

+ # https://koji.fedoraproject.org/koji/taskinfo?taskID=23000326

+ # TODO: resolve this and remove power64 part of condition

+ # aarch64 just got introduced, need to use cpython to bootstrap

+ %ifarch %{power64} aarch64

  %global use_self_when_building 0

+ %endif

  

  %if 0%{use_self_when_building}

  BuildRequires: pypy
@@ -793,8 +802,9 @@ 

  

  

  %changelog

- * Tue Oct 15 2019 Peter Robinson <pbrobinson@fedoraproject.org> 7.2.0-0.1

- - Bootstrap aarch64 with new 7.2.0

+ * Mon Oct 14 2019 Miro Hrončok <mhroncok@redhat.com> - 7.2.0-1

+ - Update to 7.2.0

+ - Enable aarch64

  

  * Sat Jul 27 2019 Peter Robinson <pbrobinson@fedoraproject.org> 7.1.1-3

  - Re-enable power64 builds

no initial comment

1 new commit added

  • Bootstrap aarch64
4 years ago

2 new commits added

  • Bootstrap aarch64, without JIT
  • Update to 7.2.0
4 years ago

@pbrobinson please stop committing directly to master

rebased onto 9e314838849cbdf8a7721f9d673deac41cd5fabf

4 years ago

rebased onto 74b7e1621f79db4cf7199462f81671c598b7529f

4 years ago

I've rebased this PR after it was conflicting.

I'm also testing on aarch64-test01.fedorainfracloud.org to see if pypy can be built with pypy on aarch64 with JIT enabled.

rebased onto 4715343

4 years ago

Pull-Request has been merged by churchyard

4 years ago