Re: git: 0c7a24c1125f - main - math/flexiblas: new port, FlexiBLAS - A BLAS and LAPACK wrapper library
- Reply: Thierry Thomas : "Re: git: 0c7a24c1125f - main - math/flexiblas: new port, FlexiBLAS - A BLAS and LAPACK wrapper library"
- In reply to: Thierry Thomas : "git: 0c7a24c1125f - main - math/flexiblas: new port, FlexiBLAS - A BLAS and LAPACK wrapper library"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Nov 2023 17:23:27 UTC
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