[wannier90/el6: 15/15] Update to 2.0.0.

Susi Lehtola jussilehtola at fedoraproject.org
Tue Oct 15 12:08:24 UTC 2013


commit 60c6af8b41924d3c7daec9a57986fcd80911a7aa
Merge: 04755a7 c94598e
Author: Susi Lehtola <jussilehtola at fedoraproject.org>
Date:   Tue Oct 15 15:08:11 2013 +0300

    Update to 2.0.0.

 .gitignore                      |    1 -
 sources                         |    2 +-
 wannier90-1.1-shlib.patch       |   25 -----------------
 wannier90-2.0.0-sharedlib.patch |   44 ++++++++++++++++++++++++++++++
 wannier90.spec                  |   57 +++++++++++++++++++++++++++++++++-----
 5 files changed, 94 insertions(+), 35 deletions(-)
---
diff --cc wannier90.spec
index ecc26eb,9a0e06d..c4aa712
--- a/wannier90.spec
+++ b/wannier90.spec
@@@ -83,13 -93,13 +93,18 @@@ echo "LIBS = -L%{_libdir}/atlas -llapac
  # Use reference LAPACK
  #echo "LIBS = -lblas -llapack" >> make.sys
  
- make -C src %{?_smp_mflags} prog
+ make -C src %{?_smp_mflags}
+ 
+ # Build documentation
+ make -C doc/user_guide
+ make -C doc/tutorial
+ 
  
 +# Build documentation
 +make -C doc/user_guide
 +make -C doc/tutorial
 +
 +
  %install
  rm -rf %{buildroot}
  # Binary & library


More information about the scm-commits mailing list