We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b4076 commit c5f1089Copy full SHA for c5f1089
3 files changed
.github/workflows/linux.yml
@@ -13,7 +13,7 @@ defaults:
13
jobs:
14
build:
15
runs-on: ubuntu-24.04
16
- name: ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}
+ name: ${{ matrix.sys.compiler }} ${{ matrix.sys.version }} ${{ matrix.sys.novendor && '' || ' vendoring' }}
17
strategy:
18
fail-fast: false
19
matrix:
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