Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 34552200B34 for ; Sat, 2 Jul 2016 15:09:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 32DEF160A50; Sat, 2 Jul 2016 13:09:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7B554160A34 for ; Sat, 2 Jul 2016 15:09:18 +0200 (CEST) Received: (qmail 91918 invoked by uid 500); 2 Jul 2016 13:09:16 -0000 Mailing-List: contact dev-help@singa.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.incubator.apache.org Delivered-To: mailing list dev@singa.incubator.apache.org Received: (qmail 91908 invoked by uid 99); 2 Jul 2016 13:09:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2016 13:09:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 419A2C02E8 for ; Sat, 2 Jul 2016 13:09:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.446 X-Spam-Level: X-Spam-Status: No, score=-5.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id qpICqVsehtbD for ; Sat, 2 Jul 2016 13:09:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id 5F1AF5FB08 for ; Sat, 2 Jul 2016 13:09:13 +0000 (UTC) Received: (qmail 90778 invoked by uid 99); 2 Jul 2016 13:09:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2016 13:09:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0CDAD2C02A5 for ; Sat, 2 Jul 2016 13:09:11 +0000 (UTC) Date: Sat, 2 Jul 2016 13:09:11 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@singa.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SINGA-217) build python package with setup.py MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 02 Jul 2016 13:09:19 -0000 [ https://issues.apache.org/jira/browse/SINGA-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360167#comment-15360167 ] ASF subversion and git services commented on SINGA-217: ------------------------------------------------------- Commit 37e6ad283ae8b095b1a675a8df3bdc40cfcbd544 in incubator-singa's branch refs/heads/dev from [~aaronwwf] [ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=37e6ad2 ] SINGA-217 build python package with setup.py - modify CMakefiles to build a standard python singa package - remove all hard code path - after cmake and make, can run "python unittest.py" under "/test/python/", currently the "build" path is hard code in unittest.py - user can install singa package by command "sudo pip install ." under "build/python" directory (better run in python virltualenv) make sure libsinga is installed (make install). After this, user can remove hard code path in the unittest.py. > build python package with setup.py > ---------------------------------- > > Key: SINGA-217 > URL: https://issues.apache.org/jira/browse/SINGA-217 > Project: Singa > Issue Type: New Feature > Reporter: wu wenfeng > Assignee: wu wenfeng > -- This message was sent by Atlassian JIRA (v6.3.4#6332)