Skip to content

Commit

Permalink
Merge pull request #7638 from cms-sw/update-gbl
Browse files Browse the repository at this point in the history
Update GBL (and move to git instead of svn)
  • Loading branch information
cmsbuild committed Feb 23, 2022
2 parents 41a67bb + d3df4a1 commit e09d7fc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions gbl.spec
@@ -1,19 +1,21 @@
### RPM external gbl V02-01-03
### RPM external gbl V02-04-01

%define tag 31e726d777fe93cdbed0c363dc15f803f7767f40
Source: git+https://gitlab.desy.de/claus.kleinwort/general-broken-lines.git?obj=main/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz

Source: svn://svnsrv.desy.de/public/GeneralBrokenLines/tags/%{realversion}/cpp/?scheme=http&module=%{realversion}&output=/%{n}-%{realversion}.tgz

BuildRequires: cmake
Requires: eigen

%prep
%setup -q -n %{realversion}
%setup -q -n %{n}-%{realversion}

%build
rm -rf build
mkdir build
cd build

cmake .. \
cmake ../cpp \
-DCMAKE_INSTALL_PREFIX=%{i} \
-DCMAKE_BUILD_TYPE=Release \
-DEIGEN3_INCLUDE_DIR=${EIGEN_ROOT}/include/eigen3 \
Expand Down

0 comments on commit e09d7fc

Please sign in to comment.