We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9760722 commit 44959b4Copy full SHA for 44959b4
CHANGELOG.rst
@@ -12,6 +12,7 @@ version develop
12
-----------------
13
+ Use upstream ISA-L version 2.31.1 which includes patches to make
14
installation possible.
15
++ Enable building on GNU/Hurd platforms.
16
17
version 1.7.1
18
setup.py
@@ -26,6 +26,7 @@
26
sys.platform.startswith("netbsd"))
27
SYSTEM_IS_UNIX = (sys.platform.startswith("linux") or
28
sys.platform.startswith("darwin") or
29
+ sys.platform.startswith("gnu") or
30
SYSTEM_IS_BSD)
31
SYSTEM_IS_WINDOWS = sys.platform.startswith("win")
32
0 commit comments