Hi, I'd like to ask whether it is OK to run Subread on Linux/MacOS ARM64 machines ? I see that only x86_64 files are published. Trying to build it on Ubuntu 20.04 LTS ARM64 fails with: $ make -f Makefile.Linux gcc -mtune=core2 -O3 -DMAKE_FOR_EXON -D MAKE_STANDALONE -D SUBREAD_VERSION=\""2.0.3"\" -D_FILE_OFFSET_BITS=64 -fmessage-length=0 -ggdb -c -o core.o core.c cc1: error: unknown value ‘core2’ for ‘-mtune’ cc1: note: valid arguments are: cortex-a35 cortex-a53 cortex-a57 cortex-a72 cortex-a73 thunderx...
Good morning, I'm attaching some simple patches and a portable, generic Makefile for use by package managers such as FreeBSD ports, pkgsrc, etc. I'm unable to open a ticket on SF for some reason, so sending them via "discussions". Highlights of the patches are as follows: Use FreeBSD instead of FREEBSD in #ifdefs. FreeBSD is predefined by the compiler, so this eliminates the need to define in manually in the compile commands. I think you could likewise use APPLE instead of MACOS. I'm wondering if...