Skip to content

Commit

Permalink
fix geant4 lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed May 31, 2022
1 parent c48dabb commit 26ae2d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion geant4.spec
Expand Up @@ -49,7 +49,6 @@ cmake ../%{n}.%{realversion} \
-DCMAKE_AR=$(which gcc-ar) \
-DCMAKE_RANLIB=$(which gcc-ranlib) \
-DCMAKE_INSTALL_PREFIX:PATH="%i" \
-DCMAKE_INSTALL_LIBDIR="lib" \
-DCMAKE_CXX_STANDARD:STRING="17" \
-DCMAKE_BUILD_TYPE=Release \
-DGEANT4_USE_GDML=ON \
Expand Down
3 changes: 2 additions & 1 deletion veccore.spec
Expand Up @@ -14,12 +14,13 @@ cd ../build

cmake ../%{n}-%{realversion} \
-DCMAKE_INSTALL_PREFIX:PATH="%i" \
-DCMAKE_CXX_STANDARD:STRING="17" \
%if "%{?arch_build_flags}"
-DCMAKE_CXX_FLAGS="%{arch_build_flags}" \
%endif
-DCMAKE_BUILD_TYPE=Release

make %{makeprocesses}
make %{makeprocesses} VERBOSE=1

%install
cd ../build
Expand Down
2 changes: 1 addition & 1 deletion vecgeom.spec
Expand Up @@ -49,7 +49,7 @@ cmake ../%{n}-%{realversion} \
-DVecCore_DIR=${VECCORE_ROOT}/lib64/cmake/VecCore \
-DCMAKE_PREFIX_PATH=${VECCORE_ROOT}

make %{makeprocesses}
make %{makeprocesses} VERBOSE=1

%install
cd ../build
Expand Down

0 comments on commit 26ae2d7

Please sign in to comment.