Update to version 8.0

This commit is contained in:
Daniel Bermond
2025-10-04 15:25:22 -03:00
parent 2f9c759725
commit 7eb45c4ac7
11 changed files with 1535 additions and 214 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/configure
+++ b/configure
@@ -6898,7 +6898,7 @@ if [ -z "$nvccflags" ]; then
nvccflags=$nvccflags_default
fi
-nvccflags="$nvccflags -std=c++11"
+nvccflags="$nvccflags -std=c++14"
if enabled x86_64 || enabled ppc64 || enabled aarch64; then
nvccflags="$nvccflags -m64"