Skip to content

Commit

Permalink
Modify make/config.mk_r to allow for Mac M1 homebrew configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorse committed May 4, 2022
1 parent c01e82f commit 6a85b8d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions make/config.mk_r
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FAST=-O3 -ffree-form
NOPT=-ffree-form
LINK=-O3 -ffree-form -lgfortran

# Mac OS X, gfortran as installed by MacPorts package manager
# Mac OS X Intel CPU, gfortran as installed by MacPorts package manager
#F90=/opt/local/bin/gfortran-mp-5

# Intel compiler
Expand All @@ -36,7 +36,10 @@ LINK=-O3 -ffree-form -lgfortran
# Empty by default
LIBDIRS=

# Mac OS X, if using MacPorts package manager
# Mac OS X with m1 chip (Apple silicon), Homebrew package manager
#LIBDIRS= -L /opt/homebrew/lib

# Mac OS X, MacPorts package manager
#LIBDIRS= -L /opt/local/lib

# ============ FFTW Fast Fourier Transform Library =============
Expand Down

0 comments on commit 6a85b8d

Please sign in to comment.