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 2019/09/03 06:38:27 UTC

[GitHub] [incubator-mxnet] perdasilva edited a comment on issue #16065: Fixes openblas static build

perdasilva edited a comment on issue #16065: Fixes openblas static build
URL: https://github.com/apache/incubator-mxnet/pull/16065#issuecomment-527324612
 
 
   With NO_SHARED=1, *make install8 throws error. To keep it, we'll need to, at the very least, add  *set +e*/*set -e* around it to ignore the error. This will of course ignore *every* possible error and not just the one we care about. In which case, CI won't be notified.
   
   If there's a concern about linking against the .so, I could add an *rm* after the *make install*....?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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