Skip to content

Commit 455f9d3

Browse files
committed
MAINT: Do not use wrap install here [wheel build]
1 parent c76264c commit 455f9d3

File tree

5 files changed

+1
-13
lines changed

5 files changed

+1
-13
lines changed

.github/workflows/build_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
shell: bash -l {0}
2626
run: |
2727
micromamba activate pyseamsdev
28-
meson wrap install fmt
29-
meson wrap install eigen
3028
meson setup bbdir
3129
meson compile -C bbdir
3230

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ jobs:
7979
- name: Build sdist
8080
shell: bash -l {0}
8181
run: |
82-
pipx install meson
83-
meson wrap install fmt
84-
meson wrap install eigen
8582
pipx run build --sdist
8683
8784
- uses: actions/upload-artifact@v3

.github/workflows/ci_docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
shell: bash -el {0}
3131
run: |
3232
# Will also install the package
33-
meson wrap install fmt
34-
meson wrap install eigen
3533
pipx run pdm sync -v
3634
pipx run pdm run sphinx-build -b html docs/source html
3735
- name: Setup Pages

scripts/cibw_before_build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ else
1010
# manylinux
1111
yum -y install boost-devel
1212
fi
13-
14-
# Common commands for both systems
15-
pip install meson
16-
meson wrap install eigen
17-
meson wrap install fmt

subprojects/seams-core.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[wrap-git]
22
directory=seams-core
33
url=https://github.com/RuhiRG/seams-core
4-
revision=2b06b9a311648f9b87d41ae9e1fb04e214bfd0bc
4+
revision=ee091b7dc6063b2b7da2c29f44c6eb713b715139
55
[provide]
66
seams-core=git
77

0 commit comments

Comments
 (0)