Files
rocm-systems/packaging/hip-nvcc.postinst
T

9 lines
114 B
Bash
Raw Normal View History

#!/bin/bash
ROCMDIR=@ROCM_PATH@
HIPDIR=$ROCMDIR/hip
2020-01-24 02:52:57 -08:00
if [ -d $ROCMDIR] ; then
ln -s -f $ROCMDIR /opt/rocm
fi