svn commit: r502756 - head/math/cminpack

René Ladan rene at freebsd.org
Mon May 27 08:13:00 UTC 2019


Op ma 27 mei 2019 02:11 schreef Yuri Victorovich <yuri at 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=localbase
>
>   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
>
> ==============================================================================
> --- 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=      Solving nonlinear equations and nonlinear
> lea
>
>  LICENSE_FILE=  ${WRKSRC}/CopyrightMINPACK.txt
>
> -USES=          cmake
> +USES=          cmake localbase
>
>  USE_GITHUB=    yes
>  GH_ACCOUNT=    devernay
>

René


More information about the svn-ports-all mailing list