Date: Mon, 27 May 2019 09:51:38 +0200 From: =?UTF-8?Q?Ren=C3=A9_Ladan?= <rene@freebsd.org> To: Yuri Victorovich <yuri@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r502756 - head/math/cminpack Message-ID: <CADL2u4im1Jqx2XqH6UMUbksmJL5Qg6g3crZcgAaS5j2SQ_txQA@mail.gmail.com> In-Reply-To: <201905270010.x4R0AxdH047274@repo.freebsd.org> References: <201905270010.x4R0AxdH047274@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Op ma 27 mei 2019 02:11 schreef Yuri Victorovich <yuri@freebsd.org>: > Author: yuri > Date: Mon May 27 00:10:59 2019 > New Revision: 502756 > URL: https://svnweb.freebsd.org/changeset/ports/502756 > > Log: > math/cminpack: Fix build by adding USES=3Dlocalbase > > It couldn't find cblas.h on my system without this. > > Does it build with poudriere without the fix? It was not known to be broken. > Approved by: portmgr (fix build on some systems) > > Hmm.... > Modified: > head/math/cminpack/Makefile > > Modified: head/math/cminpack/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/math/cminpack/Makefile Sun May 26 23:24:25 2019 (r502755) > +++ head/math/cminpack/Makefile Mon May 27 00:10:59 2019 (r502756) > @@ -10,7 +10,7 @@ COMMENT=3D Solving nonlinear equations and nonline= ar > lea > > LICENSE_FILE=3D ${WRKSRC}/CopyrightMINPACK.txt > > -USES=3D cmake > +USES=3D cmake localbase > > USE_GITHUB=3D yes > GH_ACCOUNT=3D devernay > Ren=C3=A9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADL2u4im1Jqx2XqH6UMUbksmJL5Qg6g3crZcgAaS5j2SQ_txQA>