Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion geant4.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ cmake ../%{n}.%{realversion} \
-DGEANT4_BUILD_TLS_MODEL:STRING="global-dynamic" \
-DGEANT4_ENABLE_TESTING=OFF \
-DGEANT4_BUILD_VERBOSE_CODE=OFF \
-DGEANT4_BUILD_BUILTIN_BACKTRACE=OFF \
-DGEANT4_USE_USOLIDS="all" \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_STATIC_LIBS=ON \
Expand Down
5 changes: 2 additions & 3 deletions vecgeom.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### RPM external vecgeom v1.1.18
### RPM external vecgeom v1.1.20
## INCLUDE compilation_flags
%define tag 0afdb8f87dbf1293a4a46b5efa3fe03dd345d302
%define tag ccc45b15420e60f39b60107795a85fed12332005
Source: git+https://gitlab.cern.ch/VecGeom/VecGeom.git?obj=master/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz
BuildRequires: cmake gmake
%define keep_archives true
Expand All @@ -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