This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: building lapack with cygwin


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]