Skip to content

Commit df7f508

Browse files
committed
Use a patched version of ISA-L 2.31 for MacOS arm64
1 parent 9d1490c commit df7f508

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "src/isal/isa-l"]
22
path = src/isal/isa-l
3-
url = https://github.com/intel/isa-l.git
3+
url = https://github.com/rhpvorderman/isa-l.git

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Changelog
99
1010
version 1.7.0-dev
1111
-----------------
12+
+ Include a patched ISA-L version 2.31. The applied patches make compilation
13+
and wheelbuilding on MacOS ARM64 possible.
1214
+ Fix a bug where READ and WRITE in isal.igzip were inconsistent with the
1315
values in gzip on Python 3.13
1416

0 commit comments

Comments
 (0)