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 2
2
- job : ' Linux_0'
3
3
strategy :
4
4
matrix :
5
- clang_4 :
6
- llvm_version : ' 4.0'
7
- clang_5 :
8
- llvm_version : ' 5.0'
9
5
clang_6 :
10
6
llvm_version : ' 6.0'
11
7
clang_7 :
17
13
clang_10 :
18
14
llvm_version : ' 10'
19
15
pool :
20
- vmImage : ubuntu-16 .04
16
+ vmImage : ubuntu-18 .04
21
17
variables :
22
18
CC : clang-$(llvm_version)
23
19
CXX : clang++-$(llvm_version)
Original file line number Diff line number Diff line change 2
2
- job : ' Linux_1'
3
3
strategy :
4
4
matrix :
5
- gcc_5 :
6
- gcc_version : ' 5'
7
5
gcc_6 :
8
6
gcc_version : ' 6'
9
7
gcc_6_novendor :
37
35
novendor : ' 1'
38
36
dev_xtensor : ' 1'
39
37
pool :
40
- vmImage : ubuntu-16 .04
38
+ vmImage : ubuntu-18 .04
41
39
variables :
42
40
CC : gcc-$(gcc_version)
43
41
CXX : g++-$(gcc_version)
Original file line number Diff line number Diff line change 12
12
if [[ $NOVENDOR == 1 ]]; then
13
13
if [[ $USE_DEV_XTENSOR_R == 1 ]]; then
14
14
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;
16
16
git clone https://github.com/xtensor-stack/xtensor-r.git;
17
17
cd xtensor-r; mkdir build; cd build;
18
18
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/
65
65
66
66
| ` Xtensor.R ` | ` xtensor-r ` | ` xtensor ` | ` Rcpp ` |
67
67
| --------------| -------------| -----------| ----------|
68
- | master | ^0.13 .0 | ^0.23 .0 | ^1.0 |
68
+ | master | ^0.14 .0 | ^0.24 .0 | ^1.0 |
69
69
| 0.13.2 | ^0.13.0 | ^0.23.0 | ^1.0 |
70
70
| 0.13.1 | ^0.13.0 | ^0.23.0 | ^1.0 |
71
71
| 0.13.0 | ^0.13.0 | ^0.23.0 | ^1.0 |
Original file line number Diff line number Diff line change 1
1
XTL_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
5
5
6
6
# xtl
7
7
if [ -d "./inst/include/xtl" ]
You can’t perform that action at this time.
0 commit comments