Skip to content

Commit 5e31e1d

Browse files
committed
Merge branch 'main' into cache
2 parents 64581e3 + 1d6e8eb commit 5e31e1d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

quaddtype/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,13 @@ python3 -m venv temp
4242
source temp/bin/activate
4343

4444
# Install the package
45-
pip install meson-python numpy pytest
46-
47-
# If you see errors about a missing atomics library, you might need -latomic
48-
export LDFLAGS="-fopenmp -lpthread"
45+
pip install numpy pytest
4946

5047
# To build without QBLAS (default for MSVC)
5148
# export CFLAGS="-DDISABLE_QUADBLAS"
5249
# export CXXFLAGS="-DDISABLE_QUADBLAS"
5350

54-
python -m pip install . -v --no-build-isolation
51+
python -m pip install . -v
5552

5653
# Run the tests
5754
cd ..
@@ -82,7 +79,7 @@ python -m pytest
8279
8380
# Install build dependencies
8481
pip install -U pip
85-
pip install meson-python numpy pytest ninja meson
82+
pip install numpy pytest ninja meson
8683
```
8784

8885
3. **Set Environment Variables**
@@ -97,7 +94,7 @@ python -m pytest
9794

9895
```powershell
9996
# Build and install the package
100-
python -m pip install . -v --no-build-isolation
97+
python -m pip install . -v
10198
```
10299

103100
5. **Test Installation**

0 commit comments

Comments
 (0)