Skip to content

Commit

Permalink
SPI ninja tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz committed Jun 4, 2015
1 parent 735d43a commit 9cc8d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/spi/Makefile-bits
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ifeq ($(SP_OS), spinux1)
USE_NINJA := 1
NINJA := /net/soft_scratch/apps/arnold/tools/spinux1/bin/ninja
CMAKE := /net/soft_scratch/apps/arnold/tools/spinux1/bin/cmake
MY_CMAKE_FLAGS += -DCMAKE_MAKE_PROGRAM=${NINJA}

## If not overridden, here is our preferred LLVM installation
## (may be changed as new versions are rolled out to the facility)
Expand Down Expand Up @@ -126,6 +127,7 @@ ifeq ($(SP_OS), rhel7)
USE_NINJA := 1
NINJA := /net/soft_scratch/apps/arnold/tools/spinux1/bin/ninja
CMAKE := /net/soft_scratch/apps/arnold/tools/spinux1/bin/cmake
MY_CMAKE_FLAGS += -DCMAKE_MAKE_PROGRAM=${NINJA}

## If not overridden, here is our preferred LLVM installation
## (may be changed as new versions are rolled out to the facility)
Expand Down

0 comments on commit 9cc8d50

Please sign in to comment.