Skip to content

Commit a752cd6

Browse files
committed
Fixed vendoring script
1 parent e7b4076 commit a752cd6

File tree

2 files changed

+1
-45
lines changed

2 files changed

+1
-45
lines changed

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)