Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
try with gfortran-11
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode committed Jun 11, 2021
1 parent e4333b6 commit 876456d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile.darwin_x86_64_gfortran_openmp.inc
Original file line number Diff line number Diff line change
@@ -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=
Expand Down Expand Up @@ -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

0 comments on commit 876456d

Please sign in to comment.