contrib/openblas
2023-11-13 06:52:57 +01:00
..
.footprint openblas: 0.3.24 -> 0.3.25 2023-11-13 06:52:57 +01:00
.signature openblas: 0.3.24 -> 0.3.25 2023-11-13 06:52:57 +01:00
Pkgfile openblas: 0.3.24 -> 0.3.25 2023-11-13 06:52:57 +01: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