Date: Sat, 10 Apr 2021 07:24:04 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 88305b6f9bc0 - main - science/simgrid: Update 3.26 -> 3.27 Message-ID: <202104100724.13A7O4x2022354@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=88305b6f9bc09b33b179e2de4191693c65830e69 commit 88305b6f9bc09b33b179e2de4191693c65830e69 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-04-10 07:23:36 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-04-10 07:24:02 +0000 science/simgrid: Update 3.26 -> 3.27 --- science/simgrid/Makefile | 8 +++----- science/simgrid/distinfo | 6 +++--- science/simgrid/pkg-plist | 11 ++++------- 3 files changed, 10 insertions(+), 15 deletions(-) diff --git a/science/simgrid/Makefile b/science/simgrid/Makefile index 1fb4f2f86b10..7fd9f9c71971 100644 --- a/science/simgrid/Makefile +++ b/science/simgrid/Makefile @@ -1,5 +1,5 @@ PORTNAME= SimGrid -DISTVERSION= 3.26 +DISTVERSION= 3.27 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -17,7 +17,7 @@ LIB_DEPENDS_i386= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64le= libunwind.so:devel/libunwind -USES= cmake:noninja compiler:c++11-lang perl5 python:3.6+ shebangfix +USES= cmake:noninja compiler:c++14-lang perl5 python:3.6+ shebangfix SHEBANG_FILES= tools/simgrid_convert_TI_traces.py USE_LDCONFIG= yes @@ -25,14 +25,12 @@ USE_GITLAB= yes GL_SITE= https://framagit.org/ GL_ACCOUNT= simgrid GL_PROJECT= simgrid -GL_COMMIT= 0e789e05d5e7bee542136978a4b4655c13240b56 +GL_COMMIT= a585144d870def9053b47ed0f5cd92ac337038a5 CMAKE_OFF= enable_python LDFLAGS+= /usr/lib/liblzma.so # workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237919 -INSTALL_TARGET= install/strip - # 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 <bsd.port.mk> diff --git a/science/simgrid/distinfo b/science/simgrid/distinfo index 3c0e234794c1..29275d8ce5fb 100644 --- a/science/simgrid/distinfo +++ b/science/simgrid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617891945 -SHA256 (simgrid-simgrid-0e789e05d5e7bee542136978a4b4655c13240b56_GL0.tar.gz) = 2248de81ee7dce03604d2fa793651966260784a4b0cce0c6395ae7ef0a6c273a -SIZE (simgrid-simgrid-0e789e05d5e7bee542136978a4b4655c13240b56_GL0.tar.gz) = 4208497 +TIMESTAMP = 1618015312 +SHA256 (simgrid-simgrid-a585144d870def9053b47ed0f5cd92ac337038a5_GL0.tar.gz) = cb370457929ae2293d098c3a09e37e91f1ea15c2e1fa8270bc1b9594c4a05185 +SIZE (simgrid-simgrid-a585144d870def9053b47ed0f5cd92ac337038a5_GL0.tar.gz) = 3916452 diff --git a/science/simgrid/pkg-plist b/science/simgrid/pkg-plist index fecec29b04c6..6719f4f18374 100644 --- a/science/simgrid/pkg-plist +++ b/science/simgrid/pkg-plist @@ -1,7 +1,7 @@ bin/graphicator bin/simgrid-colorizer -bin/simgrid_update_xml bin/simgrid_convert_TI_traces +bin/simgrid_update_xml bin/smpicc bin/smpicxx bin/smpirun @@ -61,15 +61,12 @@ 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/smpi/smpi_replay.hpp include/simgrid/version.h include/simgrid/vm.h include/simgrid/zone.h @@ -99,7 +96,6 @@ 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 @@ -108,6 +104,7 @@ 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 @@ -121,7 +118,7 @@ include/xbt/utility.hpp include/xbt/virtu.h include/xbt/xbt_os_time.h lib/libsimgrid.so -lib/libsimgrid.so.3.26 +lib/libsimgrid.so.3.27 lib/simgrid/smpimain lib/simgrid/smpireplaymain libdata/pkgconfig/simgrid.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104100724.13A7O4x2022354>