Skip to content

Commit

Permalink
modified Makefiles to fix PGI compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodelugas committed Jul 4, 2018
1 parent 66eed22 commit 10e5335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GWW/gww/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
include ../../make.inc

# location of include files
IFLAGS=
IFLAGS+=

# location of needed modules
MODFLAGS= $(BASEMOD_FLAGS) \
Expand Down
4 changes: 2 additions & 2 deletions GWW/simple/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Makefile for simple

include ../../make.inc

LIBMIN = ../minpack/minpacklib.a
# location of include files
IFLAGS=-I../../../include
IFLAGS+=-I../../../include

# location of needed modules
MODFLAGS= $(BASEMOD_FLAGS) \
Expand Down

0 comments on commit 10e5335

Please sign in to comment.