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 8C0ED200BBD for ; Tue, 8 Nov 2016 21:14:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8AB68160B0A; Tue, 8 Nov 2016 20:14:24 +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 D3953160AD0 for ; Tue, 8 Nov 2016 21:14:23 +0100 (CET) Received: (qmail 45194 invoked by uid 500); 8 Nov 2016 20:14:23 -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 45182 invoked by uid 99); 8 Nov 2016 20:14:23 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2016 20:14:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A1501C046A for ; Tue, 8 Nov 2016 20:14:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3 X-Spam-Level: X-Spam-Status: No, score=-3 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-2.999, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id kqr3o6WKm0In for ; Tue, 8 Nov 2016 20:14:22 +0000 (UTC) Received: from bulldozer.omnicode.com (bulldozer.omnicode.com [173.13.130.177]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id C87C65FAF3 for ; Tue, 8 Nov 2016 20:14:21 +0000 (UTC) Received: from [192.168.1.112] (unknown [192.168.1.112]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by bulldozer.omnicode.com (Postfix) with ESMTPSA id 6C6662D40076 for ; Tue, 8 Nov 2016 12:14:07 -0800 (PST) To: dev@singa.incubator.apache.org From: Omar Eljumaily Subject: Singa build dependencies Message-ID: Date: Tue, 8 Nov 2016 12:14:07 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Tue, 08 Nov 2016 20:14:24 -0000 Hello, I'm trying to build Singa on Windows. I run the CMake command line and it complains about missing dependencies. I tried to find the dependencies link on the Apache site and it seems to be missing. https://singa.incubator.apache.org/en/docs/dependencies.md -- Could NOT find PROTOBUF (missing: PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR) -- proto libs PROTOBUF_LIBRARY-NOTFOUND -- Could NOT find GLOG (missing: GLOG_INCLUDE_DIR GLOG_LIBRARIES) CMake Error at D:/apps/cmake/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find CBLAS (missing: CBLAS_INCLUDE_DIR CBLAS_LIBRARIES) Call Stack (most recent call first): D:/apps/cmake/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE) cmake/Thirdparty/FindCBLAS.cmake:24 (find_package_handle_standard_args) cmake/Dependencies.cmake:50 (FIND_PACKAGE) CMakeLists.txt:49 (INCLUDE) Thanks, Omar