Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with library Rssa #10

Open
zikrach opened this issue Oct 25, 2017 · 4 comments
Open

Problem with library Rssa #10

zikrach opened this issue Oct 25, 2017 · 4 comments
Assignees

Comments

@zikrach
Copy link
Collaborator

zikrach commented Oct 25, 2017

If I use library Rssa installed from source, then function findPeriod_ssa (specifically SSA) work very long. With library installed from binaries, findPeriod_ssa works well. But for Rssa are available only

  • Windows binaries: | r-devel: Rssa_1.0.zip, r-release: Rssa_1.0.zip, r-oldrel: Rssa_1.0.zip
  • OS X El Capitan binaries: | r-release: Rssa_1.0.tgz
  • OS X Mavericks binaries: | r-oldrel: Rssa_1.0.tgz

As a consequence, we going to expect problems with the SSA function after the deployment on AWS.

@zikrach zikrach changed the title Problem with library Rosa Problem with library Rssa Oct 25, 2017
@zikrach
Copy link
Collaborator Author

zikrach commented Oct 25, 2017

We can use next solution on Debian Stretch:

  1. apt-get install libfftw3-3 libfftw3-bin libfftw3-dev libfftw3-double3 (FFTW packages with headers)
  2. install.packages("Rssa", type = "source")
    If it does not work, then will use
  • install.packages('rssa.tar.gz',repos=NULL,type="source",configure.args=c("--with-fftw-include=...","--with-fftw-lib=..."))
  1. profit))

@vsolskyy
Copy link
Collaborator

@zikrach close it, if we're done :)

@zikrach
Copy link
Collaborator Author

zikrach commented Oct 27, 2017

Problem solved only for Debian Stretch, but we don't know how to solve this problem on other Linux based system.

@vsolskyy
Copy link
Collaborator

Well, putting exotic stuff like Arch and Slackware aside, we have only 2 options - deb-based and rpm-based repos. Package names for everything born of Debian are the same, thus we need to find package names for CentOS, for example, and that should wrap it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants