Port details |
- xeus-cling C++ Jupyter Kernel
- 0.8.1_4 devel =2 0.8.1_4Version of this port present on the latest quarterly branch.
- BROKEN: Doesn't build: xmanager.hpp:125:35: error: no type named 'OptionException' in namespace 'cxxopts'; 0.15.3-5-g93d61b9 also doesn't build due to outdated lang/cling
IGNORE: is marked as broken: Doesn't build: xmanager.hpp:125:35: error: no type named 'OptionException' in namespace 'cxxopts'; 0.15.3-5-g93d61b9 also doesn't build due to outdated lang/cling
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-08-18 01:02:32
- Last Update: 2024-05-28 08:12:14
- Commit Hash: cc2058f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/jupyter-xeus/xeus-cling
- Description:
- xeus-cling is a Jupyter kernel for C++ based on the C++ interpreter cling and
the native implementation of the Jupyter protocol xeus.
In order to use xeus-cling, please launch the jupyter notebook with jupyter
notebook and launch a new C++ notebook by selecting the C++14 kernel in the new
dropdown.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xeus-cling>0:devel/xeus-cling
- To install the port:
- cd /usr/ports/devel/xeus-cling/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install devel/xeus-cling
- pkg install xeus-cling
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xeus-cling
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1583621491
SHA256 (jupyter-xeus-xeus-cling-0.8.1_GH0.tar.gz) = dcc239ca93e9c80eb283307d70bf83a81bd2b4a029ad0be9f01291476ff730d3
SIZE (jupyter-xeus-xeus-cling-0.8.1_GH0.tar.gz) = 2212707
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:
-
- cppzmq>0 : net/cppzmq
- cxxopts>0 : devel/cxxopts
- llvm-config : lang/cling
- nlohmann-json>0 : devel/nlohmann-json
- xtl-quant-stack>0 : devel/xtl-quant-stack
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libclingInterpreter.so : lang/cling
- libpugixml.so : textproc/pugixml
- libuuid.so : misc/e2fsprogs-libuuid
- libxeus.so : devel/xeus
- libzmq.so : net/libzmq4
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xeus-cling-0.8.1_4:
NATIVE=off: Build with native optimizations (-march=native)
===> Use 'make config' to modify these settings
- Options name:
- devel_xeus-cling
- USES:
- cmake compiler:c++14-lang pkgconfig ssl
- 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.8.1_4 28 May 2024 08:12:14 |
Yuri Victorovich (yuri) |
devel/xeus: update 4.0.3 → 5.0.0
Reported by: portscout |
0.8.1_3 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
0.8.1_2 21 Apr 2024 16:06:02 |
Yuri Victorovich (yuri) |
devel/xeus-cling: Update the BROKEN message |
0.8.1_2 01 Jun 2023 19:48:11 |
Yuri Victorovich (yuri) |
devel/xeus: Update 3.0.5 → 3.1.0
Reported by: portscout |
0.8.1_1 26 Mar 2023 21:31:32 |
Adriaan de Groot (adridg) |
devel/xeus-cling: broken by cxxopts updates
Looks like cxxopts changed its name-case convention and replaced
OptionException by exceptions:: namespace and snake-cased names. |
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.8.1_1 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.8.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.1_1 09 Jun 2020 20:29:48 |
yuri |
devel/xeus-cling: Unbreak on systems incompatible with the system where the
package was built
-march=native caused SEGVs on incompatible systems
Also add USE_LDFLAGS.
MFH: 2020Q2 |
0.8.1 15 Mar 2020 17:37:24 |
yuri |
devel/xeus-cling: Fix build by adding a patch adding include with sysctl
parameters
Reported by: fallout |
0.8.1 07 Mar 2020 22:55:10 |
yuri |
devel/xeus-cling: Update 0.5.1 -> 0.8.1
Project's GH account is renamed.
WWW has been updated accordingly.
Unbreak by adding missing libraries to the link line. |
0.5.1_1 21 Sep 2019 08:39:14 |
antoine |
Mark BROKEN with lld
MFH: 2019Q3 |
0.5.1_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.5.1 18 May 2019 23:21:53 |
yuri |
devel/xeus-cling: Broken on FreeBSD 13-CURRENT
Reported by: fallout |
0.5.1 25 Apr 2019 07:21:09 |
yuri |
devel/xeus-cling: Update 0.4.11 -> 0.5.1 |
0.4.11 10 Feb 2019 00:09:15 |
yuri |
devel/xeus-cling: Update 0.4.10 -> 0.4.11
Reported by: portscout |
0.4.10 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.4.10 22 Dec 2018 23:25:37 |
yuri |
devel/xeus-cling: Update 0.4.6 -> 0.4.10
Reported by: portscout |
0.4.6_3 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.4.6_2 24 Aug 2018 17:22:02 |
jhale |
Update security/cryptopp to 7.0.0
We now install a pkgconfig file which will allow ports to check whether
cryptopp was built with assembly instructions enabled or not. There are
a few functions that will be undefined if built without assembly and
-DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case
to avoid build failures. This is not new, but the pkgconf file should
make it easier to determine if the flag is needed or not.
Fix several ports due to API changes and to use the new pkgconf file
to determine cryptopp location and build flags. Special cases below.
deskutils/cdcat
- Use cryptopp shared library instead of static, detect with pkgconf
(Only the first 15 lines of the commit message are shown above ) |
0.4.6_1 19 Aug 2018 23:15:03 |
yuri |
devel/xeus-cling: Fix build on 10 by adding USES=compiler:c++14-lang
Reported by: fallout |
0.4.6 18 Aug 2018 01:02:04 |
yuri |
New port: devel/xeus-cling: C++ Jupyter Kernel |