diff --git a/README.md b/README.md index 465d0175..6a387192 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,6 @@ For CPU backends: - 3.11.x >= Python < 3.12.x - Compilers: - GNU 11.2+ -- Libraries: - - Boost headers 1.76+ (no lib installed, just headers) For GPU backends (the above plus): diff --git a/docs/index.md b/docs/index.md index 24053f27..650a2846 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,8 +25,6 @@ For CPU backends: - 3.11.x >= Python < 3.12.x - Compilers: - GNU 11.2+ -- Libraries: - - Boost headers 1.76+ (no lib installed, just headers) For GPU backends (the above plus): @@ -88,18 +86,6 @@ git submodule update --init --recursive ``` - Pace requires GCC > 9.2, MPI, and Python 3.8 on your system, and CUDA is required to run with a GPU backend. -You will also need the headers of the boost libraries in your `$PATH` (boost itself does not need to be installed). -If installed outside the standard header locations, gt4py requires that `$BOOST_ROOT` be set: - -```bash -cd BOOST/ROOT -wget https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.gz -tar -xzf boost_1_79_0.tar.gz -mkdir -p boost_1_79_0/include -mv boost_1_79_0/boost boost_1_79_0/include/ -export BOOST_ROOT=BOOST/ROOT/boost_1_79_0 -``` - - We recommend creating a python `venv` or conda environment specifically for Pace. ```bash