summarylogtreecommitdiffstats
path: root/aocl-gcc.install
blob: ce5339dca828e3fa0f17b18ccc87eb0ef41e9626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	if pacman -Q env-modules &> /dev/null; then
		echo "env-modules seems to be installed:"
		echo "If configured correctly, you can conveniently use"
		echo "  $ module load aocl-gcc"
		echo "to set up the environment for AMD Optimizing CPU Libraries."
	fi
}

post_upgrade() {
	post_install
}