From 876456d76b05e8b6a5e6c6f014da8ddacf4fa0f6 Mon Sep 17 00:00:00 2001 From: James Kermode Date: Fri, 11 Jun 2021 19:03:31 +0100 Subject: [PATCH] try with gfortran-11 --- Makefile.darwin_x86_64_gfortran_openmp.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.darwin_x86_64_gfortran_openmp.inc b/Makefile.darwin_x86_64_gfortran_openmp.inc index 60ad92c..84b5769 100644 --- a/Makefile.darwin_x86_64_gfortran_openmp.inc +++ b/Makefile.darwin_x86_64_gfortran_openmp.inc @@ -1,13 +1,13 @@ # Place to override setting elsewhere, in particular things set in Makefile.linux_x86_64_gfortran # look in QUIP/arch/Makefile.linux_x86_64_gfortran for defaults set by arch # -# F77=gfortran -# F90=gfortran -# F95=gfortran -# CC=gcc -# CPLUSPLUS=g++ +F77=gfortran-11 +F90=gfortran-11 +F95=gfortran-11 +CC=gcc +CPLUSPLUS=g++ # FPP=gfortran -E -x f95-cpp-input -# LINKER=gfortran +LINKER=gfortran-11 # LIBTOOL= # OPTIM= # COPTIM= @@ -43,4 +43,4 @@ HAVE_LMTO_TBE=0 SIZEOF_FORTRAN_T=2 PIP=pip3 PYTHON=python3 -QUIPPY_LDFLAGS += -undefined dynamic_lookup -bundle -L/usr/local/gfortran/lib/ -lgomp +QUIPPY_LDFLAGS += -undefined dynamic_lookup -bundle -lgomp