Skip to content

Commit

Permalink
Remove xtl reference from Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Jun 14, 2024
1 parent 310c30e commit f23b92a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ From source
- libzmq_
- cppzmq_
- OpenSSL_
- xtl_
- nlohmann_json_
- xeus_

Expand All @@ -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

0 comments on commit f23b92a

Please sign in to comment.