Skip to content

Commit

Permalink
Merge pull request nwchemgit#1070 from edoapra/arm64
Browse files Browse the repository at this point in the history
use immediately expanded variables in peigs makefile
  • Loading branch information
nwchemgit authored Jan 24, 2025
2 parents 64f9990 + 0e5b64a commit a5da361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peigs/DEFS
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ endif

ifeq ($(peigs_TARGET),$(findstring $(peigs_TARGET),LINUX64 CYGWIN64 CATAMOUNT))
#alpha with /tcgmsg
_CPU = $(shell uname -m )
_CPU := $(shell uname -m )
#hack for mingw64
ifeq ($(_CPU),amd64)
_CPU = x86_64
Expand Down

0 comments on commit a5da361

Please sign in to comment.