Skip to content

Commit a9a0143

Browse files
authored
Update RHEL build instructions
1 parent 56209cf commit a9a0143

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,16 @@ If your system defaults to Python 2, but you wish to use Python 3, please do the
5252

5353
On any system, this software requires numpy and scipy (hard requirements), plus astropy and healpy (optional).
5454

55-
Setup on RHEL6
56-
--------------
55+
Setup on RHEL Systems with OASIS
56+
--------------------------------
5757

58-
Note that on any RHEL6 system, you will need a newer compiler than ships with the OS. Please follow whatever directions apply at your site to achieve this. Alternately, if you have OASIS set up on your local system, run this before anything else (also works on several other operating systems, including RHEL7):
58+
If using RHEL8 or RHEL9 and you have OASIS set up on your local system, run this before anything else:
5959

6060
.. code-block:: shell
6161
62-
eval `/cvmfs/spt.opensciencegrid.org/py3-v4/setup.sh`
62+
eval `/cvmfs/spt.opensciencegrid.org/py3-v5/setup.sh`
63+
64+
This will add a relatively new compiler and all necessary development packages (FLAC, GSL, etc) for compiling this software.
6365

6466

6567
How to Build

0 commit comments

Comments
 (0)