Skip to content

Commit 504d9d8

Browse files
committed
upgraded to xtensor 0.27
1 parent 27d3c0c commit 504d9d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "which tar"
7979
which tar
8080
export TAR="/usr/bin/tar"
81-
R -e "library(devtools); install_github('fbourgin/Xtensor.R', ref = 'update_xtensor', configure.args = '--novendor')"
81+
R -e "library(devtools); install_github('fbourgin/Xtensor.R', ref = 'update_xtensor_0.27', configure.args = '--novendor')"
8282
8383
- name: print R HOME
8484
run: |

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ set(XTENSOR_R_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
1616
# Versionning
1717
# ===========
1818

19-
set(XTENSOR_REQUIRED_VERSION 0.26.0)
20-
set(XTL_REQUIRED_VERSION 0.8.0)
19+
set(XTENSOR_REQUIRED_VERSION 0.27.1)
20+
set(XTL_REQUIRED_VERSION 0.8.1)
2121

2222
set(XTENSOR_R_CONFIG_FILE
2323
"${XTENSOR_R_INCLUDE_DIR}/xtensor-r/xtensor_r_config.hpp")

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- cmake
6-
- xtensor=0.26.0
6+
- xtensor=0.27.1
77
- r-base
88
- r-rcpp
99
# test dependencies

0 commit comments

Comments
 (0)