- Update to version 2.10:
* Improvement of the ring statistics algorithm, that can now be
up to twice faster.
* Minor bug correction in the calculation of bond distances
during ring statistics calculations.
* Few minor bug corrections
- Update to version 2.9:
* Minor bug correction for bond angles and dihedral angles
calculation for systems with more than 2 chemical species.
- Update to version 2.8:
* Bug correction in calculation of inter-atomic distances
for non-cubic system when wrapping unwrapped MD trajectory.
- Update to version 2.7:
* Bug correction in calculation of inter-atomic distances
for non-cubic system when wrapping unwrapped MD trajectory.
- Update to version 2.6:
* Bug correction in the calculation of cell parameters for
non-cubic systems that might affects particular cases.
* Improvements here and there.
- Update to version 2.5:
* Major bug correction for the calculation of the dihedral angles
* Minor bugs corrections and improvements of the GUI
- Update to version 2.4:
* Bug correction for the calculation of the MSD
* Minor bugs corrections and improvements of the GUI
- Clean up spec file
OBS-URL: https://build.opensuse.org/request/show/1224619
OBS-URL: https://build.opensuse.org/package/show/science/ISAACS?expand=0&rev=6
71 lines
2.1 KiB
RPMSpec
71 lines
2.1 KiB
RPMSpec
#
|
|
# spec file for package isaacs
|
|
#
|
|
# Copyright (c) 2024 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: isaacs
|
|
Version: 2.10
|
|
Release: 0
|
|
Summary: Interactive Structure Analysis of Amorphous and Crystalline Systems
|
|
License: GPL-3.0
|
|
Group: Productivity/Scientific/Physics
|
|
URL: https://isaacs.sourceforge.io/
|
|
Source0: https://prdownloads.sourceforge.net/isaacs/isaacs-%{version}.tar.bz2
|
|
BuildRequires: cairo-devel
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc
|
|
BuildRequires: gcc-fortran
|
|
BuildRequires: gtk2-devel
|
|
# gtk-update-icon-cache is in gtk3-tools
|
|
BuildRequires: gtk3-tools
|
|
BuildRequires: libxml2-devel
|
|
|
|
%description
|
|
Interactive Structure Analysis of Amorphous and Crystalline Systems
|
|
I.S.A.A.C.S. is a computer program dedicated to the study of the
|
|
structural properties of 3D models of materials (liquid, glass,
|
|
crystal) and isolated molecules generated using computer simulations.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%configure
|
|
# Missing dependencies in Makefile on parameters.mod
|
|
%make_build -C src parameters.o
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%fdupes -s %{buildroot}%{_prefix}
|
|
%__mv %{buildroot}%{_datadir}/%{name}/%{name}.desktop \
|
|
%{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
%files
|
|
%doc
|
|
%{_bindir}/isaacs
|
|
%{_datadir}/doc/isaacs/
|
|
%{_datadir}/isaacs/
|
|
%{_datadir}/bash-completion
|
|
%{_datadir}/bash-completion/isaacs
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_sysconfdir}/bash_completion.d
|
|
%config %{_sysconfdir}/bash_completion.d/isaacs
|
|
|
|
%changelog
|