help-octave
[Top][All Lists]
Advanced

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

Re: Problems installing tsa package


From: Alejandro Mosiño
Subject: Re: Problems installing tsa package
Date: Tue, 23 Feb 2016 09:27:09 -0600

Hello Oliver,

Thank you very much for your answer. Unfortunately, it seems not to be working. I get the following output:

/bin/sh: /mkoctfile: No such file or directory
make: *** [covm_mex.mex] Error 127
make: *** Waiting for unfinished jobs..../bin/sh: /mkoctfile: No such file or directory

make: *** [sumskipnan_mex.mex] Error 127
/mkoctfile -v --mex  "covm_mex.cpp" -llapack -lblas
/mkoctfile -v --mex  "sumskipnan_mex.cpp" -llapack -lblas

pkg: error running `make' for the tsa package.
error: called from 'configure_make' in file /usr/local/Cellar/octave/4.0.0_5/share/octave/4.0.0/m/pkg/private/configure_make.m near line 96, column 9

Best,

Alejandro
El 23/02/2016, a las 12:32 a.m., Oliver Heimlich <address@hidden> escribió:

On 23.02.2016 00:21, Alejandro Mosiño wrote:
Hello,

I’m installing Octave 4.0.0 using homebrew on a mac running OS X El
Capitan. Everything seems to be ok, Octave is installed. However, when
trying to install tsa package (pkg install -forge tsa), i get the
following output:

octave:1> pkg install -forge tsa
ld: library not found for -lgomp
ld: library not found for -lgomp
clangclang: : errorerror: : linker command failed with exit code 1 (use
-v to see invocation)linker command failed with exit code 1 (use -v to
see invocation)

make: *** [sumskipnan_mex.mex] Error 1
make: *** Waiting for unfinished jobs....
make: *** [covm_mex.mex] Error 1
mkoctfile --mex -lgomp "covm_mex.cpp" -llapack -lblas
mkoctfile --mex -lgomp "sumskipnan_mex.cpp" -llapack -lblas

pkg: error running `make' for the tsa package.
error: called from 'configure_make' in file
/usr/local/Cellar/octave/4.0.0_5/share/octave/4.0.0/m/pkg/private/configure_make.m
near line 96, column 9

This is particular to tsa, i think, because some other packages
(statistics and econometrics, for instance) install properly.

Can somebody help me, please?

Alejandro

Hi Alejandro,

there is a patch for the tsa package at MacPorts, which might help you:
https://trac.macports.org/browser/trunk/dports/math/octave-tsa/files/patch-src_Makefile.diff

To apply the patch, you have to download the package manually from
octave.sf.net, and apply the patch to the src/Makefile inside the tarball.

I hope that it helps.

Oliver


reply via email to

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