Skip to content

Commit

Permalink
updated root version and use Release for LLVM type
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 19, 2018
1 parent a63b594 commit b4d7171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM lcg root 6.15.01
### RPM lcg root 6.17.01
## INITENV +PATH PYTHON27PATH %{i}/lib
## INITENV +PATH PYTHON3PATH %{i}/lib
## INITENV SET ROOTSYS %{i}
Expand Down Expand Up @@ -44,7 +44,7 @@ export CXXFLAGS=-D__ROOFIT_NOBANNER
cmake ../%{n}-%{realversion} \
-G Ninja \
-DCMAKE_BUILD_TYPE=Debug \
-DLLVM_BUILD_TYPE=Debug \
-DLLVM_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="%{i}" \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_CXX_COMPILER=g++ \
Expand Down

0 comments on commit b4d7171

Please sign in to comment.