Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
jobs:
build:
runs-on: ubuntu-24.04
name: ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}
name: ${{ matrix.sys.compiler }} ${{ matrix.sys.version }} ${{ matrix.sys.novendor == 1 && ' no-vendor' || ' vendoring' }}
strategy:
fail-fast: false
matrix:
Expand Down
43 changes: 0 additions & 43 deletions tools/0001-Remove-pragmas.patch

This file was deleted.

3 changes: 1 addition & 2 deletions tools/vendor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
XTL_VERSION=0.8.1
XSIMD_VERSION=13.2.1
XSIMD_VERSION=13.2.0
XTENSOR_VERSION=0.27.0
XTENSOR_R_VERSION=0.17.0

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