| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Date: | Sat, 4 Aug 2007 00:43:18 +0200 |
| From: | Angelo <Angelo AT Roma1 DOT infn DOT it> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: building lapack with cygwin |
| Message-ID: | <Pine.CYG.4.58.0708040033590.3780@homepc> |
| MIME-Version: | 1.0 |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Cezary Sliwa wrote:
> I tried to build Lapack 3.1.1 using cygwin. Compilation works fine, but
> testing reports failures.
I often build lapack 3.1.1 with G77, GFortran and G95, and I do not
observe any failure in testing.
To build with G77 (3.4.4-3) I simply copy make.inc.example to make.inc and
in Makefile I change this
lib: lapacklib tmglib
#lib: blaslib lapacklib tmglib
into this
#lib: lapacklib tmglib
lib: blaslib lapacklib tmglib
then 'make'.
To build with GFortran there is INSTALL/make.inc.gfortran to be copyied in
make.inc.
Likewise with G95 (using make.inc.gfortran in which gfc --> g95).
Cheers,
Angelo.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |