contrib/openblas
Tim Biermann 6476fac798
openblas: 0.3.26 -> 0.3.27
2024-04-04 22:42:47 +02:00
..
.footprint openblas: 0.3.26 -> 0.3.27 2024-04-04 22:42:47 +02:00
.signature openblas: 0.3.26 -> 0.3.27 2024-04-04 22:42:47 +02:00
Pkgfile openblas: 0.3.26 -> 0.3.27 2024-04-04 22:42:47 +02:00
README

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