Monday, November 04, 2024

Re: math/lapack,-cblas,-blas,-docs

On 2024/11/04 08:03, Rafael Sadowski wrote:
> fine with me. Here is a all-in-one lapack solution. If no objections I
> would like to go in with this version.

Thanks.

> I think the update path should be correct?
>
> +@conflict cblas-*
> +@pkgpath math/cblas
> +@conflict blas-*
> +@pkgpath math/blas
>
> Feedback welcome,

I've not tested it yet, but reading through that's looking good to me.

"rename" quirks should be added too. (In practice most people will get
it updated automatically via dependencies, but if someone has installed
one of the packages without another one depending on it, they'd be
left with the old one without the quirk).

> -LIB_DEPENDS = math/blas
> -WANTLIB = blas>=1 m
> +#TEST_DEPENDS = lang/python

If you wanted to add a tdep on python, that should use
MODULES=lang/python, MODPY_BUILDDEP=No (unless needed for configure),
MODPY_RUNDEP=No, and TEST_DEPENDS=${MODPY_RUN_DEPENDS}.

No comments:

Post a Comment