You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks. It looks like your development environment is based on Cray, which differs from the gnu dev environment that nanopolish expects. You should contact your sysadmins for help on compiling software on their system.
Hi, I'm currently trying to install nanopolish on a linux server and have used the following:
$git clone --recursive https://github.com/jts/nanopolish.git
cd nanopolish
make
After running for a few minutes, the following error appears and make quits halfway without the nanopolish executable:
/scratch/users/nus/e0540727/nanopolish/minimap2/ksw2_extz2_sse.c:97: undefined reference to
__cray_sset_detect' /opt/cray/pe/cce/13.0.2/binutils/x86_64/x86_64-pc-linux-gnu/bin/ld: ./minimap2/libminimap2.a(ksw2_extd2_sse2.o):/scratch/users/nus/e0540727/nanopolish/minimap2/ksw2_extd2_sse.c:119: more undefined references to
__cray_sset_detect' followcollect2: error: ld returned 1 exit status
make: *** [Makefile:198: nanopolish] Error 1
May I know how to solve the issue? Could I run make again on the same nanopolish directory or do I need to delete the files and clone again?
Thanks in advance!
The text was updated successfully, but these errors were encountered: