From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x236.google.com (mail-lj1-x236.google.com [IPv6:2a00:1450:4864:20::236]) by sourceware.org (Postfix) with ESMTPS id 9F113383E832 for ; Sun, 21 Jun 2020 13:03:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9F113383E832 Received: by mail-lj1-x236.google.com with SMTP id s1so16362884ljo.0 for ; Sun, 21 Jun 2020 06:03:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=vTKzsbXhgBPDaMR8QTKbwLKWsV3McqznD/ZMWDt/5cQ=; b=TSabV2tEgRMo4gv792l1IsRDSVs5gkY1VfdTH1oNrjceaBaZa8Fx2UWZZlDuzuYCgK Nj56zQpjOAhHb6jn928p3J3PVswoo2SGDsQEDLzvooxOwDX0FiE9HVQ/09Xl8MMFKWQE 3gVpAaKHKxZBKUCpKxny19fwpfPZ7yNLnNuO/ksIgjoIfay/gbFDGN+jsUVbMuhPPrX0 v+Y2t5yoN8yUEOhYMm/gm3IqruLfeyakgolLXat1NG/JNd4CChqrrPR1T/tlVocQln1R bx0QYulrjVrDVr9yGNvGfQbFnHewMF//UjkDmWMeuHGZ64pyfVFA2XgX1imo/tHBNQ6Y RgdQ== X-Gm-Message-State: AOAM53089Gmkd/7sQkNLBgEjSvUAsnl4fppcPP+ygJuC8WFXrl1RKOBN 7IMVq2E9qTwJollgE4c0LuCytdKgfxsXwp+M7wOReC7l X-Google-Smtp-Source: ABdhPJzqWXt1b3NGs/gaCRDmG9/WxAEafeHtIvMjJPECs+Ih9MBCJJW6isWAGq96JKsaILCAs4ftGGTirDv/auY3EK4= X-Received: by 2002:a2e:87da:: with SMTP id v26mr5894412ljj.14.1592744620020; Sun, 21 Jun 2020 06:03:40 -0700 (PDT) MIME-Version: 1.0 From: My Name Date: Sun, 21 Jun 2020 06:03:29 -0700 Message-ID: Subject: What's the official state of Python module scipy in Cygwin? To: cygwin@cygwin.com X-Spam-Status: No, score=-2.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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2020 13:03:42 -0000 IIRC, at one point I was able to use scipy in Cygwin, after a period of failed attempts. I believe that having installed gcc-fortran might have been part of the solution I stumbled upon. But now I'm back to being unable to install scipy in Cygwin. Is it supported officially? Or unsupported but sometimes possible? Thank you.