forked from ports/contrib
openblas: change post-install to a README
This commit is contained in:
parent
7120b9941f
commit
9bdb23b9be
12
openblas/README
Normal file
12
openblas/README
Normal 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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user