forked from pool/votca
Accepting request 946727 from science
OBS-URL: https://build.opensuse.org/request/show/946727 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/votca?expand=0&rev=2
This commit is contained in:
commit
775319f7a2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94a81c397b5ce2cb32171e87ccef5f68352cbffd8d6ee8d41b7fff4028ede497
|
|
||||||
size 61692061
|
|
3
votca-2022.tar.gz
Normal file
3
votca-2022.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eac5e34bd6304780ddb82edcd805c4ea7ac3f13224e61a339f7836e06c3fabaa
|
||||||
|
size 61688862
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 16 01:10:58 UTC 2022 - Christoph Junghans <junghans@votca.org>
|
||||||
|
|
||||||
|
- Update to 2022
|
||||||
|
- fix some icpc warnings ([gh#votca/votca#934])
|
||||||
|
- only check for pytest if testing is enabled
|
||||||
|
([gh#votca/votca#930])
|
||||||
|
- exclude some builds from CI ([gh#votca/votca#940],
|
||||||
|
[gh#votca/votca#942], [gh#votca/votca#944],
|
||||||
|
[gh#votca/votca#945])
|
||||||
|
- update interface documentation ([gh#votca/votca#939])
|
||||||
|
- update install guide for binary packages
|
||||||
|
([gh#votca/votca#936])
|
||||||
|
- fixed sigma plot options passing ([gh#votca/votca#943])
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 19 22:37:10 UTC 2021 - Christoph Junghans <junghans@votca.org>
|
Sun Dec 19 22:37:10 UTC 2021 - Christoph Junghans <junghans@votca.org>
|
||||||
|
|
||||||
@ -6,7 +21,7 @@ Sun Dec 19 22:37:10 UTC 2021 - Christoph Junghans <junghans@votca.org>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 16 03:53:04 UTC 2021 - Christoph Junghans <junghans@votca.org>
|
Thu Dec 16 03:53:04 UTC 2021 - Christoph Junghans <junghans@votca.org>
|
||||||
|
|
||||||
- Update to 2020-rc.2
|
- Update to 2022-rc.2
|
||||||
- fix iqm merge orbitals command ([gh#votca/votca#907])
|
- fix iqm merge orbitals command ([gh#votca/votca#907])
|
||||||
- fix bug in basisset serialization that caused wrong Vxc values
|
- fix bug in basisset serialization that caused wrong Vxc values
|
||||||
in GW ([gh#votca/votca#910])
|
in GW ([gh#votca/votca#910])
|
||||||
|
23
votca.spec
23
votca.spec
@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package votca
|
# spec file for package votca
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021-2022 SUSE LLC
|
||||||
# Copyright (c) 2021 Christoph Junghans
|
# Copyright (c) 2021-2022 Christoph Junghans
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,10 +16,11 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: votca
|
Name: votca
|
||||||
Version: 2022~rc2
|
Version: 2022
|
||||||
Release: 0
|
Release: 0
|
||||||
%define uversion 2022-rc.2
|
%define uversion %{version}
|
||||||
%define sover 2022
|
%define sover 2022
|
||||||
Summary: Versatile Object-oriented Toolkit for Coarse-graining Applications
|
Summary: Versatile Object-oriented Toolkit for Coarse-graining Applications
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -70,7 +71,6 @@ Provides: votca-csg-apps = %version-%release
|
|||||||
Obsoletes: votca-xtp <= 2022~rc1
|
Obsoletes: votca-xtp <= 2022~rc1
|
||||||
Provides: votca-xtp = %version-%release
|
Provides: votca-xtp = %version-%release
|
||||||
|
|
||||||
|
|
||||||
%global with_xtp 1
|
%global with_xtp 1
|
||||||
# libint2 used by xtp is broken on 32-bit archs
|
# libint2 used by xtp is broken on 32-bit archs
|
||||||
# https://github.com/evaleev/libint/issues/196
|
# https://github.com/evaleev/libint/issues/196
|
||||||
@ -91,12 +91,12 @@ in disordered semiconductors.
|
|||||||
%package -n libvotca%sover
|
%package -n libvotca%sover
|
||||||
Summary: VOTCA tools library
|
Summary: VOTCA tools library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: libvotca_tools2022 <= 2022~rc1
|
Obsoletes: libvotca_tools2022 <= 2022~rc1
|
||||||
Provides: libvotca_tools2022 = %version-%release
|
Provides: libvotca_tools2022 = %version-%release
|
||||||
Obsoletes: libvotca_csg2022 <= 2022~rc1
|
Obsoletes: libvotca_csg2022 <= 2022~rc1
|
||||||
Provides: libvotca_csg2022 = %version-%release
|
Provides: libvotca_csg2022 = %version-%release
|
||||||
Obsoletes: libvotca_xtp2022 <= 2022~rc1
|
Obsoletes: libvotca_xtp2022 <= 2022~rc1
|
||||||
Provides: libvotca_xtp2022 = %version-%release
|
Provides: libvotca_xtp2022 = %version-%release
|
||||||
|
|
||||||
%description -n libvotca%sover
|
%description -n libvotca%sover
|
||||||
%{votca_desc}
|
%{votca_desc}
|
||||||
@ -197,7 +197,6 @@ sed -i '1s@env @@' %{buildroot}/%{_bindir}/votca_{compare,help2doc} \
|
|||||||
sed -i '1s@env @@' %{buildroot}/%{_bindir}/xtp_* %{buildroot}/%{_datadir}/votca/xtp/benchmark/xtp_benchmark
|
sed -i '1s@env @@' %{buildroot}/%{_bindir}/xtp_* %{buildroot}/%{_datadir}/votca/xtp/benchmark/xtp_benchmark
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
# Move bash completion file to correct location
|
# Move bash completion file to correct location
|
||||||
mkdir -p %{buildroot}%{_datadir}/bash_completion.d
|
mkdir -p %{buildroot}%{_datadir}/bash_completion.d
|
||||||
cp %{buildroot}%{_datadir}/votca/rc/csg-completion.bash %{buildroot}%{_datadir}/bash_completion.d/votca
|
cp %{buildroot}%{_datadir}/votca/rc/csg-completion.bash %{buildroot}%{_datadir}/bash_completion.d/votca
|
||||||
|
Loading…
x
Reference in New Issue
Block a user