[votca-csg] Update votca-csg to 1.2.4

Thomas Spura tomspur at fedoraproject.org
Sun Sep 7 19:31:05 UTC 2014


commit c28e28968f9f659007e4502cdd29380d46b158c2
Author: Christoph Junghans <junghans at votca.org>
Date:   Fri Sep 5 16:09:58 2014 -0600

    Update votca-csg to 1.2.4

 sources                   |    2 +-
 votca-csg-1.2.3-dso.patch |   43 -------------------------------------------
 votca-csg.spec            |   14 ++++++++------
 3 files changed, 9 insertions(+), 50 deletions(-)
---
diff --git a/sources b/sources
index a5d076d..84adfb2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06232fc09ecf3b1efd9c58fa11222cf7  votca-csg-1.2.3.tar.gz
+f46f53a600efa5102a47c395a4a586e5  votca-csg-1.2.4.tar.gz
diff --git a/votca-csg.spec b/votca-csg.spec
index 5955eb3..7d2a0bc 100644
--- a/votca-csg.spec
+++ b/votca-csg.spec
@@ -1,14 +1,12 @@
 Name:		votca-csg
-Version:	1.2.3
-Release:	8%{?dist}
+Version:	1.2.4
+Release:	1%{?dist}
 Summary:	VOTCA coarse-graining engine
 Group:		Applications/Engineering
 License:	ASL 2.0
 URL:		http://www.votca.org
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source0:	http://votca.googlecode.com/files/%{name}-%{version}.tar.gz
-# Properly link against pthreads
-Patch0:		votca-csg-1.2.3-dso.patch
 
 BuildRequires:	cmake
 BuildRequires:	doxygen
@@ -83,13 +81,13 @@ engine.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 mkdir %{_target_platform}
 cd %{_target_platform}
+pkg-config libgromacs && DEV=ON || DEV=OFF
 # Get rid of -O3 in default flags
-%{cmake} .. -DLIB=%{_lib} -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG"
+%{cmake} .. -DLIB=%{_lib} -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DWITH_GMX_DEVEL="$DEV"
 make %{?_smp_mflags}
 
 %install
@@ -134,6 +132,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Sep 05 2014 Christoph Junghans <junghans at votca.org> - 1.2.4-1
+- Update to 1.2.4
+- Drop obsolete patch
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.3-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list