Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 03:01:48 +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: r502010 - head/science/abinit
Message-ID:  <201905190301.x4J31mVs041398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun May 19 03:01:48 2019
New Revision: 502010
URL: https://svnweb.freebsd.org/changeset/ports/502010

Log:
  science/abinit: Fix libomp.so in LDFLAGS (this also might fix the breakage on 13)
  
  Reported by:	fallout

Modified:
  head/science/abinit/Makefile

Modified: head/science/abinit/Makefile
==============================================================================
--- head/science/abinit/Makefile	Sun May 19 02:47:01 2019	(r502009)
+++ head/science/abinit/Makefile	Sun May 19 03:01:48 2019	(r502010)
@@ -31,7 +31,7 @@ OPTIONS_DEFINE=			OPENMP MPI
 OPTIONS_DEFAULT=		OPENMP MPI
 
 OPENMP_CONFIGURE_ENABLE=	openmp
-OPENMP_LDFLAGS=			${LOCALBASE}/lib/libomp.so
+OPENMP_LDFLAGS=			-lomp
 OPENMP_LIB_DEPENDS=		libomp.so:devel/openmp
 
 MPI_CONFIGURE_ENABLE=		mpi



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