File LiquidLib-bin.spec of Package LiquidLib
#
# spec file for package LiquidLib
#
# Copyright (c) 2025 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 https://bugs.opensuse.org/
#
Name: LiquidLib-bin
Version: 20250418
Release: 0
Summary: A comprehensive toolbox
# FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses
License: MIT LGPL-3.0-or-later
URL: https://data.mendeley.com/datasets/tyggwp7656/1
Source: LiquidLib-%{version}.tar.gz
BuildRequires: cmake-full
BuildRequires: gcc-c++
BuildRequires: cmake(xdrfile)
BuildRequires: pkgconfig(gsl)
BuildRequires: gflags-devel
BuildRequires: openmpi5-devel
BuildRequires: openmpi5-macros-devel
# BuildRequires: libboost_math-devel
%openmpi_requires
%description
A comprehensive toolbox for analyzing classical and ab initio molecular dynamics simulations of liquids and liquid-like matter with applications to neutron scattering experiments
%prep
%autosetup -p1 -n LiquidLib-%{version}
%build
%setup_openmpi
%cmake
%cmake_build
%install
%cmake_install
%files
%doc input
%license LICENSE
%{_bindir}/*