Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 02:40:34 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502008 - head/science/py-phono3py
Message-ID:  <201905190240.x4J2eYbr026689@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun May 19 02:40:34 2019
New Revision: 502008
URL: https://svnweb.freebsd.org/changeset/ports/502008

Log:
  science/py-phono3py: Unbreak on 13: /usr/lib/libomp.so conflicting with the 'openmp' package has been added to 13-CURRENT
  
  Reported by:	fallout

Modified:
  head/science/py-phono3py/Makefile

Modified: head/science/py-phono3py/Makefile
==============================================================================
--- head/science/py-phono3py/Makefile	Sun May 19 02:38:14 2019	(r502007)
+++ head/science/py-phono3py/Makefile	Sun May 19 02:40:34 2019	(r502008)
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}phonopy>=1.13.2:science/py-phonopy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
 		${LOCALBASE}/include/lapacke.h:math/lapacke
-LIB_DEPENDS=	libomp.so:devel/openmp \
+LIB_DEPENDS=	libgomp.so:devel/openmp \
 		libopenblas.so:math/openblas
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \



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