When I enter make in the terminal I get the following error message:
Build SMP lib binary (yes/No) no
cd build/serial; /Applications/Xcode.app/Contents/Developer/usr/bin/make
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f ../Make.common
../../build/utilities/mkmf -t ./template -f -m Makefile.libbzint -p libbzint.a ../../src/libbzint && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.libbzint libbzint.a
………………………………………………………………… Makefile.libbzint is ready.
gfortran -O3 -march=native -fopenmp -DUSEOMP -ffree-line-length-0 -cpp -DXS -DISO -DTETRA -DLIBXC -I./finclude -c ../../src/libbzint/tetra_internal.f90
gfortran -O3 -march=native -fopenmp -DUSEOMP -ffree-line-length-0 -cpp -DXS -DISO -DTETRA -DLIBXC -I./finclude -c ../../src/libbzint/tetiwsurf.f90
/var/folders/yc/d86y3wxj21sgh6kgfy5fmx5r0000gn/Tcc38f1K8.s:13:no such instruction: ‘vmovsd (%rax), %xmm0’
/var/folders/yc/d86y3wxj21sgh6kgfy5fmx5r0000gn/Tcc38f1K8.s:19:no such instruction: ‘vmovsd %xmm0, (%rax)’
make[3]: * [tetiwsurf.o] Error 1
make[2]: * [libbzint.a] Error 2
make[1]: * [all] Error 2
make: * [serial] Error 2