@@ -42,7 +42,7 @@ Please note you must use lsf.lsb_init before any other LSBLIB library routine in
4242
4343 Supported operating systems:
4444 Linux 2.6 glibc 2.3 x86 64 bit: RHEL 6.2, RHEL6.4, RHEL6.5, RHEL6.8
45- Linux 3.10 glibc 2.17 x86 64 bit: Red Hat 7.4, 7.5
45+ Linux 3.10 glibc 2.17 x86 64 bit: Red Hat 7.4, 7.5, 8.8, 8.9
4646 Linux for Power Systems Servers 8 Little Endian (Linux 3.10, glibc 2.17): RHEL 7.4
4747 Linux for Power Systems Servers 9 Little Endian (Linux 4.14, glibc 2.17): RHEL 7.5
4848
@@ -58,7 +58,7 @@ Please note you must use lsf.lsb_init before any other LSBLIB library routine in
5858 Python2 and Python3 are all supported.
5959
6060 The following versions are tested:
61- Python 2.6.6, 2.7.15, 3.0, 3.6.0, 3.7.0
61+ Python 2.6.6, 2.7.15, 3.0, 3.6.0, 3.7.0, 3.12.2
6262
6363## Compatibility
6464
@@ -74,6 +74,10 @@ Before compiling the library, set the LSF environment variables:
7474
7575` $ source profile.lsf `
7676
77+ If using python version higher than 3.10, distutils has been deprecated, install setuptools:
78+
79+ ` $ pip3 install setuptools `
80+
7781To compile and install the library, go to the main source directory
7882and type:
7983
@@ -90,6 +94,7 @@ or `$ python3 setup.py bdist_rpm`
9094
9195Resulting RPMs will be placed in the dist directory
9296
97+
9398## Release Notes
9499
95100### Release 1.0.6
0 commit comments