You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/13 02:59:18 UTC

[GitHub] leezu opened a new issue #9048: pip package relies on deprecated libgfortran.so version

leezu opened a new issue #9048: pip package relies on deprecated libgfortran.so version
URL: https://github.com/apache/incubator-mxnet/issues/9048
 
 
   Since at least gcc 7.2 released [2017-08-14] libgfortran.so in version 4 (i.e. libgfortran.so.4) is provided. The mxnet pip package however links against libgfortran.so.3 meaning that it cannot be used on systems with recent versions of gcc.
   
   To resolve this issue the pip package needs to either link against libgfortran.so.4, link against both (is that possible?) or should provide a static version of the respective libgfortran library (issue #8903). 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services