scipy properly detects cblas now that libcblas.so has a dep on libblas.so. Register the dep on math/cblas, along with math/lapack, because scipy directly links against those. (py-numpy, a BUILD and RUN_DEPENDS, also links against those but better be explicit). Spotted by naddy@ While here, bytecompile all the installed .py files