File tree Expand file tree Collapse file tree 5 files changed +7
-13
lines changed
Expand file tree Collapse file tree 5 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 22 - job : ' Linux_0'
33 strategy :
44 matrix :
5- clang_4 :
6- llvm_version : ' 4.0'
7- clang_5 :
8- llvm_version : ' 5.0'
95 clang_6 :
106 llvm_version : ' 6.0'
117 clang_7 :
1713 clang_10 :
1814 llvm_version : ' 10'
1915 pool :
20- vmImage : ubuntu-16 .04
16+ vmImage : ubuntu-18 .04
2117 variables :
2218 CC : clang-$(llvm_version)
2319 CXX : clang++-$(llvm_version)
Original file line number Diff line number Diff line change 22 - job : ' Linux_1'
33 strategy :
44 matrix :
5- gcc_5 :
6- gcc_version : ' 5'
75 gcc_6 :
86 gcc_version : ' 6'
97 gcc_6_novendor :
3735 novendor : ' 1'
3836 dev_xtensor : ' 1'
3937 pool :
40- vmImage : ubuntu-16 .04
38+ vmImage : ubuntu-18 .04
4139 variables :
4240 CC : gcc-$(gcc_version)
4341 CXX : g++-$(gcc_version)
Original file line number Diff line number Diff line change 1212 if [[ $NOVENDOR == 1 ]]; then
1313 if [[ $USE_DEV_XTENSOR_R == 1 ]]; then
1414 source activate xtensor-dev
15- conda install xtensor==0.23.1 xsimd=7.4.9 cmake -c conda-forge;
15+ conda install xtensor==0.24.0 xsimd=8.0.3 cmake -c conda-forge;
1616 git clone https://github.com/xtensor-stack/xtensor-r.git;
1717 cd xtensor-r; mkdir build; cd build;
1818 cmake -D CMAKE_INSTALL_PREFIX=$CONDA_PREFIX ..;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ http://xtensor-r.readthedocs.io/
6565
6666| ` Xtensor.R ` | ` xtensor-r ` | ` xtensor ` | ` Rcpp ` |
6767| --------------| -------------| -----------| ----------|
68- | master | ^0.13 .0 | ^0.23 .0 | ^1.0 |
68+ | master | ^0.14 .0 | ^0.24 .0 | ^1.0 |
6969| 0.13.2 | ^0.13.0 | ^0.23.0 | ^1.0 |
7070| 0.13.1 | ^0.13.0 | ^0.23.0 | ^1.0 |
7171| 0.13.0 | ^0.13.0 | ^0.23.0 | ^1.0 |
Original file line number Diff line number Diff line change 11XTL_VERSION=0.7.2
2- XSIMD_VERSION=7.4.9
3- XTENSOR_VERSION=0.23.1
4- XTENSOR_R_VERSION=0.13 .0
2+ XSIMD_VERSION=8.0.3
3+ XTENSOR_VERSION=0.24.0
4+ XTENSOR_R_VERSION=0.14 .0
55
66# xtl
77if [ -d "./inst/include/xtl" ]
You can’t perform that action at this time.
0 commit comments