We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b4076 commit a752cd6Copy full SHA for a752cd6
tools/0001-Remove-pragmas.patch
tools/vendor
@@ -1,5 +1,5 @@
1
XTL_VERSION=0.8.1
2
-XSIMD_VERSION=13.2.1
+XSIMD_VERSION=13.2.0
3
XTENSOR_VERSION=0.27.0
4
XTENSOR_R_VERSION=0.17.0
5
@@ -32,7 +32,6 @@ then
32
else
33
git clone https://github.com/xtensor-stack/xtensor --branch ${XTENSOR_VERSION}
34
DIRECTORY=$(cd `dirname $0` && pwd)
35
- git -C xtensor apply $DIRECTORY/0001-Remove-pragmas.patch
36
cp -r xtensor/include/xtensor ./inst/include
37
rm -rf xtensor
38
fi
0 commit comments