svn commit: r502004 - head/science/openmx

Yuri Victorovich yuri at FreeBSD.org
Sun May 19 02:25:01 UTC 2019


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


More information about the svn-ports-all mailing list