From 091162b8f6da4283cb803fd400b55e9b6010c575 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 12 Jun 2020 10:37:59 +0200 Subject: mpich neu --- mpich/mpich.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mpich/mpich.install (limited to 'mpich/mpich.install') diff --git a/mpich/mpich.install b/mpich/mpich.install new file mode 100644 index 00000000..fda81710 --- /dev/null +++ b/mpich/mpich.install @@ -0,0 +1,13 @@ +# arg 1: the new package version +post_install() { + echo " *** Documentation installed at /opt/mpich/share/doc/mpich/install.pdf" + echo " *** /opt/mpich/bin is appended to PATH, see /etc/profile.d/mpich.sh" + echo " *** Some binary names match those of OpenMPI located in /usr (if installed)" + /bin/true +} + +# arg 1: the new package version +# arg 2: the old package version +post_upgrade() { + post_install $1 +} -- cgit v1.2.3-54-g00ecf