summaryrefslogtreecommitdiff
path: root/openblas
diff options
context:
space:
mode:
authorTimB87 <tbier@posteo.de>2019-07-16 13:52:59 +0200
committerTimB87 <tbier@posteo.de>2019-07-16 13:52:59 +0200
commit9bdb23b9be18fb4f025d77547d496641c48b7918 (patch)
treeb99b23e67319e8bcfa019d19aec308b1198d613f /openblas
parent7120b9941ff274f8a58958af6580f3136e71d369 (diff)
downloadcontrib-9bdb23b9be18fb4f025d77547d496641c48b7918.tar.gz
contrib-9bdb23b9be18fb4f025d77547d496641c48b7918.tar.xz
openblas: change post-install to a README
Diffstat (limited to 'openblas')
-rw-r--r--openblas/README12
-rw-r--r--openblas/post-install7
2 files changed, 12 insertions, 7 deletions
diff --git a/openblas/README b/openblas/README
new file mode 100644
index 000000000..9e2ff4aad
--- /dev/null
+++ b/openblas/README
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# This was originally my post-install for this port!
+# openblas and lapack are not meant to co-exist, but
+# the decision to swap them out is only yours to make!
+# Please review the consequences of this script!
+
+alias="openblas: lapack"
+
+if [ -z "$(grep "$alias" /var/lib/pkg/prt-get.aliases)" ]; then
+ echo "$alias" >> /var/lib/pkg/prt-get.aliases
+fi
diff --git a/openblas/post-install b/openblas/post-install
deleted file mode 100644
index ec897e7db..000000000
--- a/openblas/post-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-alias="openblas: lapack"
-
-if [ -z "$(grep "$alias" /var/lib/pkg/prt-get.aliases)" ]; then
- echo "$alias" >> /var/lib/pkg/prt-get.aliases
-fi

Generated by cgit