BlueBrain / hpc-coding-conventions

Apache License 2.0
7 stars 5 forks source link

cpp/lib.py: works without setuptools installed #150

Closed tristan0x closed 1 year ago

tristan0x commented 1 year ago

the setuptools package is now installed in the virtualenv if missing.

It means that on BB5, the coding-conventions tools now work with the spack module python loaded. They still go off with the python-dev module in some identified cases that I am currently working on.