1
0
forked from ports/contrib

openblas: change post-install to a README

This commit is contained in:
Tim Biermann 2019-07-16 13:52:59 +02:00
parent 7120b9941f
commit 9bdb23b9be
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 12 additions and 7 deletions

12
openblas/README Normal file
View File

@ -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

View File

@ -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