From owner-svn-ports-head@freebsd.org Thu May 16 16:00:18 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51CB8159BE81; Thu, 16 May 2019 16:00:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8874086735; Thu, 16 May 2019 16:00:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62DFF2304D; Thu, 16 May 2019 16:00:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4GG0HJ9052966; Thu, 16 May 2019 16:00:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4GG0GGP052958; Thu, 16 May 2019 16:00:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905161600.x4GG0GGP052958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 16 May 2019 16:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501792 - in head/science: . simgrid simgrid/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . simgrid simgrid/files X-SVN-Commit-Revision: 501792 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8874086735 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2019 16:00:18 -0000 Author: yuri Date: Thu May 16 16:00:15 2019 New Revision: 501792 URL: https://svnweb.freebsd.org/changeset/ports/501792 Log: New port: science/simgrid: Simulator of the behavior of large-scale distributed systems Added: head/science/simgrid/ head/science/simgrid/Makefile (contents, props changed) head/science/simgrid/distinfo (contents, props changed) head/science/simgrid/files/ head/science/simgrid/files/patch-tools_cmake_Documentation.cmake (contents, props changed) head/science/simgrid/pkg-descr (contents, props changed) head/science/simgrid/pkg-plist (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Thu May 16 15:33:32 2019 (r501791) +++ head/science/Makefile Thu May 16 16:00:15 2019 (r501792) @@ -301,6 +301,7 @@ SUBDIR += sigrok-firmware-utils SUBDIR += silo SUBDIR += simbody + SUBDIR += simgrid SUBDIR += simint SUBDIR += simlib SUBDIR += simsmith Added: head/science/simgrid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/simgrid/Makefile Thu May 16 16:00:15 2019 (r501792) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= SimGrid +DISTVERSION= 3.22.2.20190515 +CATEGORIES= science + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simulator of the behavior of large-scale distributed systems + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE-LGPL-2.1 + +LIB_DEPENDS= libboost_context.so:devel/boost-libs \ + libcgraph.so:graphics/graphviz \ + libunwind-ptrace.so:devel/libunwind + +USES= cmake:noninja compiler:c++11-lang perl5 python:3.6+ shebangfix +USE_GITLAB= yes +GL_SITE= https://framagit.org/ +GL_ACCOUNT= simgrid +GL_PROJECT= simgrid +GL_COMMIT= 79b7f7a89ad565a17012ee12c9774c1bd9fa508c +SHEBANG_FILES= tools/simgrid_convert_TI_traces.py +USE_LDCONFIG= yes +INSTALL_TARGET= install/strip + +CMAKE_OFF= enable_python + +LDFLAGS+= /usr/lib/liblzma.so # workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237919 + +# it'll probably break on gcc-based systems, see https://framagit.org/simgrid/simgrid/issues/12, it'll need CMAKE_OFF=enable_lto and possibly more + +.include Added: head/science/simgrid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/simgrid/distinfo Thu May 16 16:00:15 2019 (r501792) @@ -0,0 +1,3 @@ +TIMESTAMP = 1558020642 +SHA256 (simgrid-simgrid-79b7f7a89ad565a17012ee12c9774c1bd9fa508c_GL0.tar.gz) = 99927ae31d437aa95414ca1a5fd6455c385e4c614a4a4feeeff333f8ad87bc1f +SIZE (simgrid-simgrid-79b7f7a89ad565a17012ee12c9774c1bd9fa508c_GL0.tar.gz) = 4027850 Added: head/science/simgrid/files/patch-tools_cmake_Documentation.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/simgrid/files/patch-tools_cmake_Documentation.cmake Thu May 16 16:00:15 2019 (r501792) @@ -0,0 +1,8 @@ +--- tools/cmake/Documentation.cmake.orig 2019-05-16 09:00:44 UTC ++++ tools/cmake/Documentation.cmake +@@ -137,4 +137,4 @@ install(FILES + ${CMAKE_HOME_DIRECTORY}/docs/manpages/smpif90.1 + ${CMAKE_HOME_DIRECTORY}/docs/manpages/smpiff.1 + ${CMAKE_HOME_DIRECTORY}/docs/manpages/smpirun.1 +- DESTINATION $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/man/man1) ++ DESTINATION $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/man/man1) Added: head/science/simgrid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/simgrid/pkg-descr Thu May 16 16:00:15 2019 (r501792) @@ -0,0 +1,6 @@ +SimGrid is a scientific instrument to study the behavior of large-scale +distributed systems such as Grids, Clouds, HPC or P2P systems. It can be used to +evaluate heuristics, prototype applications or even assess legacy MPI +applications. All this as a free software. + +WWW: https://simgrid.org/ Added: head/science/simgrid/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/simgrid/pkg-plist Thu May 16 16:00:15 2019 (r501792) @@ -0,0 +1,127 @@ +bin/graphicator +bin/simgrid-colorizer +bin/simgrid_convert_TI_traces +bin/simgrid_update_xml +bin/smpicc +bin/smpicxx +bin/smpirun +bin/tesh +include/simgrid/Exception.hpp +include/simgrid/actor.h +include/simgrid/barrier.h +include/simgrid/chrono.hpp +include/simgrid/config.h +include/simgrid/engine.h +include/simgrid/forward.h +include/simgrid/host.h +include/simgrid/instr.h +include/simgrid/kernel/future.hpp +include/simgrid/kernel/resource/Action.hpp +include/simgrid/kernel/resource/Model.hpp +include/simgrid/kernel/resource/Resource.hpp +include/simgrid/kernel/routing/ClusterZone.hpp +include/simgrid/kernel/routing/DijkstraZone.hpp +include/simgrid/kernel/routing/DragonflyZone.hpp +include/simgrid/kernel/routing/EmptyZone.hpp +include/simgrid/kernel/routing/FatTreeZone.hpp +include/simgrid/kernel/routing/FloydZone.hpp +include/simgrid/kernel/routing/FullZone.hpp +include/simgrid/kernel/routing/NetPoint.hpp +include/simgrid/kernel/routing/NetZoneImpl.hpp +include/simgrid/kernel/routing/RoutedZone.hpp +include/simgrid/kernel/routing/TorusZone.hpp +include/simgrid/kernel/routing/VivaldiZone.hpp +include/simgrid/link.h +include/simgrid/mailbox.h +include/simgrid/modelchecker.h +include/simgrid/msg.h +include/simgrid/plugins/dvfs.h +include/simgrid/plugins/energy.h +include/simgrid/plugins/file_system.h +include/simgrid/plugins/live_migration.h +include/simgrid/plugins/load.h +include/simgrid/plugins/load_balancer.h +include/simgrid/s4u.hpp +include/simgrid/s4u/Activity.hpp +include/simgrid/s4u/Actor.hpp +include/simgrid/s4u/Barrier.hpp +include/simgrid/s4u/Comm.hpp +include/simgrid/s4u/ConditionVariable.hpp +include/simgrid/s4u/Engine.hpp +include/simgrid/s4u/Exec.hpp +include/simgrid/s4u/Host.hpp +include/simgrid/s4u/Io.hpp +include/simgrid/s4u/Link.hpp +include/simgrid/s4u/Mailbox.hpp +include/simgrid/s4u/Mutex.hpp +include/simgrid/s4u/NetZone.hpp +include/simgrid/s4u/Semaphore.hpp +include/simgrid/s4u/Storage.hpp +include/simgrid/s4u/VirtualMachine.hpp +include/simgrid/semaphore.h +include/simgrid/simdag.h +include/simgrid/simix.h +include/simgrid/simix.hpp +include/simgrid/simix/blocking_simcall.hpp +include/simgrid/smpi/replay.hpp +include/simgrid/storage.h +include/simgrid/vm.h +include/simgrid/zone.h +include/simgrid_config.h +include/smpi/forward.hpp +include/smpi/mpi.h +include/smpi/mpif.h +include/smpi/sampi.h +include/smpi/smpi.h +include/smpi/smpi_extended_traces.h +include/smpi/smpi_extended_traces_fortran.h +include/smpi/smpi_helpers.h +include/smpi/smpi_helpers_internal.h +include/smpi/smpi_main.h +include/xbt.h +include/xbt/Extendable.hpp +include/xbt/RngStream.h +include/xbt/asserts.h +include/xbt/automaton.h +include/xbt/automaton.hpp +include/xbt/backtrace.hpp +include/xbt/base.h +include/xbt/config.h +include/xbt/config.hpp +include/xbt/dict.h +include/xbt/dynar.h +include/xbt/ex.h +include/xbt/file.hpp +include/xbt/function_types.h +include/xbt/functional.hpp +include/xbt/future.hpp +include/xbt/graph.h +include/xbt/log.h +include/xbt/log.hpp +include/xbt/mallocator.h +include/xbt/misc.h +include/xbt/module.h +include/xbt/parmap.h +include/xbt/range.hpp +include/xbt/replay.hpp +include/xbt/signal.hpp +include/xbt/str.h +include/xbt/string.hpp +include/xbt/synchro.h +include/xbt/sysdep.h +include/xbt/system_error.hpp +include/xbt/utility.hpp +include/xbt/virtu.h +include/xbt/xbt_os_time.h +lib/libsimgrid.so +lib/libsimgrid.so.3.22.90 +lib/simgrid/smpimain +lib/simgrid/smpireplaymain +libdata/pkgconfig/simgrid.pc +man/man1/simgrid_update_xml.1.gz +man/man1/smpicc.1.gz +man/man1/smpicxx.1.gz +man/man1/smpif90.1.gz +man/man1/smpiff.1.gz +man/man1/smpirun.1.gz +man/man1/tesh.1.gz