From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5058 invoked by alias); 6 Feb 2018 14:15:37 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 4674 invoked by uid 89); 6 Feb 2018 14:15:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*u:6.1, H*UA:6.1 X-HELO: mail-wr0-f179.google.com Received: from mail-wr0-f179.google.com (HELO mail-wr0-f179.google.com) (209.85.128.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Feb 2018 14:15:24 +0000 Received: by mail-wr0-f179.google.com with SMTP id i56so2086529wra.7 for ; Tue, 06 Feb 2018 06:15:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ZLnYnpcTUWzcUCNIPZ6hdpX3AVjdmUPps7IicGoA3bQ=; b=qNf+lHaDx3Ia+DoV4jiU/vgiAX2TefH/eKAPa5BVgaRlv/HIKlQh8Ao94VL6Mpgmfr e42U4cZ1uZoMqQZhimgqwfa3avQCWDpkbaYKmy6HkHKt4haeRq/+k3hQ8cnK+21PSSEe Za1bJfORr2XAcDn7cSoAPUAiRvK24rU3fEen1dG8oBNu/PHTFaHLqX8eDNawL+zSCKyz 1n2l05o1Cn2bvJ/iGMzAbAjODHjPEd2AJfSu7zVCjhNsYk45wRaPREvu4toiSAOKJsph aoXlKOKicfh3kCBcswwO3H3T+naMKV3KfYfcK/GfeUsSE4Yl3txLwbnu0NvIVnOFQwS7 qCng== X-Gm-Message-State: APf1xPBq0wWlsvzHtQA+lov79cViHxyQMHqwj3q28h8eV0vbZRLcp/2D kOPd96np3EBCuiGZreRhAP7c1Q== X-Google-Smtp-Source: AH8x226Q9SbUxUsja2FkCi+WSrfeXSfKUNLgxp1gmvZ2y3UI7WWRGdLnNKXVxprV7eE1tBrtA4u5Qw== X-Received: by 10.223.172.52 with SMTP id v49mr2326788wrc.125.1517926505463; Tue, 06 Feb 2018 06:15:05 -0800 (PST) Received: from [172.21.192.129] ([178.15.39.162]) by smtp.googlemail.com with ESMTPSA id b35sm34551758wra.13.2018.02.06.06.15.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Feb 2018 06:15:04 -0800 (PST) Subject: Re: OpenBLAS patch for Cygwin To: Erik Bray , cygwin@cygwin.com References: From: Marco Atzeri Message-ID: Date: Tue, 06 Feb 2018 14:15:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00059.txt.bz2 On 06/02/2018 13:10, Erik Bray wrote: > Hello, > > Users/maintainers of OpenBLAS on Cygwin may be interested in this > patch to improve support for fork(): > https://github.com/xianyi/OpenBLAS/pull/1450 > > Assuming this looks good (feedback welcome) it might be nice to have > this patch included in the next release of the official OpenBLAS > package for Cygwin since its incompatibility with fork() has caused > problems in the past [1]. > > > Thanks, > E > > [1] https://trac.sagemath.org/ticket/22822 > Noted. Do you have a test case to show the failure with current build ? Any reason to use OS_CYGWIN_NT and not __CYGWIN__ in the patch ? Regards Marco -- 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