Skip to content

Commit 3fbe4ae

Browse files
committed
Remove unnecessary export in PKGBUILD
1 parent 78f63e4 commit 3fbe4ae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/git/PKGBUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ build() {
119119

120120
if [[ $HAS_CUDA = true ]] && [[ $FULL_BUILD = true ]]; then
121121
CMAKE+=" -DBUILD_WHISPERCPP_CUBLAS=ON -DCMAKE_CUDA_ARCHITECTURES=native"
122-
export CUDA_PATH=/opt/cuda
123122
export NVCC_APPEND_FLAGS="-std=c++17 --compress-mode=size --split-compile=0 -Wno-deprecated-gpu-targets"
124123
fi
125124
fi

arch/release/PKGBUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ build() {
114114

115115
if [[ $HAS_CUDA = true ]] && [[ $FULL_BUILD = true ]]; then
116116
CMAKE+=" -DBUILD_WHISPERCPP_CUBLAS=ON -DCMAKE_CUDA_ARCHITECTURES=native"
117-
export CUDA_PATH=/opt/cuda
118117
export NVCC_APPEND_FLAGS="-std=c++17 --compress-mode=size --split-compile=0 -Wno-deprecated-gpu-targets"
119118
fi
120119
fi

0 commit comments

Comments
 (0)