Skip to content

Commit

Permalink
Update libxc to version 6.2.2 / rev 4 via SR 1094724
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1094724
by user Dmitry_R + dimstar_suse
  • Loading branch information
Dmitry_R authored and bmwiedemann committed Jun 22, 2023
1 parent f92605f commit a07f269
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
Binary file modified packages/libx/libxc/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/libx/libxc/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,12 @@
<comment></comment>
<requestid>1090053</requestid>
</revision>
<revision rev="4" vrev="1">
<srcmd5>e10f24a38c73194e0f53bbf65a0c2adf</srcmd5>
<version>6.2.2</version>
<time>1687469268</time>
<user>dimstar_suse</user>
<comment></comment>
<requestid>1094724</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/libx/libxc/libxc-6.2.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/libx/libxc/libxc-6.2.2.tar.gz
9 changes: 9 additions & 0 deletions packages/libx/libxc/libxc.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jun 22 08:14:13 UTC 2023 - Martin Pluskal <[email protected]>

- Update to version 6.2.2:
* Dimension of v4rhosigma2lapl, v4rhosigma2tau, v4rhosigmatau2,
v4sigma3tau arrays was wrong
* CMake employed ENABLE_XHOST=ON by default, resulting in
binaries specific to the host processor

-------------------------------------------------------------------
Mon May 29 19:36:17 UTC 2023 - Dirk Müller <[email protected]>

Expand Down
8 changes: 3 additions & 5 deletions packages/libx/libxc/libxc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@

%define sover 12
Name: libxc
Version: 6.2.0
Version: 6.2.2
Release: 0
Summary: Library of exchange and correlation functionals to be used in DFT codes
License: MPL-2.0
Group: Productivity/Scientific/Physics
URL: https://www.tddft.org/programs/libxc/
Source: https://www.tddft.org/programs/libxc/down.php?file=%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
Expand Down Expand Up @@ -69,7 +68,7 @@ meta-GGAs. The library provides values for the energy density and its
This package contains the library of libxc.

%prep
%setup -q
%autosetup

%build
%configure \
Expand All @@ -81,8 +80,7 @@ This package contains the library of libxc.
%make_install
find %{buildroot} -type f -name "*.la" -delete -print

%post -n libxc%{sover} -p /sbin/ldconfig
%postun -n libxc%{sover} -p /sbin/ldconfig
%ldconfig_scriptlets -n libxc%{sover}

%files -n libxc%{sover}
%license COPYING
Expand Down

0 comments on commit a07f269

Please sign in to comment.