Versions
v1.900.0 :: 0 :: gentoo
- Modified
- License
- || ( Artistic GPL-1+ )
- Keywords
- ~amd64 ~ppc ~x86
- USE flags
- sereal test
v1.889.0 :: 0 :: gentoo
- Modified
- License
- || ( Artistic GPL-1+ )
- Keywords
- ~amd64 ~ppc ~x86
- USE flags
- sereal test
v1.887.0 :: 0 :: gentoo
- Modified
- License
- || ( Artistic GPL-1+ )
- Keywords
- ~amd64 ~ppc ~x86
- USE flags
- sereal test
USE flags
General
- sereal
- Install dev-perl/Sereal-Encoder and decoder for faster worker IPC
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
perl_features
- debug
- PERL_FEATURES setting enabling internal debug support in Perl
- ithreads
- PERL_FEATURES setting enabling interpreter level threads, has some compatibility problems
- quadmath
- PERL_FEATURES setting enabling 128bit floating point arithmetic via libquadmath
Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
Runtime Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-perl / Sereal-Decoder : Fast, compact, powerful binary deserialization
dev-perl / Sereal-Encoder : Fast, compact, powerful binary serialization
virtual / perl-Carp : Virtual for Carp
virtual / perl-File-Path : Virtual for File-Path
virtual / perl-Getopt-Long : Virtual for Getopt-Long
virtual / perl-IO : Virtual for IO
virtual / perl-Scalar-List-Utils : Virtual for Scalar::Util and List::Util, also distributed as Scalar::List::Utils
virtual / perl-Socket : Virtual for Socket
virtual / perl-Storable : Virtual for Storable
virtual / perl-Time-HiRes : Virtual for Time-HiRes
Depending packages
dev-perl / Test-Perl-Critic : Use Perl::Critic in test programs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/MCE: add 1.900.0
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/MCE: add 1.889.0
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-perl/MCE: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-perl/MCE: add 1.887.0
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
dev-perl/MCE: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
dev-perl/MCE: Version bump 1.874
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
dev-perl/MCE: Cleanup old versions 1.7* 1.80* 1.82*
Package-Manager: Portage-2.3.29, Repoman-2.3.9 - Kent Fredric · gentoo
dev-perl/MCE: Bump to version 1.831.0
Upstream: - Add STFL, Coro, and Win32::UI to posix_exit list - Ensure Prime random numbers to be unique betwewen MCE workers - Fix MCE/MCE::Relay stalls when setting input record generator - Fix bug with dequeue_nb in MCE::Queue - Fix signal handler - Add support to get_ncpu for Haiku - Allow gathering to a shared array in MCE::Candy - Improve CPU count on AIX - Improve signal handling, inc nested parallel sessions - Improve running MCE::Hobo inside workers - Improve running with PDL - Recatored bidirectional callbacks in do - Preserve lexical type for numbers across MCE->do and MCE::Queue Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Kent Fredric · gentoo
dev-perl/MCE: Bump to version 1.829.0
Upstream: - Reduce memory consumption - Disable Queue barriers on Windows - Fix tmp_file script path in ::Flock - Use posix_exit for Curses and Prima - Allow hashes as input_data for Core, Flow, Loop & Step - Improve IPC and signal handling - Make tmp_dir and sess_dir on demand. - Load Fcntl, File::Path and Symbol on demand Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Kent Fredric · gentoo
dev-perl/MCE: Bump to version 1.827.0
Upstream: - Dont enable barrier mode in Queue when constructed inside thread or by MCE Model - Don't croak under taint Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Kent Fredric · gentoo
dev-perl/MCE: Bump to version 1.826.0
Upstream: - Check for EINTR during sysread/write - Improved reliability when nested - MCE::Mutex has Channel and Fcntl implementations - Optimisation/Tuning of number of IPC Data Channels, removing the 5x performance penalty of IPC. - Made Safe for running with WxWidgets Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Kent Fredric · gentoo
dev-perl/MCE: Bump to version 1.821.0
Upstream: - Fix bug in MCE::Queue dequeueing from 0 items - Optimised MCE::Core::Input::Sequence and Generator - Remove signal handling for XCPU and XFSZ from MCE::Signal - use posix_exit = 1 by default if Gearman is present at construction - Recommend Sereal 3.015 - Add code block for progress reporting to MCE::Core - Fix div-zero in MCE->yield - Better worker scheduling when workers are slow - mce_grep enhanced with regards to -r and missing path behaviour - Add MCE::Queue::end - mce_grep updated for determining chunk level. - support z* grep in mce_grep - Don't localise AUTOFLUSH - Improved reliability inside eval - Improved reliability under threads - Optimised MCE::Queue::dequeue and MCE::Mutex::synchronie Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Matt Turner · gentoo
dev-perl/MCE: added ~ppc, bug 580158 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Kent Fredric · gentoo
dev-perl/MCE: Bump to version 1.809.0
Upstream: - Faster IO with use_slurpio => 1 - "auto" chunk size tuned. - Worker exit logic now more reliable on Win32 - Support for IO::TieCombine handles for interop with App::Cmd via MCE->print and MCE->sendto - import() fixed issue with not importing certain subs - Added support for Cyclical includes - Better win32 Feature Parity with unix - Sereal support added (default where possible) - Fixed counter in dequeue with standalone MCE::Queues - Fixed race in Queue->await - Optimised MCE::Queue->dequeue - Removed sleep() from MCE->restart_worker - Set posix_exit = 1 w/ CGI.pm and FCGI.pm - Improved MCE + Tk interaction - Support input_data with nested arrays in MCE models - Improved relaying - Workers persistent unless shut down explicitly w/ Mojolicious - Fixed bugs with MCE-in-threads - Ensure uniqueness of random numbers between workers Package-Manager: portage-2.3.2 - Kent Fredric · gentoo
dev-perl/MCE: Added at version 1.705.0
Required for new dev-perl/Test-Perl-Critic Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"