octave-maintainers
[Top][All Lists]
Advanced

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

RE: Octave-maintainers Digest, Vol 96, Issue 46


From: John D
Subject: RE: Octave-maintainers Digest, Vol 96, Issue 46
Date: Sat, 8 Mar 2014 20:38:55 -0500

Message: 3
Date: Sat, 8 Mar 2014 10:54:47 -0800 (PST)
From: Philip Nienhuis <address@hidden>
To: address@hidden
Subject: Re: "Official" binary release for Windows
Message-ID: <address@hidden>
Content-Type: text/plain; charset=us-ascii

John Donoghue-2 wrote
> Message: 5
> Date: Sat, 8 Mar 2014 02:33:35 -0800 (PST)
> From: Philip Nienhuis &lt;

> address@hidden

> &gt;
> To: 

> octave-maintainers@

> Subject: Re: "Official" binary release for Windows
> :
> <snip>
> :
> - Comment out the pkg install line for the tsa package (which is 
> currently
> broken)
> :
> <snip>
> :
> 
> Phillip,
> 
> TSA builds for me - what happens if you try to build it?

(took me a while to realize that "TSA" means tsa package. OK I'm a bit hazy
today :-)  )

Well what happens when I try it with a 3.8.1 that otherwise is fully
functional is this:

====================================================
>> pkg install -verbose -noauto tsa-4.2.7.tar.gz
mkdir (C:\Users\Philip\AppData\Local\Temp\oct-2)
untar (tsa-4.2.7.tar.gz, C:\Users\Philip\AppData\Local\Temp\oct-2)
ls: /usr/local/MATLAB: No such file or directory
ls: /usr/local/MATLAB/R*: No such file or directory
ls: /usr/local/MATLAB/R*: No such file or directory
make: /bin/mexext: Command not found
make: Entering directory `/tmp/oct-2/tsa/src'
ls: /usr/local/MATLAB/R*: No such file or directory
make: /bin/mexext: Command not found
mkoctfile --mex "covm_mex.cpp"  -lgomp -llapack -lblas     ## Octave
mkoctfile --mex "sumskipnan_mex.cpp"  -lgomp -llapack -lblas     ## Octave
make: Leaving directory `/tmp/oct-2/tsa/src'
copyfile C:\Users\Philip\AppData\Local\Temp\oct-2\tsa\src\covm_mex.mex C:
\Users\Philip\AppData\Local\Temp\oct-2\tsa\src\sumskipnan_mex.mex C:\User
s\Philip\AppData\Local\Temp\oct-2\tsa\inst\i686-w64-mingw32-api-v49+
warning: function C:\Octave\Octave-3.8.1\share\octave\packages\tsa-4.2.7\
detrend.m shadows a core library function
>> 
====================================================

... and tsa shows up in "pkg list".


Trying the demos:
>> tsademo
warning: load: file found in load path
....... (demos work fine)
>> invfdemo
warning: load: file found in load path
>> bisdemo
warning: load: file found in load path

(hmm just cosmetic warning I suppose)

So I'll gladly swallow that recommendation in my previous post - tsa is OK.

Did you fix something with the libopenblas.dll so that tsa installation does
pick it up now?

Philip

---

In mxe, if compiling with openblas enabled, it simply creates the openblas
library - it doesn't link against it (as it originally was)
The user who wants to use openblas needs to copy libopenblas.dll to
libblas.dll to use it. (The installer does with as an install option if
openblas was enabled)



reply via email to

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