Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun committed Dec 1, 2022
1 parent 7a1f031 commit 9195458
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,13 @@ ifeq ($(USERMAKE),configs/make.inc)
include configs/make.inc
foundincfile := "configs/make.inc"
else

# Below are commented out for Spack install
# if configs/make.inc does not exist
# ifeq ($(UNAME),Darwin)
# for Anders' old laptop
# for Anders' laptop
# ifeq ($(findstring chebyshev,$(HOSTNAME)),chebyshev)
# include configs/make.chebyshev
# foundincfile := "configs/make.chebyshev"
# for Anders' new laptop
# else ifeq ($(findstring fourier,$(HOSTNAME)),fourier)
# include configs/make.fourier
# foundincfile := "configs/make.fourier"
# for any other MacOS system
# else
# include configs/make.osx
Expand Down

0 comments on commit 9195458

Please sign in to comment.