Compare commits
78 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
069b58c481 | ||
|
|
98bf12be07 | ||
|
|
69bdb31fe6 | ||
|
|
8e215dc78b | ||
|
|
4ba5885147 | ||
|
|
341568d034 | ||
|
|
3f2f46e4ec | ||
|
|
3e53b559c3 | ||
|
|
216042d954 | ||
|
|
a44c3eb06d | ||
|
|
bab71eca39 | ||
|
|
3c944f5a57 | ||
|
|
ebe0a583e0 | ||
|
|
a48ad416b2 | ||
|
|
6a3edcec01 | ||
|
|
675821204d | ||
|
|
c5999f12d0 | ||
|
|
fe2e8bc277 | ||
|
|
04f0f84482 | ||
|
|
1fbf4fd2b8 | ||
|
|
216e0abc0f | ||
|
|
9a2c0c71c3 | ||
|
|
d025dfac7b | ||
|
|
a3ba81092f | ||
|
|
c87ef65188 | ||
|
|
d61e5cdabf | ||
|
|
60b1b10967 | ||
|
|
9231cc4dd9 | ||
|
|
b059fdc2d4 | ||
|
|
f222d584f2 | ||
|
|
7d86981434 | ||
|
|
01690d3a07 | ||
|
|
3225e97594 | ||
|
|
bcb7e1716e | ||
|
|
fa34a785fd | ||
|
|
6e49664860 | ||
|
|
7acf25ae11 | ||
|
|
9011c721dd | ||
|
|
9f171a528b | ||
|
|
a6d8189e07 | ||
| dfa39cbd9f | |||
|
|
4717415c7a | ||
|
17e9823824 |
|||
|
|
5895e8b5f2 | ||
|
|
798c2b5382 | ||
|
|
842a7cfd44 | ||
|
|
7aa2326551 | ||
|
|
ab36262cb4 | ||
|
|
6043c5d2e7 | ||
|
|
52637f053b | ||
|
|
a283ac4d86 | ||
|
|
9f6d841881 | ||
| f47f902cf0 | |||
|
|
8a1b2c8652 | ||
|
|
45490993ca | ||
|
|
ccb5b6a2eb | ||
|
|
557e37b988 | ||
|
|
f9b611bf5a | ||
|
|
c3a3edaf8c | ||
|
|
be876001bb | ||
|
|
12c7489783 | ||
|
|
8cc0c0e712 | ||
|
|
0a2da31bf6 | ||
|
|
0a11703e0d | ||
|
|
f858c01126 | ||
|
|
7dd99658f8 | ||
|
|
554627bdb6 | ||
|
|
3e9cfaeeb3 | ||
|
|
50d45d94e8 | ||
|
|
6f1f6434ef | ||
|
|
04821289b7 | ||
|
|
95bdd64e35 | ||
|
|
66f93411dc | ||
|
|
790819fc0a | ||
|
|
2d35a4ed8d | ||
|
|
49abb48ac5 | ||
|
|
20dbfd4a8f | ||
|
|
2982ff739f |
4 changed files with 1 additions and 224 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
|||
/votca-csg-1.0.1.tar.gz
|
||||
/votca-csg-1.1.tar.gz
|
||||
/votca-csg-1.2.3.tar.gz
|
||||
/votca-csg-1.2.4.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Replaced by 'votca' package
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
f46f53a600efa5102a47c395a4a586e5 votca-csg-1.2.4.tar.gz
|
||||
219
votca-csg.spec
219
votca-csg.spec
|
|
@ -1,219 +0,0 @@
|
|||
Name: votca-csg
|
||||
Version: 1.2.4
|
||||
Release: 5%{?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://downloads.votca.googlecode.com/hg/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gromacs-devel
|
||||
BuildRequires: votca-tools-devel = %{version}
|
||||
BuildRequires: txt2tags
|
||||
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
%description
|
||||
Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
|
||||
a package intended to reduce the amount of routine work when doing systematic
|
||||
coarse-graining of various systems. The core is written in C++.
|
||||
|
||||
This package contains the VOTCA coarse-graining engine.
|
||||
|
||||
|
||||
%package libs
|
||||
Summary: Libraries for VOTCA coarse-graining engine
|
||||
Group: System Environment/Libraries
|
||||
|
||||
%description libs
|
||||
Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
|
||||
a package intended to reduce the amount of routine work when doing systematic
|
||||
coarse-graining of various systems. The core is written in C++.
|
||||
|
||||
This package contains libraries for the VOTCA coarse-graining engine.
|
||||
|
||||
%package devel
|
||||
Summary: Development headers and libraries for VOTCA coarse-graining Engine
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: votca-tools-devel
|
||||
|
||||
%description devel
|
||||
Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
|
||||
a package intended to reduce the amount of routine work when doing systematic
|
||||
coarse-graining of various systems. The core is written in C++.
|
||||
|
||||
This package contains development headers and libraries for the VOTCA
|
||||
coarse-graining engine.
|
||||
|
||||
%package common
|
||||
Summary: Architecture independent data files for VOTCA
|
||||
Group: Applications/Engineering
|
||||
BuildArch: noarch
|
||||
|
||||
%description common
|
||||
Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
|
||||
a package intended to reduce the amount of routine work when doing systematic
|
||||
coarse-graining of various systems. The core is written in C++.
|
||||
|
||||
This package contains architecture independent data files for the VOTCA
|
||||
coarse-graining engine.
|
||||
|
||||
%package bash
|
||||
Summary: Bash completion for votca
|
||||
Group: System Environment/Shells
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: bash-completion
|
||||
BuildArch: noarch
|
||||
|
||||
%description bash
|
||||
Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
|
||||
a package intended to reduce the amount of routine work when doing systematic
|
||||
coarse-graining of various systems. The core is written in C++.
|
||||
|
||||
This package contains bash completion support for the VOTCA coarse-graining
|
||||
engine.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%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" -DWITH_GMX_DEVEL="$DEV"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make -C %{_target_platform} install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
# Install bash completion file
|
||||
install -D -p -m 644 scripts/csg-completion.bash %{buildroot}%{_sysconfdir}/bash_completion.d/votca
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc NOTICE README
|
||||
%{_bindir}/csg_*
|
||||
%{_bindir}/multi_g_*
|
||||
%{_mandir}/man1/csg_*.1.*
|
||||
%{_mandir}/man1/multi_g_*.1.*
|
||||
%{_mandir}/man7/votca-csg.7.*
|
||||
|
||||
%files common
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/votca
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
%{_libdir}/libvotca_csg.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/votca/csg/
|
||||
%{_libdir}/libvotca_csg.so
|
||||
%{_libdir}/pkgconfig/libvotca_csg.pc
|
||||
|
||||
%files bash
|
||||
%defattr(-,root,root,-)
|
||||
%{_sysconfdir}/bash_completion.d/votca
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri Apr 24 2015 Thomas Spura <tomspur@fedoraproject.org> - 1.2.4-4
|
||||
- Rebuilt against new gromacs
|
||||
|
||||
* Thu Feb 05 2015 Thomas Spura <tomspur@fedoraproject.org> - 1.2.4-3
|
||||
- Rebuilt for new boost
|
||||
|
||||
* Sun Sep 7 2014 Thomas Spura <tomspur@fedoraproject.org> - 1.2.4-2
|
||||
- correct source url
|
||||
|
||||
* Fri Sep 05 2014 Christoph Junghans <junghans@votca.org> - 1.2.4-1
|
||||
- Update to 1.2.4
|
||||
- Drop obsolete patch
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 1.2.3-6
|
||||
- rebuild for boost 1.55.0
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sun Jul 28 2013 Petr Machata <pmachata@redhat.com> - 1.2.3-4
|
||||
- Rebuild for boost 1.54.0
|
||||
|
||||
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.2.3-3
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
* Thu Mar 07 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 1.2.3-2
|
||||
- Rebuild for Gromacs 4.6.1.
|
||||
|
||||
* Sun Feb 10 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 1.2.3-1
|
||||
- Update to 1.2.3.
|
||||
|
||||
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.2.1-6
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Wed Aug 15 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.2.1-5
|
||||
- Bump spec due to boost update.
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
|
||||
- Rebuilt for c++ ABI breakage
|
||||
|
||||
* Tue Jan 10 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.2.1-2
|
||||
- Fix FTBFS on rawhide.
|
||||
|
||||
* Wed Nov 23 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.2.1-1.1
|
||||
- Bump due to boost update.
|
||||
|
||||
* Thu Aug 25 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.2.1-1
|
||||
- Update to 1.2.1.
|
||||
|
||||
* Sat Jul 23 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.1-3
|
||||
- Bump spec due to new boost.
|
||||
|
||||
* Thu Apr 07 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.1-2
|
||||
- Bump spec due to boost upgrade.
|
||||
|
||||
* Mon Feb 21 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.1-1
|
||||
- Update to 1.1.
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sun Feb 06 2011 Thomas Spura <tomspur@fedoraproject.org> - 1.0.1-3
|
||||
- rebuild for new boost
|
||||
|
||||
* Wed Dec 08 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.0.1-2
|
||||
- Fix spelling error in Requires of -devel, preserve timestamps upon install.
|
||||
|
||||
* Tue Dec 07 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.0.1-1
|
||||
- Update to 1.0.1.
|
||||
- Added bash completion package.
|
||||
|
||||
* Thu Nov 25 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.0-1
|
||||
- First release.
|
||||
Loading…
Add table
Add a link
Reference in a new issue