On RHEL the canu master script fails:
$ ./Linux-amd64/bin/canu
-bash: ./Linux-amd64/bin/canu: perl: bad interpreter: No such file or directory
$ head -n 1 ./Linux-amd64/bin/canu
#!perl
$ perl -v
This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
I've never seen a hash-bang line with a bare exe name. Perhaps #!/usr/bin/env perl would be more compatible?
PS. canu compiled cleanly in 20 seconds on my new server make -j 72 (2 x 18 h/t cores) !!!
On RHEL the canu master script fails:
I've never seen a hash-bang line with a bare exe name. Perhaps
#!/usr/bin/env perlwould be more compatible?PS. canu compiled cleanly in 20 seconds on my new server
make -j 72(2 x 18 h/t cores) !!!