weizhongli / cdhit

Automatically exported from code.google.com/p/cdhit
GNU General Public License v2.0
642 stars 129 forks source link

cd-hit installation #140

Open fa-rahimzadeh opened 1 year ago

fa-rahimzadeh commented 1 year ago

I'm trying to install cd-hit according to its guidance in command prompt. However, when I run "make" command, I encounter this problem. How may I solve this issue?

D:\clustering\cd-hit-v4.8.1-2019-0228>make
g++  -fopenmp -DWITH_ZLIB -O2  cdhit-common.c++ -c
cc1plus.exe: error: unrecognized command line option "-fopenmp"
Makefile:79: recipe for target 'cdhit-common.o' failed
make: *** [cdhit-common.o] Error 1

thank you in advance

kostrouc commented 1 month ago

I was able to install in Ubuntu but not on a Mac with: sudo apt install cd-hit None of the conda distribution installations currently work. Hope this helps.