Github user mengxr commented on the pull request:

    https://github.com/apache/spark/pull/4453#issuecomment-74345731
  
    @srowen JBLAS includes statically linked libraries for OS X and Linux, 
which contains `gfortran` routines.
    
    ~~~
    $nm libjblas.jnilib
    00000000005471c0 t __gfortrani_open_internal
    ~~~
    
    Removing JBLAS completely from the runtime scope may require a day of work. 
Maybe we can go with this direction. But one issue is that `DoubleMatrix` gets 
exposed in the `SVDPlusPlus` public API. I don't know whether we should make 
API changes at this time. @ankurdave @rxin 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to