svn commit: r523806 - head/misc/libpostal

Jan Beich jbeich at FreeBSD.org
Wed Jan 22 13:01:33 UTC 2020


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
 


More information about the svn-ports-all mailing list