analogdevicesinc / libsmu

Software abstractions for the analog signal exploration tools.
http://analogdevicesinc.github.io/libsmu/
BSD 3-Clause "New" or "Revised" License
31 stars 31 forks source link

detect already available python dependencies #202

Open evils opened 2 years ago

evils commented 2 years ago

libsmu v1.0.3 used to detect python dependencies that were already provided with a9e8546af05f4fd61ab8dc847ffbf3c94f4049e6, the installation no longer does this (except for setuptools)

in my nix package i relied on that to build the python bindings it's probably possible to make the current build/install process work with nixpkgs, but it is beyond my nix python tooling know-how

(the problem with v1.0.4 being that it tries to fetch the python dependencies from the internet, which isn't allowed in the isolated nix build environment)