Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 02:25:00 +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: r502004 - head/science/openmx
Message-ID:  <201905190225.x4J2P0IK020444@repo.freebsd.org>

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

Log:
  science/openmx: Unbreak on 13: /usr/lib/libomp.so conflicting with the 'openmp' package has been added to 13-CURRENT
  
  LIB_DEPENDS=libomp.so:devel/openmp now causes this problem in multiple ports.
  
  Reported by:	fallout

Modified:
  head/science/openmx/Makefile

Modified: head/science/openmx/Makefile
==============================================================================
--- head/science/openmx/Makefile	Sun May 19 01:40:31 2019	(r502003)
+++ head/science/openmx/Makefile	Sun May 19 02:24:59 2019	(r502004)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libfftw3.so:math/fftw3 \
 		liblapack.so:math/lapack \
 		libmpich.so:net/mpich \
-		libomp.so:devel/openmp
+		libiomp5.so:devel/openmp
 
 USES=		dos2unix fortran gmake localbase:ldflags
 DOS2UNIX_FILES=	openmx_common.h



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