Skip to content

Commit

Permalink
Change default Darwin compiler to gfortranclang
Browse files Browse the repository at this point in the history
  • Loading branch information
billsacks committed Feb 22, 2023
1 parent 14fc397 commit 3a4a6eb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,7 @@ ifeq ($(ESMF_OS),Cygwin)
export ESMF_COMPILER = gfortran
endif
ifeq ($(ESMF_OS),Darwin)
export ESMF_COMPILER = absoft
ifeq ($(ESMF_MACHINE),i386)
export ESMF_COMPILER = gfortran
endif
ifeq ($(ESMF_MACHINE),x86_64)
export ESMF_COMPILER = gfortran
endif
export ESMF_COMPILER = gfortranclang
endif
ifeq ($(ESMF_OS),Linux)
export ESMF_COMPILER = gfortran
Expand Down

0 comments on commit 3a4a6eb

Please sign in to comment.