CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/03 09:12:07
Modified files:
math/py-scipy : Makefile
math/py-scipy/pkg: PLIST
Log message:
Use math/cblas instead of a bundled copy
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