Skip to content

Commit

Permalink
Merge branch 'branch-0.37' into test-cuda-12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 25, 2024
2 parents 37fdcf8 + 470b844 commit 3dbdb61
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 463 deletions.
6 changes: 3 additions & 3 deletions ci/checks/doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ fi
# Utility to return version as number for comparison
function version { echo "$@" | awk -F. '{ printf("%d%03d%03d%03d\n", $1,$2,$3,$4); }'; }

# doxygen supported version 1.10.0
# doxygen supported version 1.9.1
DOXYGEN_VERSION=`doxygen --version`
if [ ! $(version "$DOXYGEN_VERSION") -eq $(version "1.10.0") ] ; then
if [ ! $(version "$DOXYGEN_VERSION") -eq $(version "1.9.1") ] ; then
echo -e "warning: Unsupported doxygen version $DOXYGEN_VERSION"
echo -e "Expecting doxygen version 1.10.0"
echo -e "Expecting doxygen version 1.9.1"
exit 0
fi

Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- dask-cuda==24.4.*
- dask-cudf==24.4.*
- distributed
- doxygen=1.10.0
- doxygen=1.9.1
- fmt>=10.1.1,<11
- gmock>=1.13.0
- gtest>=1.13.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- dask-cuda==24.4.*
- dask-cudf==24.4.*
- distributed
- doxygen=1.10.0
- doxygen=1.9.1
- fmt>=10.1.1,<11
- gmock>=1.13.0
- gtest>=1.13.0
Expand Down
Loading

0 comments on commit 3dbdb61

Please sign in to comment.