X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7220383E836 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1592781381; bh=SoouUhHW9SnfWYoBsz2fWS+OUz7uKO4FzhB41KpbTe4=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=GcFuPNP5ZPQOeRW9lgMdcLVo+fJOS6Biw4s25OX2PHvwW+2M1/fz7aiY7VqrzVQj7 WtubE4wD32jr1i1FdpUCeu8agggNNzoJcI7mL7sGoydBmdR23w5u7x28msIxD8ruTJ LRvrctAf9l1ezSZomabWoZ/6+DO+jdAxO+MXVTO0= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8EF003870846 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ZvMklLIIENiUzQTyDSIlWdnNEhesBPiEtV17Hc+Q+mA=; b=sDmkJggkENebGjb2w/KZFFoRx3gGc/XzPkD67ZLODSFUjho5qOCd1Mex+UR+1XcY5+ Ct4Vru/VjbT6VqxG7L3ab9Z7BWBkVeGh4z7FxX7PDCQgcvP/bbAp8z1XJI9cwsBsqy4S s/RnSq9CcIgBgOw+dBTxIqdLBvCtoy7TbLTflbMIDsp2jVwCMq60YOaucjP5rajNOkxz Sh6HpD31ILUJ4PJGG0XwdqxnZ5eif05kbHre8l3xl7KDZlLw6gBwFRBZfLh2JFT89E4K iatlAqkIs0XUfqEo16Uecz/5WeshinOV3KSHkGa5SdKn0ei/9HhngSXDLLC7Xp/JAM6Q H56Q== X-Gm-Message-State: AOAM5322/M67BH8UW/PagULF56cxbisFlprjtDnRmc26U946EhDSAsiO imYtyqjD/bKUTYpLCiF/SplfmSPUCgVZxkA5dKA= X-Google-Smtp-Source: ABdhPJyOL3GWDjVT1acwcm3MCTP7xi3w/8SdjjaXmPpB0B+KnaW0dfhb4Imqqat19ubjotoZOoFQRdP1iyPkSv6fCrk= X-Received: by 2002:a2e:7407:: with SMTP id p7mr7095577ljc.98.1592781377388; Sun, 21 Jun 2020 16:16:17 -0700 (PDT) MIME-Version: 1.0 References: <86888556-a7c2-501f-c734-f0085ea6bdf5 AT gmail DOT com> <4ad17407-341d-8b4c-872a-7d5df0b5e821 AT cs DOT umass DOT edu> In-Reply-To: <4ad17407-341d-8b4c-872a-7d5df0b5e821@cs.umass.edu> Date: Sun, 21 Jun 2020 16:16:06 -0700 Message-ID: Subject: Re: What's the official state of Python module scipy in Cygwin? To: moss AT cs DOT umass DOT edu X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: My Name via Cygwin Reply-To: My Name Cc: The Cygwin Mailing List Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" E.M., Can you please clarify several points you make? - In the Cygwin installer, I find no "lapack", but searching the installer for that term does return "liblapack". Would that Cygwin package suffice? If not, how would you suggest I install it? - In the Cygwin installer, I find no "openblas", but searching the installer for that term does return "libopenblas" (and the Cygwin installer tells me I already have v 0.3.9-1 installed). Does that suffice? - In the Cygwin installer, I find no "gcc", "g++", or "gfortran", but searching the installer for those terms does return "gcc-core", "gcc-g++", "libgfortran4", and "libgfortran5". Can you please tell me the exact spellings of the packages that worked for you? I lack the background to interpret your informal descriptions. - In the Cygwin installer, I find Packages with names of the form "python37-" followed respectively by "tkinter", "six", and "wheel", and I'm pretty confident that the long names I've found are what you're describing. Are you saying that these three are necessary for installing scipy, or that they're possibly necessary, and you're not sure? Since you had recent success installing scipy, I'd like to try your recipe, but could use exact spellings if you have time. Thank you. On Sun, Jun 21, 2020 at 12:40 PM Eliot Moss wrote: > You need to install openblas (and lapack, if openblas does not install it). > > You also need gcc, g++, and gfortran for building various components, and > the suitable python-devel and python-pip packages. I further have the > suitable python tkinter, six, and wheel packages installed from cygwin. > > I am finding that building scipy takes quite a while (a lot of long > C and Fortran optimizing compilations). > > Above, when I say "suitable", I mean python37 (or whatever). scipy > built for me under 3.7 just now, and I am starting a 3.8 build, which > will require a local build of numpy, I believe, tediously longer :-) ... > > Regards - Eliot Moss > -- > Problem reports: https://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation: https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple > -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple