File tree Expand file tree Collapse file tree 3 files changed +2
-46
lines changed
Expand file tree Collapse file tree 3 files changed +2
-46
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ defaults:
1313jobs :
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 :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11XTL_VERSION=0.8.1
2- XSIMD_VERSION=13.2.1
2+ XSIMD_VERSION=13.2.0
33XTENSOR_VERSION=0.27.0
44XTENSOR_R_VERSION=0.17.0
55
3232else
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
3837fi
You can’t perform that action at this time.
0 commit comments