summarylogtreecommitdiffstats
path: root/intel-mkl.install
diff options
context:
space:
mode:
authorm-wells2015-06-08 16:37:18 -0400
committerm-wells2015-06-08 16:37:18 -0400
commitad6edc683eedca068901f398b20044e12edba190 (patch)
treed2d9f15ad2377dea97a427e00cc654bceb35e033 /intel-mkl.install
downloadaur-ad6edc683eedca068901f398b20044e12edba190.tar.gz
Initial import
Diffstat (limited to 'intel-mkl.install')
-rw-r--r--intel-mkl.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/intel-mkl.install b/intel-mkl.install
new file mode 100644
index 000000000000..322317d6f483
--- /dev/null
+++ b/intel-mkl.install
@@ -0,0 +1,19 @@
+
+## arg 1: the new package version
+post_install() {
+ echo "Intel-MKL: To configure the mkl thread number edit: /etc/intel-mkl-th.conf"
+ echo "for more details visit: http://software.intel.com/sites/products/documentation/hpc/mkl/lin/MKL_UG_managing_performance/Using_Additional_Threading_Control.htm"
+
+ ldconfig ;
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+## arg 1: the old package version
+post_remove() {
+ ldconfig ;
+}
+
+# vim:set ts=2 sw=2 et: