svn commit: r403991 - head/net/openmpi
Danilo Egea Gondolfo
danilo at FreeBSD.org
Fri Dec 18 23:02:57 UTC 2015
Author: danilo
Date: Fri Dec 18 23:02:56 2015
New Revision: 403991
URL: https://svnweb.freebsd.org/changeset/ports/403991
Log:
- Switch to USES=execinfo
PR: 205403
Submitted by: pawel
Modified:
head/net/openmpi/Makefile
Modified: head/net/openmpi/Makefile
==============================================================================
--- head/net/openmpi/Makefile Fri Dec 18 23:01:54 2015 (r403990)
+++ head/net/openmpi/Makefile Fri Dec 18 23:02:56 2015 (r403991)
@@ -11,14 +11,13 @@ MASTER_SITES= http://www.open-mpi.org/so
MAINTAINER= danilo at FreeBSD.org
COMMENT= High Performance Message Passing Library
-LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
- libhwloc.so:${PORTSDIR}/devel/hwloc \
+LIB_DEPENDS= libhwloc.so:${PORTSDIR}/devel/hwloc \
libltdl.so:${PORTSDIR}/devel/libltdl
HAS_CONFIGURE= yes
INSTALL_TARGET= install-strip
# :keepla because port uses lt_dlopen
-USES= fortran gmake libtool:keepla perl5 pkgconfig tar:bzip2
+USES= execinfo fortran gmake libtool:keepla perl5 pkgconfig tar:bzip2
USE_PERL5= build
MPIBASE?= mpi
More information about the svn-ports-all
mailing list