Date: Wed, 10 May 2017 19:50:12 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440585 - in head: comms/wsjtx math/py-yt Message-ID: <201705101950.v4AJoC8o012027@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed May 10 19:50:12 2017 New Revision: 440585 URL: https://svnweb.freebsd.org/changeset/ports/440585 Log: Properly register dependency on libomp.so from devel/openmp port Modified: head/comms/wsjtx/Makefile head/math/py-yt/Makefile Modified: head/comms/wsjtx/Makefile ============================================================================== --- head/comms/wsjtx/Makefile Wed May 10 19:12:08 2017 (r440584) +++ head/comms/wsjtx/Makefile Wed May 10 19:50:12 2017 (r440585) @@ -2,7 +2,7 @@ PORTNAME= wsjtx PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -19,7 +19,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libhamlib.so:comms/hamlib \ libxslt.so:textproc/libxslt \ - libomp.so:devel/openmp + libomp.so.0:devel/openmp MAKE_JOBS_UNSAFE= yes USE_GL= yes Modified: head/math/py-yt/Makefile ============================================================================== --- head/math/py-yt/Makefile Wed May 10 19:12:08 2017 (r440584) +++ head/math/py-yt/Makefile Wed May 10 19:50:12 2017 (r440585) @@ -3,6 +3,7 @@ PORTNAME= yt PORTVERSION= 3.3.5 +PORTREVISION= 1 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ RUN_DEPENDS= isympy:math/py-sympy \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython LIB_DEPENDS= libembree.so:graphics/embree \ - libomp.so:devel/openmp + libomp.so.0:devel/openmp USES= dos2unix localbase python USE_PYTHON= autoplist distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705101950.v4AJoC8o012027>