annotate files/patch-lib__pypy___blake2___blake2__build.py @ 72:5c077437ed98

Bauen von pypy3-gdbm und pypy3-sqlite3
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 29 Sep 2022 18:30:15 +0200
parents b8cea9d588b1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
68
b8cea9d588b1 ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 --- lib_pypy/_blake2/_blake2_build.py.orig 2020-03-27 16:01:26 UTC
b8cea9d588b1 ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
2 +++ lib_pypy/_blake2/_blake2_build.py
b8cea9d588b1 ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
3 @@ -80,7 +80,7 @@ void* addressof_node_offset(blake_param *S) {
b8cea9d588b1 ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
4 """
b8cea9d588b1 ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
5
b8cea9d588b1 ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
6
b8cea9d588b1 ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
7 -_libdir = os.path.abspath(os.path.join(os.path.dirname(__file__), 'impl'))
b8cea9d588b1 ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
8 +_libdir = 'impl'
b8cea9d588b1 ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
9 if BLAKE2_USE_SSE:
b8cea9d588b1 ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
10 sourcesB=[os.path.join(_libdir, 'blake2b.c'), ]
b8cea9d588b1 ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
11 sourcesS=[os.path.join(_libdir, 'blake2s.c'), ]