summarylogtreecommitdiffstats
path: root/intel-mkl.install
blob: 2127b7a1d35bf56ee779d19a5679a30c6d91ce16 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo -e "\n\tNOTE: Intel® MKL is redistributed under very restrictive license. Please comply.\n"
	echo -e "\tIntel® OpenMP runtime is located under /usr/lib/intel/ due to conflict
	with llvm's openmp package.\n"
	post_upgrade
}

post_upgrade() {
	echo -e "\tNOTE: any binary linking with -liomp5 will now use Intel® OpenMP runtime, sorry.
	To use llvm's OpenMP runtime link with -lomp.\n"
}