Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Christoph Junghans
b18e2986d0 Rebuild for gromacs-2022 2022-10-19 10:53:12 -06:00
Christoph Junghans
29d4a5a206 Version bump to v2022 (bug #2041116) 2022-01-15 19:45:56 -07:00
3 changed files with 17 additions and 7 deletions

1
.gitignore vendored
View file

@ -34,3 +34,4 @@
/votca-csg-2021.1.tar.gz
/votca-csg-2021.2.tar.gz
/votca-2022-rc.1.tar.gz
/votca-2022.tar.gz

View file

@ -1 +1 @@
SHA512 (votca-2022-rc.1.tar.gz) = 46a9dbbac663f3e3cceeb5803af108d623a1774d916347c9e6e8cbcbd05297d980132a4ee4508c42e98e567ca8bd38f301aeab4a3bf2f3dcf056333dbe667c97
SHA512 (votca-2022.tar.gz) = ea5b7405872a2c0c8d6b4b86148a605b5e83207f1953f0b7393dabbb106ac785c50b45462f6271fbfad04c0246704a92199943acc65eb30d7f1a0a6d6ee4ab83

View file

@ -1,8 +1,8 @@
Name: votca-csg
Version: 2022~rc1
%global uversion 2022-rc.1
Version: 2022
%global uversion %{version}
%global sover 2022
Release: 1%{?dist}
Release: 2%{?dist}
Summary: VOTCA coarse-graining engine
License: ASL 2.0
URL: http://www.votca.org
@ -13,7 +13,10 @@ BuildRequires: cmake3
BuildRequires: eigen3-devel
BuildRequires: doxygen
BuildRequires: boost-devel
# no more 32-bit gromacs
%ifnarch i686 armv7hl
BuildRequires: gromacs-devel
%endif
BuildRequires: hdf5-devel
BuildRequires: perl-generators
BuildRequires: votca-tools-devel = %{version}
@ -107,12 +110,12 @@ mv %{buildroot}%{_datadir}/votca/rc/csg-completion.bash %{buildroot}%{_datadir}/
%{_mandir}/man7/votca-csg.7.*
%files common
%doc CHANGELOG.rst csg/NOTICE.rst README.rst
%license csg/LICENSE.rst
%doc CHANGELOG.rst NOTICE.rst README.rst
%license LICENSE
%{_datadir}/votca
%files libs
%license csg/LICENSE.rst
%license LICENSE
%{_libdir}/libvotca_csg.so.%{sover}
%files devel
@ -124,6 +127,12 @@ mv %{buildroot}%{_datadir}/votca/rc/csg-completion.bash %{buildroot}%{_datadir}/
%{_datadir}/bash_completion/votca
%changelog
* Wed Oct 19 2022 Christoph Junghans <junghans@votca.org> - 2022-2
- Rebuild for gromacs-2022
* Sun Jan 16 2022 Christoph Junghans <junghans@votca.org> - 2022-1
- Version bump to v2022 (bug #2041116)
* Tue Nov 30 2021 Christoph Junghans <junghans@votca.org> - 2022~rc1-1
- Version bump to 2022-rc.1