From d4116e7d3fb92c0aa9abfdf4eaed362a43796ef8 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 13 Apr 2026 13:42:02 -0700 Subject: [PATCH] nvida hpc_sdk 26.3 --- travis/build_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/build_env.sh b/travis/build_env.sh index cf42c6da56..127a33909c 100755 --- a/travis/build_env.sh +++ b/travis/build_env.sh @@ -280,7 +280,7 @@ if [[ "$os" == "Linux" ]]; then if [[ "$FC" == "nvfortran" ]]; then $MYSUDO apt-get -y install lmod g++ libtinfo5 libncursesw5 lua-posix lua-filesystem lua-lpeg lua-luaossl nv_major=26 - nv_minor=1 + nv_minor=3 nverdot="$nv_major"."$nv_minor" nverdash="$nv_major"-"$nv_minor" arch_dpkg=`dpkg --print-architecture`