From 69a5fa4ce48426a5566ddc1e3f5e74ca55b5ac96 Mon Sep 17 00:00:00 2001 From: Andy Jost Date: Wed, 20 Aug 2025 09:47:26 -0700 Subject: [PATCH] Removes LIBRARY_PATH environment variable from installation docs (no longer needed due to resolution of #608). (cherry picked from commit 858126d45a0f84d7e2e0d4b38cb4942e910c20cb) --- cuda_bindings/docs/source/install.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cuda_bindings/docs/source/install.md b/cuda_bindings/docs/source/install.md index 175e304e61..7fac151762 100644 --- a/cuda_bindings/docs/source/install.md +++ b/cuda_bindings/docs/source/install.md @@ -56,7 +56,6 @@ Source builds require that the provided CUDA headers are of the same major.minor ```console $ export CUDA_HOME=/usr/local/cuda -$ export LIBRARY_PATH=$CUDA_HOME/lib64:$LIBRARY_PATH ``` See [Environment Variables](environment_variables.md) for a description of other build-time environment variables.