Skip to content

Commit 08db6ec

Browse files
committed
Fixed vendoring script
1 parent e7b4076 commit 08db6ec

File tree

3 files changed

+2
-46
lines changed

3 files changed

+2
-46
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-24.04
16-
name: ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}
16+
name: ${{ matrix.sys.compiler }} ${{ matrix.sys.version }} ${{ matrix.sys.novendor == 1 && ' no-vendor' || ' vendoring' }}
1717
strategy:
1818
fail-fast: false
1919
matrix:

tools/0001-Remove-pragmas.patch

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

tools/vendor

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
XTL_VERSION=0.8.1
2-
XSIMD_VERSION=13.2.1
2+
XSIMD_VERSION=13.2.0
33
XTENSOR_VERSION=0.27.0
44
XTENSOR_R_VERSION=0.17.0
55

@@ -32,7 +32,6 @@ then
3232
else
3333
git clone https://github.com/xtensor-stack/xtensor --branch ${XTENSOR_VERSION}
3434
DIRECTORY=$(cd `dirname $0` && pwd)
35-
git -C xtensor apply $DIRECTORY/0001-Remove-pragmas.patch
3635
cp -r xtensor/include/xtensor ./inst/include
3736
rm -rf xtensor
3837
fi

0 commit comments

Comments
 (0)