It's my first time using the build system Semaphore, and I'm having trouble installing scipy while doing my build.
Specifically, it's complaining that BLAS and LAPACK are not installed. Unlike these answers suggests, I can't compile any of the fortran files because Semaphore CI doesn't have them installed on their machines (nor can I install them, because they require root).
What is the proper way of installing scipy in this situation?
(If someone has a suggestion of where to place this question on stackexchange, that would also be appreciated. I'm not sure if this question belongs here.)
It seems travis-ci had a similar issue. Except they resolved it by pre-installing scipy.