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

download and installation #8

Open
jrxubio opened this issue Jan 18, 2020 · 0 comments
Open

download and installation #8

jrxubio opened this issue Jan 18, 2020 · 0 comments

Comments

@jrxubio
Copy link

jrxubio commented Jan 18, 2020

Hello,

I downloaded it by git clone and got ./peer. It is not quite clear to me how to install peer. Under the peer dir, I tried cmake and make but no luck.

My goal is to use library(peer) in R scripts. And I am a user of a hpc without root permission

Thanks.

In addition,

I just found the r package and tried "R CMD INSTALL --no-multiarch R_peer_source_1.3.tgz".
The output is quite messy and part of the installation output is:
Eigen/src/Core/DenseBase.h: In instantiation of ‘class Eigen::DenseBase<Eigen::Matrix<float, -1, -1> >’:
Eigen/src/Core/MatrixBase.h:58:34: required from ‘class Eigen::MatrixBase<Eigen::Matrix<float, -1, -1> >’
Eigen/src/Core/DenseStorageBase.h:43:7: required from ‘class Eigen::DenseStorageBase<Eigen::Matrix<float, -1, -1> >’
Eigen/src/Core/Matrix.h:133:7: required from ‘class Eigen::Matrix<float, -1, -1>’
array_helper.cpp:53:18: required from here
Eigen/src/Core/DenseBase.h:163:59: warning: enumeral mismatch in conditional expression: ‘Eigen::ei_size_at_compile_time<-1, -1>::’ vs ‘Eigen::ei_traits<Eigen::Matrix<float, -1, -1> >::’ [-Wenum-compare]
InnerSizeAtCompileTime = int(IsVectorAtCompileTime) ? SizeAtCompileTime
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
: int(IsRowMajor) ? ColsAtCompileTime : RowsAtCompileTime,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [array_helper.o] Error 1
ERROR: compilation failed for package ‘peer’

I am using hpc linux.

Thanks.

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

No branches or pull requests

1 participant