Skip to content
Snippets Groups Projects
Commit a735955a authored by patavirt's avatar patavirt
Browse files

Fix build versioning

parent b9e83da6
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,14 @@ Uses a discretization with local gauge invariance.
## Requirements
- C++ compiles
- C++ compiler
- C++ libraries: Eigen, CppAD
- Meson (build requirement)
- Python 3
## Compiling
See https://mesonbuild.com/Quick-guide.html#compiling-a-meson-project
Assuming prerequisites are installed:
`python3 -m pip install --user .`
See also https://mesonbuild.com/Quick-guide.html#compiling-a-meson-project
......@@ -2,7 +2,7 @@
build-backend = 'mesonpy'
requires = [
'meson-python',
'numpy >= 1.19.0',
'oldest-supported-numpy',
'pybind11',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment