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:
Field G. Van Zee
2019-01-07 12:12:47 -06:00
parent ad8d9adb09
commit daacfe6840
2 changed files with 10 additions and 4 deletions

View File

@@ -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