octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Addition of ITSOL to MXE.


From: marco atzeri
Subject: Re: Addition of ITSOL to MXE.
Date: Fri, 28 Jun 2013 18:15:32 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

Il 6/28/2013 2:26 PM, Michael Goffioul ha scritto:
On Fri, Jun 28, 2013 at 5:40 AM, Kai Torben Ohlhus  wrote:

    On 06/28/2013 01:46 AM, Michael Goffioul wrote:

        On Thu, Jun 27, 2013 at 6:40 PM, marco atzeri

             Il 6/27/2013 6:46 PM, Michael Goffioul ha scritto:

                 Hi,

                 In preparation of the corresponding GSoC project, I've
        added the
                 ITSOL
                 package to MXE. It compiles ok with MSVC. Could you
        guys check
                 whether
                 it compiles with native/cross MinGW?

                 Michael.




I always take a conservative approach when doing patch (use #ifdef
instead of deleting code) and assume that it works fine in "normal"
compilers like GCC (hence the patch is MSVC-specific). But it appears it
wasn't the case here.

Michael.


Hi,
could you check if itsol-2.0.0.tar.bz2
package on
http://matzeri.altervista.org/works/itsol/


does work for you.
The source patch is Kai,s one. I added the autoconf /automake portion.
The overall build patch is very large as it checks for lapack and blas,
and I moved at side some files not anymore relevant

To build/test/install as usual

  (eventually autoreconf -i )
  SOURCE_DIR/configure --enable-shared
  make
  make check
  make install



The final installation on cygwin contains:
------------------------
./bin
./bin/cygitsol-2.dll
./include
./include/itsol
./include/itsol/defs.h
./include/itsol/globheads.h
./include/itsol/ios.h
./include/itsol/protos.h
./lib
./lib/libitsol.a
./lib/libitsol.dll.a
./lib/libitsol.la
./lib/pkgconfig
./lib/pkgconfig/itsol.pc
--------------------------

corrections and suggestions are welcome

Regards
Marco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]