File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments