Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 19:19:50 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548413 - head/science/simgrid
Message-ID:  <202009121919.08CJJoJl075915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Sep 12 19:19:49 2020
New Revision: 548413
URL: https://svnweb.freebsd.org/changeset/ports/548413

Log:
  science/simgrid: add libunwind to dependencies on powerpc64
  
  libunwind now works on powerpc64.

Modified:
  head/science/simgrid/Makefile

Modified: head/science/simgrid/Makefile
==============================================================================
--- head/science/simgrid/Makefile	Sat Sep 12 19:19:29 2020	(r548412)
+++ head/science/simgrid/Makefile	Sat Sep 12 19:19:49 2020	(r548413)
@@ -2,6 +2,7 @@
 
 PORTNAME=	SimGrid
 DISTVERSION=	3.25
+PORTREVISION=	1
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -17,6 +18,7 @@ LIB_DEPENDS=	libboost_context.so:devel/boost-libs \
 LIB_DEPENDS_aarch64=	libunwind.so:devel/libunwind
 LIB_DEPENDS_amd64=	libunwind.so:devel/libunwind
 LIB_DEPENDS_i386=	libunwind.so:devel/libunwind
+LIB_DEPENDS_powerpc64=	libunwind.so:devel/libunwind
 
 USES=		cmake:noninja compiler:c++11-lang perl5 python:3.6+ shebangfix
 USE_GITLAB=	yes



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