From 858126d45a0f84d7e2e0d4b38cb4942e910c20cb 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). --- 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 f7e0e36693..1c9697fd2f 100644 --- a/cuda_bindings/docs/source/install.md +++ b/cuda_bindings/docs/source/install.md @@ -57,7 +57,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.