Port details |
- xeus-cling C++ Jupyter Kernel
- 0.8.1_1 devel
=0 0.8.1_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-08-18 01:02:32
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: BSD3CLAUSE
- 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.
WWW: https://github.com/jupyter-xeus/xeus-cling
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- xeus-cling>0:devel/xeus-cling
- For LIB depends:
- libxeus-cling.so:devel/xeus-cling
- To install the port:
- cd /usr/ports/devel/xeus-cling/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/xeus-cling
- pkg install xeus-cling
- 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
- 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_1:
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: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.8.1_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.8.1_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Jun 2020 20:29:48
0.8.1_1
|
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 |
15 Mar 2020 17:37:24
0.8.1
|
yuri  |
devel/xeus-cling: Fix build by adding a patch adding include with sysctl
parameters
Reported by: fallout |
07 Mar 2020 22:55:10
0.8.1
|
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. |
21 Sep 2019 08:39:14
0.5.1_1
|
antoine  |
Mark BROKEN with lld
MFH: 2019Q3 |
26 Jul 2019 20:46:57
0.5.1_1
|
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 |
18 May 2019 23:21:53
0.5.1
|
yuri  |
devel/xeus-cling: Broken on FreeBSD 13-CURRENT
Reported by: fallout |
25 Apr 2019 07:21:09
0.5.1
|
yuri  |
devel/xeus-cling: Update 0.4.11 -> 0.5.1 |
10 Feb 2019 00:09:15
0.4.11
|
yuri  |
devel/xeus-cling: Update 0.4.10 -> 0.4.11
Reported by: portscout |
25 Dec 2018 20:25:40
0.4.10
|
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 |
22 Dec 2018 23:25:37
0.4.10
|
yuri  |
devel/xeus-cling: Update 0.4.6 -> 0.4.10
Reported by: portscout |
12 Dec 2018 01:35:36
0.4.6_3
|
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 |
24 Aug 2018 17:22:02
0.4.6_2
|
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 ) |
19 Aug 2018 23:15:03
0.4.6_1
|
yuri  |
devel/xeus-cling: Fix build on 10 by adding USES=compiler:c++14-lang
Reported by: fallout |
18 Aug 2018 01:02:04
0.4.6
|
yuri  |
New port: devel/xeus-cling: C++ Jupyter Kernel |