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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=PAyAXn86w5///ZCf f2JaES+68Ev/WcBZJWJCEF3ldXNSKsgLTt/Ar9TQ/9IFLE8kTCfTCnmAPlE9+kWa YMG8qj8E6hT/GznH0ZjsIHaKamBK4Y9jEH2qT3sa/BLN3L/2fae1YoO5QIACgNyA M4GrKZdiJqgkVq5yh6CeHG5kxYY= 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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=KJfPADZjZq3XhbCnyEpXqu +b6dw=; b=Y68gJ/7SWVmzEBmz+rG6PSR9CJJJP/QGWgl3BCmhWzfvrpKloeHGiJ oYQA8YC8OwBzuFvV7pmUDGV9a7NrhvqeNASK4wRTjCQf915ssVOtPyHVi2qcNPUJ 5fDA8jFUzAPPdMrQ/AHFwrgA0cnn/g+GydxPXoJeKTU4S3nXOcrfo= 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=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=suspect X-HELO: mailsrv.cs.umass.edu Reply-To: moss AT cs DOT umass DOT edu Subject: Re: Numpy 1.12.1 setup issue (targetting Python 3.6.1) from Cygwin 2.8.0 To: cygwin AT cygwin DOT com References: <1492335890346-133485 DOT post AT n5 DOT nabble DOT com> <1492342647795-133490 DOT post AT n5 DOT nabble DOT com> <1492423280653-133510 DOT post AT n5 DOT nabble DOT com> From: Eliot Moss Message-ID: <98fc3b6a-4b61-58b4-039b-880321df125b@cs.umass.edu> Date: Tue, 25 Apr 2017 14:05:51 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 4/25/2017 1:52 PM, Brian Inglis wrote: > On 2017-04-25 11:17, Eliot Moss wrote: >> On 4/25/2017 12:34 PM, Erik Bray wrote: >>> I've just started having this problem too. There appears to be a >>> bug in the latest version of the liblapack0 package, because the >>> import lib liblapack.dll.a lists the lapack DLL name as >>> "cyglapack.dll", when it should be "cyglapack-0.dll". >>> Copying /lib/lapack/cyglapack-0.dll to /lib/lapack/cyglapack.dll >>> works as a workaround... >> I suspect that adding a symlink from cyglapack.dll to >> cyglapack-0.dll would also work, if one prefers that solution. > > ISTR a discussion around rebase recently where symlinks do not > work because Windows kernel loads the DLLs. Ah, good point, Brian! E -- 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