Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Eigen to latest CMS patch. #1989

Merged
1 commit merged into from Nov 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 6 additions & 3 deletions eigen.spec
@@ -1,9 +1,12 @@
### RPM external eigen 3.2.2
## NOCOMPILER
Source: http://bitbucket.org/%{n}/%{n}/get/%{realversion}.tar.gz

%define tag 87b069eefbf748ee3aba16fe5f84b4ccd6227082
%define branch cms/3.2.2
%define github_user cms-externals
Source: git+https://github.com/%github_user/eigen.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz

%prep
%setup -n %n-%n-1306d75b4a21
%setup -n %n-%{realversion}

%build
mkdir -p %i/include
Expand Down