File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,7 @@ python3 -m venv temp
4242source 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"
@@ -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
88853 . ** 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
1031005 . ** Test Installation**
You can’t perform that action at this time.
0 commit comments