Skip to content
Snippets Groups Projects

Added custom LofarDeviceProxy to enhance support for high-dimensional arrays in attribtues

Merged Jan David Mol requested to merge reshape-highdim-arrays into main
All threads resolved!
Compare and Show latest version
3 files
+ 14
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 8
3
@@ -27,12 +27,17 @@ This package uses [PyTango](https://pytango.readthedocs.io), which wraps the Tan
Debian and Ubuntu provide these natively:
```shell
apt-get install libtango-dev libboost-python-dev
apt-get install libtango-dev
```
Under Arch, install the [tango-cpp AUR package](https://aur.archlinux.org/packages/tango-cpp).
Under Arch, install the [tango-cpp AUR package](https://aur.archlinux.org/packages/tango-cpp). For other distros and installation methods, see [Tango's Linux installation manual](https://tango-controls.readthedocs.io/en/latest/installation/tango-on-linux.html).
You will also need the Boost Python C++ headers & libraries to compile PyTango. Under Debian/Ubuntu, obtain these through:
```shell
apt-get install libboost-python-dev
```
For other distros and installation methods, see [Tango's Linux installation manual](https://tango-controls.readthedocs.io/en/latest/installation/tango-on-linux.html).
## Installation
Loading