amkozlov / sativa

Semi-Automatic Taxonomy Improvement and Validation Algorithm
GNU General Public License v3.0
16 stars 7 forks source link

Installation failing on Ubuntu 22.04 #6

Closed dgslos closed 1 year ago

dgslos commented 1 year ago

The if statement checking for gcc version >4.6 or >4.7 is not working anymore since we are version 11 now. This can be fixed with adding || (( $(echo "$GCC_VERSION > 9" |bc -l) )) but I'm getting more errors:

image

Is there a way to resolve this with docker for the moment until this is fixed?

Thanks!

amkozlov commented 1 year ago

this should be fixed now, please check!

dgslos commented 1 year ago

That fixed it! Thanks :)