mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
Allow running configure with python 3.4.
Details: - Relax version blacklisting of python3 to allow 3.4 or later instead of 3.5 or later. Thanks to Dave Love for pointing out that 3.4 was sufficient for the purpose of BLIS's build system. (It should be noted that we're not sure which, if any, python3 versions prior to 3.4 are insufficient, and that the only thing stopping us from determining this is the fact that these earlier versions of python3 are not readily available for us to test with.) - Updated docs/BuildSystem.md to be explicit about current python2 vs python3 version requirements.
This commit is contained in:
@@ -20,7 +20,7 @@ This document describes how to configure, compile, and install a BLIS library on
|
||||
|
||||
The BLIS build system was designed for use with GNU/Linux (or some other sane UNIX). Other requirements are:
|
||||
|
||||
* Python (2.7 or later)
|
||||
* Python (2.7 or later for python2; 3.4 or later for python3)
|
||||
* GNU `bash` (3.2 or later)
|
||||
* GNU `make` (3.81 or later)
|
||||
* a working C99 compiler
|
||||
|
||||
Reference in New Issue
Block a user