cyclops-community / ctf

Cyclops Tensor Framework: parallel arithmetic on multidimensional arrays
Other
194 stars 53 forks source link

Fix configure script for OSes without /bin/bash #116

Closed alejandrogallo closed 2 years ago

alejandrogallo commented 3 years ago

Some operating systems do not have a copy or link to the bash shell in /bin/bash (e.g. nixos). In general it is better to run a script using /usr/bin/env to find the program.