mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Remove shell setup for AMDSDK which I haven't used in at least 4 years
This commit is contained in:
@@ -46,7 +46,6 @@ source "$DOTSHELL/golang.sh"
|
||||
source "$DOTSHELL/docker.sh"
|
||||
source "$DOTSHELL/google-cloud.sh"
|
||||
source "$DOTSHELL/kubernetes.sh"
|
||||
source "$DOTSHELL/amdsdk.sh"
|
||||
|
||||
# Applications
|
||||
source "$DOTSHELL/rtorrent.sh"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
if [ -d "/opt/AMDAPP" ]; then
|
||||
export AMDAPPSDKROOT="/opt/AMDAPP"
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/opt/AMDAPP/lib/x86_64":"/opt/AMDAPP/lib/x86"
|
||||
|
||||
export DISPLAY=:0
|
||||
export GPU_MAX_ALLOC_PERCENT=100
|
||||
export GPU_USE_SYNC_OBJECTS=1
|
||||
# export XAUTHORITY=/.Xauthority
|
||||
fi
|
||||
Reference in New Issue
Block a user