Salome HOME
spns #32755 : TopIIVolMesh: move back to master branch
[tools/sat_salome.git] / products / patches / ispc-1.9.2-centos6.patch
1 --- ispc/Makefile       2017-11-11 00:07:30.000000000 +0100
2 +++ ispc_new/Makefile   2019-08-19 14:10:46.923713147 +0200
3 @@ -78,7 +78,7 @@ ARM_ENABLED=0
4  NVPTX_ENABLED=0
5  
6  # Add llvm bin to the path so any scripts run will go to the right llvm-config
7 -LLVM_BIN= $(shell $(LLVM_CONFIG) --bindir)
8 +LLVM_BIN= $(shell $(LLVM_CONFIG) --bindir --system-libs)
9  export PATH:=$(LLVM_BIN):$(PATH)
10  
11  ARCH_OS = $(shell uname)
12 @@ -162,7 +162,7 @@ endif
13  
14  CXX=clang++
15  OPT=-O2
16 -WERROR=-Werror
17 +WERROR=
18  CXXFLAGS=$(OPT) $(LLVM_CXXFLAGS) -I. -Iobjs/ -I$(CLANG_INCLUDE)  \
19         $(LLVM_VERSION_DEF) \
20         -Wall \