You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/07/03 04:52:00 UTC

[jira] [Commented] (SINGA-467) Update the version of singa-gpu (singa-cpu) package and fix travis build error

    [ https://issues.apache.org/jira/browse/SINGA-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16877482#comment-16877482 ] 

ASF subversion and git services commented on SINGA-467:
-------------------------------------------------------

Commit 6d4a631828e14f441e667bcd1a7188e14c0712d7 in incubator-singa's branch refs/heads/master from Wang Wei
[ https://gitbox.apache.org/repos/asf?p=incubator-singa.git;h=6d4a631 ]

SINGA-467 Update the version of singa-gpu (singa-cpu) package and fix travis build error

1. Debug travis error when building singa on osx.
   I tried various configuration of the osx_image version.
   The solution is a) osx_image: xcode8 (cmake will use the system cblas
   instead of the one installed by conda build when using the default
   osx image); b) download sdk10.9 manually and
   let cmake use it
   (https://docs.conda.io/projects/conda-build/en/latest/resources/compiler-tools.html).
   otherwise, cmake will fail to compile simple test programs.

2. update singa-cpu and singa-gpu to depend on singa 2.0.0

3. fix the test section in meta.yaml to do test after conda building.


> Update the version of singa-gpu (singa-cpu) package and fix travis build error
> ------------------------------------------------------------------------------
>
>                 Key: SINGA-467
>                 URL: https://issues.apache.org/jira/browse/SINGA-467
>             Project: Singa
>          Issue Type: Task
>            Reporter: wangwei
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> # update singa-gpu and singa-cpu to depend on singa 2.0.0
>  # fix the building error in travis due to the update of the conda build, which now uses the compiler tools [https://docs.conda.io/projects/conda-build/en/latest/resources/compiler-tools.html]
>  # update the meta.yaml file to do test after build conda singa package.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)