Skip to content

Commit f19ab7c

Browse files
committed
Upgrade SPI makefiles to Clang 5.0.1 final
1 parent 0afc301 commit f19ab7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/spi/Makefile-bits

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ifeq ($(SP_OS), rhel7)
1818

1919
## If not overridden, here is our preferred LLVM installation
2020
## (may be changed as new versions are rolled out to the facility)
21-
LLVM_DIRECTORY ?= /shots/spi/home/lib/arnold/rhel7/llvm_5.0.1_rc2
21+
LLVM_DIRECTORY ?= /shots/spi/home/lib/arnold/rhel7/llvm_5.0.1
2222

2323
# A variety of tags can be used to try specific versions of gcc or
2424
# clang from the site-specific places we have installed them.
@@ -28,8 +28,8 @@ ifeq ($(SP_OS), rhel7)
2828
-DCMAKE_CXX_COMPILER=/shots/spi/home/lib/arnold/rhel7/llvm_4.0_final/bin/clang++
2929
else ifeq (${COMPILER}, clang5)
3030
MY_CMAKE_FLAGS += \
31-
-DCMAKE_C_COMPILER=/shots/spi/home/lib/arnold/rhel7/llvm_5.0.1_rc2/bin/clang \
32-
-DCMAKE_CXX_COMPILER=/shots/spi/home/lib/arnold/rhel7/llvm_5.0.1_rc2/bin/clang++
31+
-DCMAKE_C_COMPILER=/shots/spi/home/lib/arnold/rhel7/llvm_5.0.1/bin/clang \
32+
-DCMAKE_CXX_COMPILER=/shots/spi/home/lib/arnold/rhel7/llvm_5.0.1/bin/clang++
3333
else ifeq (${COMPILER}, clang6)
3434
MY_CMAKE_FLAGS += \
3535
-DCMAKE_C_COMPILER=/shots/spi/home/lib/arnold/rhel7/llvm_6.0.0_rc2/bin/clang \

0 commit comments

Comments
 (0)