File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,13 @@ python3 -m venv temp
42
42
source temp/bin/activate
43
43
44
44
# 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
49
46
50
47
# To build without QBLAS (default for MSVC)
51
48
# export CFLAGS="-DDISABLE_QUADBLAS"
52
49
# export CXXFLAGS="-DDISABLE_QUADBLAS"
53
50
54
- python -m pip install . -v --no-build-isolation
51
+ python -m pip install . -v
55
52
56
53
# Run the tests
57
54
cd ..
@@ -82,7 +79,7 @@ python -m pytest
82
79
83
80
# Install build dependencies
84
81
pip install -U pip
85
- pip install meson-python numpy pytest ninja meson
82
+ pip install numpy pytest ninja meson
86
83
```
87
84
88
85
3 . ** Set Environment Variables**
@@ -97,7 +94,7 @@ python -m pytest
97
94
98
95
``` powershell
99
96
# Build and install the package
100
- python -m pip install . -v --no-build-isolation
97
+ python -m pip install . -v
101
98
```
102
99
103
100
5 . ** Test Installation**
You can’t perform that action at this time.
0 commit comments