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

Unable to make STAR (2.7.0b) #559

Closed
vpresnyak opened this issue Feb 5, 2019 · 3 comments
Closed

Unable to make STAR (2.7.0b) #559

vpresnyak opened this issue Feb 5, 2019 · 3 comments

Comments

@vpresnyak
Copy link
Contributor

Hi Alex,

Just tried building a docker container with the new release, but it seems to be failing at the step below:

g++ -c   -O3 -pipe -std=c++11 -Wall -Wextra -fopenmp -D'COMPILATION_TIME_PLACE="Tue Feb 5 18:41:17 UTC 2019 d00d7e76369e:/home/STAR-2.7.0b/source"'  SoloReadFeature_inputRecords.cpp
SoloReadFeature_inputRecords.cpp: In member function 'void SoloReadFeature::inputRecords(unsigned int**, unsigned int*)':
SoloReadFeature_inputRecords.cpp:74:71: error: 'pow' was not declared in this scope
                     pin=cbReadCountExactTotal[cbin]*pow(10.0,-qin/10.0);
                                                                       ^
make: *** [SoloReadFeature_inputRecords.o] Error 1
@djhshih
Copy link

djhshih commented Feb 6, 2019

I faced the same issue and created a pull request: #562

@alexdobin
Copy link
Owner

Hi @vpresnyak, David

thanks for reporting this problem and for suggesting the fix.
Please try the Dockerfile from the Github master, it will pull master for now, but I will change it to 2.7.0c once the release it out.

Cheers
Alex

@vpresnyak
Copy link
Contributor Author

Looks like everything currently builds as expected, 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

3 participants