Skip to content

Commit dde6a11

Browse files
committed
Fix CRAN checks
1 parent adcf322 commit dde6a11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/vendor

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
XTL_VERSION=0.7.5
22
XSIMD_VERSION=10.0.0
3-
XTENSOR_VERSION=0.24.4
3+
XTENSOR_VERSION=0.24.5
44
XTENSOR_R_VERSION=0.14.2
55

66
# xtl
@@ -11,6 +11,8 @@ else
1111
git clone https://github.com/xtensor-stack/xtl --branch ${XTL_VERSION}
1212
cp -r xtl/include/xtl ./inst/include
1313
rm -rf xtl
14+
# Add newline in the end of xhalf_float_impl.hpp for R CRAN checks
15+
echo "" >> ./inst/include/xtl/xhalf_float_impl.hpp
1416
fi
1517

1618
# xsimd

0 commit comments

Comments
 (0)