From f23b92a8cac31e10530df4e20990bc65322918d1 Mon Sep 17 00:00:00 2001 From: anutosh491 Date: Fri, 14 Jun 2024 16:53:34 +0530 Subject: [PATCH] Remove xtl reference from Docs --- README.md | 11 +---------- docs/source/installation.rst | 2 -- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 2c405b5..54eb060 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Versions prior to version 3 depend have an additional dependency on [xtl](https: We have packaged all these dependencies on conda-forge. The simplest way to install them is to run: ```bash -mamba install cmake pkg-config zeromq cppzmq OpenSSL nlohmann_json=3.11.2 xtl xeus -c conda-forge +mamba install cmake pkg-config zeromq cppzmq OpenSSL nlohmann_json=3.11.2 xeus -c conda-forge ``` Once you have installed the dependencies, you can build and install `xeus-zmq`: @@ -144,15 +144,6 @@ cmake make install ``` -### xtl - -[xtl](https://github.com/xtensor-stack/xtl) is a header only library: - -```bash -cmake -D CMAKE_BUILD_TYPE -make install -``` - ## Contributing See [CONTRIBUTING.md](./CONTRIBUTING.md) to know how to contribute and set up a diff --git a/docs/source/installation.rst b/docs/source/installation.rst index cd48e49..fc1ac11 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -36,7 +36,6 @@ From source - libzmq_ - cppzmq_ - OpenSSL_ - - xtl_ - nlohmann_json_ - xeus_ @@ -63,5 +62,4 @@ You can then build and install ``xeus-zmq``: .. _cppzmq: https://github.com/zeromq/cppzmq .. _OpenSSL: https://github.com/OpenSSL/OpenSSL .. _nlohmann_json: https://github.com/nlohmann/json -.. _xtl: https://github.com/xtensor-stack/xtl .. _xeus: https://github.com/jupyter-xeus/xeus