From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78195 invoked by alias); 26 Jul 2018 19:05:02 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 78177 invoked by uid 89); 26 Jul 2018 19:05:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:713, understandable, defeat X-HELO: NAM01-BN3-obe.outbound.protection.outlook.com Received: from mail-oln040092000082.outbound.protection.outlook.com (HELO NAM01-BN3-obe.outbound.protection.outlook.com) (40.92.0.82) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Jul 2018 19:05:01 +0000 Received: from BN3NAM01FT014.eop-nam01.prod.protection.outlook.com (10.152.66.51) by BN3NAM01HT023.eop-nam01.prod.protection.outlook.com (10.152.66.65) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.20.995.12; Thu, 26 Jul 2018 19:04:58 +0000 Received: from MWHPR22MB0686.namprd22.prod.outlook.com (10.152.66.52) by BN3NAM01FT014.mail.protection.outlook.com (10.152.67.115) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.20.995.12 via Frontend Transport; Thu, 26 Jul 2018 19:04:58 +0000 Received: from MWHPR22MB0686.namprd22.prod.outlook.com ([fe80::100f:ff50:2980:5c59]) by MWHPR22MB0686.namprd22.prod.outlook.com ([fe80::100f:ff50:2980:5c59%4]) with mapi id 15.20.0995.014; Thu, 26 Jul 2018 19:04:58 +0000 From: Tony Kelman To: "cygwin-apps@cygwin.com" Subject: Re: [ITA] cmake 3.12.0 Date: Thu, 26 Jul 2018 19:05:00 -0000 Message-ID: References: <87h8kobgqc.fsf@Rainer.invalid> <87d0vcbbpn.fsf@Rainer.invalid> <6e0f7d2f-c9a5-bb79-7c8d-161dcf20ec3f@gmail.com> <6bdcf443-2221-7c0e-887b-5bc4d82b559e@gmail.com>,<59df30e9-347f-d75d-66a1-c9357b9ef442@gmail.com> In-Reply-To: <59df30e9-347f-d75d-66a1-c9357b9ef442@gmail.com> received-spf: None (protection.outlook.com: kelman.net does not designate permitted sender hosts) authentication-results: spf=none (sender IP is ) smtp.mailfrom=tony@kelman.net; Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00112.txt.bz2 > do you need a static lib ? > I saw some distri are packaging it. Presumably the static lib should go in a -devel package? I wouldn't want to link cmake to the static lib though, that would defeat the purpose of de-vendoring it and using separately packaged dependencies. > builds successfully out of box for Cygwin with default build > script provided by Kitware. The default build script uses vendored dependencies which is understandable for Kitware's own reproducibility and testing burden, but generally not the way distros prefer to build cmake. Better to follow the example of the way the existing package is built, but updating the patches and accounting for new dependencies.