summarylogtreecommitdiffstats
path: root/aocl-aocc.install
diff options
context:
space:
mode:
Diffstat (limited to 'aocl-aocc.install')
-rw-r--r--aocl-aocc.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/aocl-aocc.install b/aocl-aocc.install
new file mode 100644
index 000000000000..0aa6fed53990
--- /dev/null
+++ b/aocl-aocc.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Use 'module load aocl-aocc' to set up the environment for AMD Optimizing CPU Libraries."
+}
+
+post_upgrade() {
+ post_install
+}