Merge branch 'develop' into fbsd12
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Mon, 3 Dec 2018 11:50:14 +0000 (12:50 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 11:50:14 +0000 (12:50 +0100)
1  2 
Makefile.system

diff --cc Makefile.system
@@@ -11,14 -11,10 +11,14 @@@ endi
  
  # Catch conflicting usage of ARCH in some BSD environments
  ifeq ($(ARCH), amd64)
 -override ARCH=x86_64 
 +override ARCH=x86_64
  else ifeq ($(ARCH), powerpc64)
  override ARCH=power
- endif 
 +else ifeq ($(ARCH), i386)
 +override ARCH=x86
 +else ifeq ($(ARCH), aarch64)
 +override ARCH=arm64
+ endif
  
  NETLIB_LAPACK_DIR = $(TOPDIR)/lapack-netlib