contrib/openblas
2020-10-17 20:28:28 +00:00
..
.footprint openblas: 0.3.10 -> 0.3.11 2020-10-17 20:28:28 +00:00
.signature openblas: 0.3.10 -> 0.3.11 2020-10-17 20:28:28 +00:00
Pkgfile openblas: 0.3.10 -> 0.3.11 2020-10-17 20:28:28 +00:00
README

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