contrib/openblas
2023-01-06 18:21:19 +00:00
..
.footprint openblas: fixed build 2023-01-06 18:21:19 +00:00
.signature openblas: fixed build 2023-01-06 18:21:19 +00:00
openblas-0.3.21-clang16.patch openblas: fixed build 2023-01-06 18:21:19 +00:00
Pkgfile openblas: fixed build 2023-01-06 18:21:19 +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