[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems installing tsa package
From: |
Oliver Heimlich |
Subject: |
Re: Problems installing tsa package |
Date: |
Tue, 23 Feb 2016 07:32:58 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 |
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