summarylogtreecommitdiffstats
path: root/intel-mkl.install
diff options
context:
space:
mode:
authorVersus Void2019-03-27 15:40:39 +0300
committerVersus Void2019-03-27 15:40:39 +0300
commite5208b060aff8cbf2618820ca65ecf2791106bf4 (patch)
treeb96e71b579c74e5c128451b2028638d8c5fcae44 /intel-mkl.install
parent87d9cb5820e584c03582904d4284dfa3e1993e50 (diff)
downloadaur-e5208b060aff8cbf2618820ca65ecf2791106bf4.tar.gz
New version. Fix conflict with llvm's openmp
Diffstat (limited to 'intel-mkl.install')
-rw-r--r--intel-mkl.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/intel-mkl.install b/intel-mkl.install
index 0130b901ba7a..2127b7a1d35b 100644
--- a/intel-mkl.install
+++ b/intel-mkl.install
@@ -1,3 +1,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"
}