Port details |
- concurrencpp C++ concurrency library: tasks, executors, timers, C++20 coroutines
- 0.1.7 devel
=2 0.1.7Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2021-09-11 21:12:05
- Last Update: 2024-08-04 12:00:23
- Commit Hash: dbba2ef
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/David-Haim/concurrencpp
- Description:
- concurrencpp is a tasking library for C++ allowing developers to write highly
concurrent applications easily and safely by using tasks, executors and
coroutines. By using concurrencpp applications can break down big procedures
that need to be processed asynchronously into smaller tasks that run
concurrently and work in a co-operative manner to achieve the wanted result.
concurrencpp also allows applications to write parallel algorithms easily by
using parallel coroutines.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- concurrencpp>0:devel/concurrencpp
- To install the port:
- cd /usr/ports/devel/concurrencpp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/concurrencpp
- pkg install concurrencpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: concurrencpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689482689
SHA256 (David-Haim-concurrencpp-v.0.1.7_GH0.tar.gz) = 049f3e83ad1828e0b8b518652de1a3160d5849fdff03d521d0a5af0167338e89
SIZE (David-Haim-concurrencpp-v.0.1.7_GH0.tar.gz) = 130630
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_concurrencpp
- USES:
- cmake compiler:c++20-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.7 04 Aug 2024 12:00:23
    |
Piotr Kubaj (pkubaj)  |
devel/concurrencpp: drop nowadays unnecessary ports LLVM on powerpc* |
0.1.7 16 Jul 2023 05:51:13
    |
Yuri Victorovich (yuri)  |
devel/concurrencpp: Update 0.1.6 → 0.1.7
Reported by: portscout |
0.1.6 28 May 2023 11:42:42
    |
Piotr Kubaj (pkubaj)  |
devel/concurrencpp: fix build on powerpc*
Fixed in LLVM 16:
/usr/bin/c++ -DCRCPP_EXPORT_API -Dconcurrencpp_EXPORTS -isystem
/wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.6/include -O2
-pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -DNDEBUG -std=c++20 -fPIC
-fvisibility=hidden -fvisibility-inlines-hidden -pthread -MD -MT
CMakeFiles/concurrencpp.dir/source/timers/timer_queue.cpp.o -MF
CMakeFiles/concurrencpp.dir/source/timers/timer_queue.cpp.o.d -o
CMakeFiles/concurrencpp.dir/source/timers/timer_queue.cpp.o -c
/wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.6/source/timers/timer_queue.cpp
fatal error: error in backend: failed to perform tail call elimination on a call
site marked musttail
PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the
crash backtrace, preprocessed source, and associated run script.
Stack dump:
0. Program arguments: /usr/bin/c++ -DCRCPP_EXPORT_API -Dconcurrencpp_EXPORTS
-isystem /wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.6/include
-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -DNDEBUG -std=c++20 -fPIC
-fvisibility=hidden -fvisibility-inlines-hidden -pthread -MD -MT
CMakeFiles/concurrencpp.dir/source/timers/timer_queue.cpp.o -MF
CMakeFiles/concurrencpp.dir/source/timers/timer_queue.cpp.o.d -o
CMakeFiles/concurrencpp.dir/source/timers/timer_queue.cpp.o -c
/wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.6/source/timers/timer_queue.cpp
1. <eof> parser at end of file
2. Code generation
3. Running pass 'Function Pass Manager' on module
'/wrkdirs/usr/ports/devel/concurrencpp/work/concurrencpp-v.0.1.6/source/timers/timer_queue.cpp'.
4. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function
'@_ZN12concurrencpp11timer_queue22make_delay_object_implENSt3__16chrono8durationIxNS1_5ratioILl1ELl1000EEEEENS1_10shared_ptrIS0_EENS7_INS_8executorEEE.resume'
#0 0x0000000014b1252c (/usr/bin/c+++0x14b1252c)
#1 0x0000000014b0fd00 (/usr/bin/c+++0x14b0fd00)
#2 0x0000000014aab0cc (/usr/bin/c+++0x14aab0cc) (Only the first 15 lines of the commit message are shown above ) |
0.1.6 15 Apr 2023 01:20:00
    |
Yuri Victorovich (yuri)  |
devel/concurrencpp: All tests pass |
0.1.6 30 Mar 2023 23:59:51
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sunset 12.3-RELEASE from ports tree
- Mk/bsd.port.mk: mark FreeBSD 12.3 as unsupported.
- Mk/Uses/cabal.mk: Remove the text-2 workaround for 12.3-RELEASE
- biology/wfa2-lib: remove obsolete patch
- databases/mongodb60: remove IGNORE for EOL FreeBSD 12.3
- devel/concurrencpp: remove workaround for EOL FreeBSD 12.3
- devel/electron22: remove IGNORE for EOL FreeBSD 12.3
- devel/malloy: this should build fine on 12.4-RELEASE
- devel/qcoro: remove BROKEN for EOL FreeBSD 12.3
- devel/root: remove workaround for EOL FreeBSD 12.3
- editors/imhex: remove IGNORE for EOL FreeBSD 12.3
- emulators/ppsspp: remove workaround for EOL FreeBSD 12.3
- emulators/rpcs3: remove workaround for EOL FreeBSD 12.3
- emulators/yuzu: remove workaround for EOL 12.3-RELEASE (Only the first 15 lines of the commit message are shown above ) |
0.1.6 22 Mar 2023 22:36:24
    |
Yuri Victorovich (yuri)  |
devel/concurrencpp: Update 0.1.5 → 0.1.6
Reported by: portscout |
0.1.5 18 Feb 2023 22:37:19
    |
Jan Beich (jbeich)  |
devel/concurrencpp: limit BROKEN to 12.3/libc++ (12.4 is fine) |
0.1.5 24 Sep 2022 21:01:01
    |
Yuri Victorovich (yuri)  |
devel/concurrencpp: Update 0.1.4 -> 0.1.5
Reported by: portscout |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.4 22 Jan 2022 13:33:23
    |
Piotr Kubaj (pkubaj)  |
devel/concurrencpp: fix build on powerpc64 and powerpc on 13.0-RELEASE
Same issue as on powerpc64le. |
0.1.4 05 Jan 2022 19:05:00
    |
Piotr Kubaj (pkubaj)  |
devel/concurrencpp: fix build on powerpc64le on 13.0-RELEASE
When building with LLVM11 (and 12):
fatal error: error in backend: failed to perform tail call elimination on a call
site marked musttail
LLVM13 doesn't have this issue. |
0.1.4 31 Dec 2021 17:25:32
    |
Yuri Victorovich (yuri)  |
devel/concurrencpp: Update 0.1.3 -> 0.1.4
Reported by: portscout |
0.1.3 11 Oct 2021 07:38:53
    |
Yuri Victorovich (yuri)  |
devel/concurrencpp: Broken on FreeBSD 12
Reported by: fallout |
0.1.3 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
0.1.3 18 Sep 2021 19:37:08
    |
Yuri Victorovich (yuri)  |
devel/concurrencpp: Broken on 11
Reported by: fallout |
0.1.3 11 Sep 2021 21:08:22
    |
Yuri Victorovich (yuri)  |
devel/concurrencpp: New port: C++ concurrency library: tasks, executors, timers,
C++20 coroutines |