blob: 5be530d5071f2209b49d14a7ebb6e46cb7b7eb2d (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
cat << EOF
To enable OpenCL support you need to install one of the following packages:
* nvidia-utils for nVidia GPUs
* amdstram for AMD GPUs
* intel-opencl-sdk for Intel CPUs
EOF
}
# vim:set ts=2 sw=2 et:
|