From: Stuart Henderson Subject: Re: math/lapack,-cblas,-blas,-docs To: Rafael Sadowski Cc: ports , Steven Mestdagh Date: Fri, 1 Nov 2024 08:48:52 +0000 > -COMMENT= library of Fortran linear algebra subroutines > -DPB_PROPERTIES= parallel > +COMMENT-main = library of Fortran linear algebra subroutines > +COMMENT-blas = Basic Linear Algebra Subprograms > +COMMENT-cblas = C interface to BLAS > +COMMENT-docs = maunal pages for BLAS/LAPACK > > -VERSION= 3.8.0 > -DISTNAME= lapack-${VERSION} > -REVISION= 2 > +PKGNAME-main = lapack-${V} > +PKGNAME-blas = blas-${V} > +PKGNAME-cblas = cblas-${V} > +PKGNAME-docs = lapack-man-${V} Is there a need to split it up? Now that the build is combined, putting them in a single package would make sense to me, and would simplify things.