Date: Thu, 02 Nov 2023 20:23:27 +0300 From: Max Brazhnikov <makc@freebsd.org> To: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, Thierry Thomas <thierry@freebsd.org> Subject: Re: git: 0c7a24c1125f - main - math/flexiblas: new port, FlexiBLAS - A BLAS and LAPACK wrapper library Message-ID: <84949204.0ko45tJjV3@mercury> In-Reply-To: <202311021603.3A2G3Y76076446@gitrepo.freebsd.org> References: <202311021603.3A2G3Y76076446@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Thierry, > +.include <bsd.port.pre.mk> > + > +.if exists(${LOCALBASE}/lib/libatlas.so) > +LIB_DEPENDS+= libatlas.so:math/atlas > +PLIST_SUB+= OPENBLAS="@comment " ATLAS="" > +.else > +LIB_DEPENDS+= libcblas.so:math/cblas \ > + libopenblas.so:math/openblas > +PLIST_SUB+= OPENBLAS="" ATLAS="@comment " > +.endif Could this be governed not by fate but via options? Max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?84949204.0ko45tJjV3>