Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56a676c

Browse files
committed
Update spin
1 parent e908093 commit 56a676c

5 files changed

Lines changed: 9 additions & 28 deletions

File tree

.github/workflows/linux_meson.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
TERM: xterm-256color
4343
run:
44-
./spin build -- --werror
44+
spin build -- --werror
4545
- name: Check build-internal dependencies
4646
run:
4747
ninja -C build -t missingdeps
@@ -54,4 +54,4 @@ jobs:
5454
TERM: xterm-256color
5555
run: |
5656
pip install pytest hypothesis typing_extensions
57-
./spin test
57+
spin test

.github/workflows/linux_musl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
pip install pytest hypothesis typing_extensions
6363
6464
# use meson to build and test
65-
./spin build
66-
./spin test
65+
spin build
66+
spin test

build_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ meson-python>=0.10.0
22
Cython>=0.29.30,<3.0
33
wheel==0.38.1
44
ninja
5-
spin>=0.2
5+
spin>=0.3

building_with_meson.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ into a problem._
1818
Then install spin:
1919
- `python -m pip install spin`
2020

21-
**Compile and install:** `./spin build`
21+
**Compile and install:** `spin build`
2222

2323
This builds in the `build/` directory, and installs into the `build-install` directory.
2424

2525
Then run the test suite or a shell via `spin`:
2626
```
27-
./spin test
28-
./spin ipython
27+
spin test
28+
spin ipython
2929
```
3030

3131
Alternatively, to use the package, add it to your `PYTHONPATH`:
@@ -67,5 +67,5 @@ Libs: -L${libdir} -lopenblas
6767
Then build with:
6868

6969
```
70-
./spin build -- -Dpkg_config_path=${HOME}/lib/pkgconfig
70+
spin build -- -Dpkg_config_path=${HOME}/lib/pkgconfig
7171
```

spin

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)