contrib/openblas
2019-08-12 01:25:11 +02:00
..
.footprint openblas: 0.3.6 -> 0.3.7 2019-08-12 01:25:11 +02:00
.signature openblas: 0.3.6 -> 0.3.7 2019-08-12 01:25:11 +02:00
Pkgfile openblas: 0.3.6 -> 0.3.7 2019-08-12 01:25:11 +02:00
README openblas: change post-install to a README 2019-07-16 13:52:59 +02:00

#!/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