Skip to content

Commit

Permalink
Attempt to fix compilation warnings and optimize usage of VecGeom
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Apr 26, 2022
1 parent 0ac50e3 commit f7c67e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion geant4.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cmake ../%{n}.%{realversion} \
-DGEANT4_BUILD_VERBOSE_CODE=OFF \
-DGEANT4_BUILD_BUILTIN_BACKTRACE=OFF \
%if %{use_vecgeom}
-DGEANT4_USE_USOLIDS="all" \
-DGEANT4_USE_USOLIDS="CONS;POLYCONE;POLYHEDRA" \
%endif
-DBUILD_SHARED_LIBS=ON \
-DBUILD_STATIC_LIBS=ON \
Expand Down
1 change: 0 additions & 1 deletion vecgeom.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ cmake ../%{n}-%{realversion} \
-DCMAKE_BUILD_TYPE=Release \
-DNO_SPECIALIZATION=ON \
-DBACKEND=Scalar \
-DGEANT4_USE_USOLIDS="CONS;POLYCONE;POLYHEDRA" \
%ifarch x86_64
-DVECGEOM_VECTOR=sse3 \
%endif
Expand Down

0 comments on commit f7c67e1

Please sign in to comment.