-
Notifications
You must be signed in to change notification settings - Fork 82
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
installation problem with google-sparsehash #164
Comments
Even I am trying to solve this issue. In it's read me they say
According to that the sparsehash must be installed in /usr/local directory so that t can have access to /include /bin directories too. However, when you use
If the sparsehash doesn't allow installation in /usr/local isn't making that mandate for installation baseless. In case if you figure it out please help me too. |
I got some success but now configure says it can't compile
|
Okay so finally after compiling it for hours I'll leave it now and use someone's generous efforts put in making the conda package. I thought I would crack it but seems sparsehash requires c++ version 3 and I have 7.5.0 as stated here which is whole another exercise.
|
Hi, Sorry for this. Here is how you can compile SGA using conda to install the dependencies (you'll have to change the conda paths):
|
Hi~,I got this error too, how did you solve this problem? |
Hello everyone I am getting some truble with SGA installation cause of google-sparsehash.
I have downloaded it from this link (https://anaconda.org/bioconda/google-sparsehash/files), then at SGA folder i write
./configure --with-sparsehash=../../google-sparsehash/ --with-bamtools=/opt/bamtools
and it goes well, but then, when I perform the
make install
, I get the following message and I really do not understand whybut sparse_hash_map is present in the folder
google-sparsehash/include/sparse_hash_map
Can someone explain me why? thanks a lot
The text was updated successfully, but these errors were encountered: