ParBLiSS / FastANI

Fast Whole-Genome Similarity (ANI) Estimation
Apache License 2.0
374 stars 67 forks source link

Tests fail to compile: error: use of undeclared identifier 'unlink' #137

Open yurivict opened 1 month ago

yurivict commented 1 month ago
/usr/ports/biology/fastani/work/FastANI-1.34/src/cgi/core_genome_identity.cpp:162:11: error: use of undeclared identifier 'unlink'
  162 |           unlink(visFileName.c_str());
      |           ^
1 error generated.