diff --git a/science/simgrid/Makefile b/science/simgrid/Makefile index 9d182012bbc3..13a03e97a0a7 100644 --- a/science/simgrid/Makefile +++ b/science/simgrid/Makefile @@ -1,33 +1,35 @@ PORTNAME= SimGrid -DISTVERSION= 3.31 -PORTREVISION= 2 +DISTVERSIONPREFIX= v +DISTVERSION= 3.32-20230223 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= Simulator of the behavior of large-scale distributed systems WWW= https://simgrid.org/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE-LGPL-2.1 LIB_DEPENDS= libboost_context.so:devel/boost-libs \ libcgraph.so:graphics/graphviz \ ${LIB_DEPENDS_${ARCH}} -USES= cmake:noninja compiler:c++14-lang perl5 python:3.6+ shebangfix +USES= cmake:testing compiler:c++14-lang perl5 python:3.6+ shebangfix SHEBANG_FILES= tools/simgrid_convert_TI_traces.py USE_LDCONFIG= yes USE_GITLAB= yes GL_SITE= https://framagit.org/ GL_ACCOUNT= simgrid GL_PROJECT= simgrid -GL_COMMIT= fcfdefe62e01e5353377ebe3573782ba4d368eeb +GL_COMMIT= 93ba9586352a457e9795a66ccd6f45f8525cb03f 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 +# tests fail, see https://github.com/simgrid/simgrid/issues/384 + .include diff --git a/science/simgrid/distinfo b/science/simgrid/distinfo index 5c59385dd110..258d04725d15 100644 --- a/science/simgrid/distinfo +++ b/science/simgrid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658687904 -SHA256 (simgrid-simgrid-fcfdefe62e01e5353377ebe3573782ba4d368eeb_GL0.tar.gz) = 44825f1792daeab45ec5985a857a88e4a7270d1244d25fe49a0da19f89fbdad4 -SIZE (simgrid-simgrid-fcfdefe62e01e5353377ebe3573782ba4d368eeb_GL0.tar.gz) = 13663997 +TIMESTAMP = 1677210234 +SHA256 (simgrid-simgrid-93ba9586352a457e9795a66ccd6f45f8525cb03f_GL0.tar.gz) = 9573f66e27099dbc54bb6d2ea288d23f7a3e1902058063d45ae910266d4f94fa +SIZE (simgrid-simgrid-93ba9586352a457e9795a66ccd6f45f8525cb03f_GL0.tar.gz) = 13045286 diff --git a/science/simgrid/pkg-plist b/science/simgrid/pkg-plist index 71922aadee96..94e3e9a99a72 100644 --- a/science/simgrid/pkg-plist +++ b/science/simgrid/pkg-plist @@ -1,124 +1,122 @@ 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/comm.h include/simgrid/cond.h include/simgrid/config.h include/simgrid/disk.h include/simgrid/engine.h include/simgrid/exec.h include/simgrid/forward.h include/simgrid/host.h include/simgrid/instr.h include/simgrid/kernel/ProfileBuilder.hpp include/simgrid/kernel/Timer.hpp include/simgrid/kernel/resource/Action.hpp include/simgrid/kernel/resource/Model.hpp -include/simgrid/kernel/resource/NetworkModelIntf.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/StarZone.hpp include/simgrid/kernel/routing/TorusZone.hpp include/simgrid/kernel/routing/VivaldiZone.hpp include/simgrid/kernel/routing/WifiZone.hpp include/simgrid/link.h include/simgrid/mailbox.h include/simgrid/modelchecker.h include/simgrid/mutex.h include/simgrid/plugins/ProducerConsumer.hpp 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/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/Disk.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/VirtualMachine.hpp include/simgrid/semaphore.h include/simgrid/simix.h include/simgrid/simix.hpp include/simgrid/version.h include/simgrid/vm.h include/simgrid/zone.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/PropertyHolder.hpp include/xbt/asserts.h +include/xbt/asserts.hpp 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/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/parse_units.hpp include/xbt/promise.hpp include/xbt/random.hpp include/xbt/range.hpp include/xbt/replay.hpp include/xbt/signal.hpp include/xbt/str.h include/xbt/string.hpp 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.31 +lib/libsimgrid.so.3.32.1 lib/simgrid/smpimain lib/simgrid/smpireplaymain libdata/pkgconfig/simgrid.pc