Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2020 13:01:32 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523806 - head/misc/libpostal
Message-ID:  <202001221301.00MD1WtC082546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Jan 22 13:01:32 2020
New Revision: 523806
URL: https://svnweb.freebsd.org/changeset/ports/523806

Log:
  misc/libpostal: unbreak CBLAS=on after r523749
  
  =======================<phase: lib-depends    >============================
  ===>   libpostal-1.1_1 depends on shared library: libopenblas.so - not found
  ===>   Installing existing package /packages/All/openblas-0.3.7,1.txz
  Installing openblas-0.3.7,1...
  pkg-static: openblas-0.3.7,1 conflicts with cblas-1.0_12 (installs files into the same place).  Problematic file: /usr/local/include/cblas.h
  
  Failed to install the following 1 package(s): /packages/All/openblas-0.3.7,1.txz
  *** Error code 70
  
  PR:		231371

Modified:
  head/misc/libpostal/Makefile   (contents, props changed)

Modified: head/misc/libpostal/Makefile
==============================================================================
--- head/misc/libpostal/Makefile	Wed Jan 22 12:52:55 2020	(r523805)
+++ head/misc/libpostal/Makefile	Wed Jan 22 13:01:32 2020	(r523806)
@@ -47,7 +47,6 @@ OPTIONS_SUB=	yes
 CBLAS_DESC=	Build with CBLAS/OPENBLAS
 SSE2_DESC=	Enable SSE2 optimization
 
-CBLAS_BUILD_DEPENDS=	${LOCALBASE}/include/cblas.h:math/cblas
 CBLAS_LIB_DEPENDS=	libopenblas.so:math/openblas
 CBLAS_CONFIGURE_WITH=	cblas=${LOCALBASE}/lib/libopenblas.so
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001221301.00MD1WtC082546>