You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2021/03/24 08:25:26 UTC

[incubator-mxnet] branch v1.8.x updated: [BUGFIX]package libopenblas.so.0 correctly in MXNet v1.8.x wheels (#20086)

This is an automated email from the ASF dual-hosted git repository.

manuseth pushed a commit to branch v1.8.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.8.x by this push:
     new 0065b61  [BUGFIX]package libopenblas.so.0 correctly in MXNet v1.8.x wheels (#20086)
0065b61 is described below

commit 0065b613f4bbda733cc3dba39a5a7dc794d0f9df
Author: Rohit Kumar Srivastava <sr...@osu.edu>
AuthorDate: Wed Mar 24 01:23:39 2021 -0700

    [BUGFIX]package libopenblas.so.0 correctly in MXNet v1.8.x wheels (#20086)
    
    * packaging libopenblas.so.0, dnnl_version.h and dnnl_config.h correctly
    
    * Re-Trigger build
    
    Co-authored-by: Rohit Kumar Srivastava <sr...@buckeyemail.osu.edu>
---
 cd/mxnet_lib/Jenkins_pipeline.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cd/mxnet_lib/Jenkins_pipeline.groovy b/cd/mxnet_lib/Jenkins_pipeline.groovy
index fe2e71c..41f30cd 100644
--- a/cd/mxnet_lib/Jenkins_pipeline.groovy
+++ b/cd/mxnet_lib/Jenkins_pipeline.groovy
@@ -32,8 +32,8 @@ libmxnet = 'lib/libmxnet.so'
 licenses = 'licenses/*'
 
 // libmxnet dependencies
-mx_native_deps = 'lib/libgfortran.so.3'
-mx_deps = 'lib/libgfortran.so.3, 3rdparty/mkldnn/build/install/include/dnnl_version.h, 3rdparty/mkldnn/build/install/include/dnnl_config.h'
+mx_native_deps = 'lib/libgfortran.so.*, lib/libopenblas.so.0'
+mx_deps = 'lib/libgfortran.so.*, lib/libopenblas.so.0, build/3rdparty/mkldnn/include/dnnl_version.h, build/3rdparty/mkldnn/include/dnnl_config.h'
 
 // library type
 // either static or dynamic - depending on how it links to its dependencies