Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
4ctrl-alt-del committed Jul 21, 2020
2 parents 78d0f13 + 9f0dfcd commit 4e13e62
Show file tree
Hide file tree
Showing 38 changed files with 1,608 additions and 388 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@

DEBUG ?= 0
INSTALL_PREFIX ?= /usr/local
LINK_MPI_CXX ?=

MAKE = make
BUILD = build
SRC = src

QMAKEFLAGS = PREFIX=$(INSTALL_PREFIX)
QMAKEFLAGS = PREFIX=$(INSTALL_PREFIX) LINK_MPI_CXX=$(LINK_MPI_CXX)

ifeq ($(DEBUG), 1)
QMAKEFLAGS += CONFIG+=debug
Expand Down
Loading

0 comments on commit 4e13e62

Please sign in to comment.