X-Recipient: archive-cygwin@delorie.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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=fdFrX6w
	3nd0zN1TlMZYX+wAuSrGdh7Mw1oz7n7D5y5Fz578d0EE4y87rtABEpD6spGxbxr8
	mP5KXEoAEiwyera+asnyIuS0NGjBO8k8vDmVTiiDOU8xlKOSfBIZPd5qR1DWPEWY
	xT3NLuoO+vQEMwmCxoweY/DZqy4Njp0JlKBI=
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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=x34W29XTW1g0y
	FdDBHw3k1UwdAM=; b=W/3FJuyBlu0OnYB7hy8U/aEm+pRIYzicwJF7waHASFn3A
	mm2Clv1aTTZ0mCq60xlLWXafMO7CF/mKjUjkZe4WWSnuntO4jtz9ISkgsgMliVPO
	oson/YHgGWDm7En0/ztTEuDIW3mNwGWbSriyxbXlr0WMwqyNvjW7BaXURx3VC4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=life, perfect
X-HELO: mail-wm0-f49.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to;        bh=fy+HbObDoZsIhGzcq+iMaVfCIQP7FVeIuxDDhxmmaok=;        b=Z8c1Z+T3kcdoQkaoNn8wG+Rv1XcF79qNyRtPVWcA2D8pa0OMGlDAoiG5Oq0oCS0q0Z         NC5WqyXadcjuPLQDVmtIZmcFWvXdvxYP73pwYsr9ThaKaxkZOQKL5I0v8+o/VdYCBFyx         2RI8XBUZh9uhE9CorWBWSMGD44jsErSIB+HsA1BfR9bN4tFMLEhDvNfs+oMbiPbCXn3S         DjzEmy0LEbsS9cQuH1EA0v/1Jw3d1EeOSgnW/dj5iMGboh/Q2Haxt2BtT8XYudu14T8A         j7fFqM1g55y/+ICnMtQ28d2wgJAJ2VwPLzBH5ectDwHLuHEJQCA0ot+fMPNloueMUs+n         7yzg==
X-Gm-Message-State: AEkoousN/jrrQbkP+j6LlfWPZGccv+AG/198bRmCxceqFH9VpJVmg2hWiBkjTlNuIIl7veObhgOAAwUeMOoUqg==
X-Received: by 10.194.221.232 with SMTP id qh8mr19156558wjc.117.1469519837859; Tue, 26 Jul 2016 00:57:17 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <5796B2A7.8060002@molconn.com>
References: <5796B2A7.8060002@molconn.com>
From: Csaba Raduly <rcsaba@gmail.com>
Date: Tue, 26 Jul 2016 09:57:17 +0200
Message-ID: <CAEhDDbBsAGK69QyXLzjQu3JQSjD-vje6bhkzJPRo+poRzmrt4Q@mail.gmail.com>
Subject: Re: problem building with cmake under cygwin (need clang)
To: cygwin list <cygwin@cygwin.com>
Content-Type: text/plain; charset=UTF-8

On Tue, Jul 26, 2016 at 2:45 AM, LMH  wrote:
> Hello,
>
> I am trying to compute the convex hull of a high dimensional space (46D x
> 2000 rows). The qhull app available in cygwin/math is based on relatively
> old code and runs out of memory.
>
> I found another version the is supposed to be able to do higher dimensions.
>
> https://bitbucket.org/tomilov/quickhull/src
>
> This version is set up to build with cmake, so I installed cmake in cygwin
> and ran it as,
>
> cmake ./src
>
> Note, I had to copy CMakeLists.txt into the src directory to get this to
> work. If I don't do that, I get the error,

That usually won't work. Instead of copying CMakeLists.txt to the src
directory, you should specify the directory where CMakeLists.txt is
located when invoking CMake.

Steps for building in a separate build directory:

mkdir _build
cd    _build
cmake ..

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
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

