Skip to content

Commit

Permalink
Update install instructions to include ninja and python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Apr 13, 2024
1 parent ecf591e commit 8ed37d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ Build environment

* cmake >= 3.16
* MPICH or OPENMPI
* PETSc (<= 3.16.1)
* PETSc
* HDF5
* SWIG (>= 4.0)
* LibXML (>= 2.0)
* Python (>3.5, <= 3.9.9)
* Python (>3.5, <= 3.11)
* Numpy
* Ninja

Running Requirements
********************
Expand Down Expand Up @@ -101,4 +102,4 @@ Notes on Installing Docker
docker-machine ip default
but note that this will only work correctly from the *Docker Quickstart Terminal*.
but note that this will only work correctly from the *Docker Quickstart Terminal*.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools","numpy>=1.20.3","swig>=4.0.0","cmake>=0.29.24"]
requires = ["setuptools","numpy>=1.20.3","swig>=4.0.0","cmake>=0.29.24", "ninja"]

0 comments on commit 8ed37d7

Please sign in to comment.