X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=qxyI6yV7LHQsuuV1K99ippafEkh7EMr04JNcr7TbtKR XwrHiZdEzWQI8Row75FSJXJI9uIbG9D+2QCfWQh+A06EzK7KYGaPJWbJHlDpibGu 89PFA90M042wQg3ka4r2bfEZ+OdL/oTgbrqnSgMcsOiMuFJA2V60sY7BnkMlsxzY = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=ZU8Mm8A7xEA6mc5o2eEDlbbERnQ=; b=SRFlJE0qFjcYU1dfu soskyu7dxPpWogZAeb409+IcnmzffbknRyzfmrtnbF4C2I8uW/F0GJWqLLl5aywt 4SBVNzsAV0A6rznKY/e+AHF8EaB/3ZaPlCTY/apShSvw/xWi27DOHZGSuuM/mVi4 I5xQMCK+ooaeORxwfGewo6KoLg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <54812885.5070209@cygwin.com> Date: Thu, 04 Dec 2014 21:37:41 -0600 From: Yaakov Selkowitz User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: advice about setting up the eigen library for use with cygwin g++ References: <5480D570 DOT 2010608 AT molconn DOT com> In-Reply-To: <5480D570.2010608@molconn.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2014-12-04 15:43, LMH wrote: > As stated, I am writing a few tools with cygwin g++. These tools will > make use of the eigen library for some linear algebra (PCA and matrix > manipulations). I have never built with a library that was not installed > through the cygwin package manager, so I thought I would ask if there > was anything I needed to be aware of. eigen2 and eigen3 are both available in Ports. You can see how they are built in Ports git: https://sourceforge.net/p/cygwin-ports/eigen2/ci/master/tree/ https://sourceforge.net/p/cygwin-ports/eigen3/ci/master/tree/ -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple