SHA256
1
0
forked from pool/carat

Accepting request 972729 from home:jengelh:dev

OBS-URL: https://build.opensuse.org/request/show/972729
OBS-URL: https://build.opensuse.org/package/show/science/carat?expand=0&rev=1
This commit is contained in:
Atri Bhattacharya 2022-04-29 13:19:13 +00:00 committed by Git OBS Bridge
commit 0edf8cc476
6 changed files with 100 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

15
_service Normal file
View File

@ -0,0 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">carat</param>
<param name="scm">git</param>
<param name="url">https://github.com/lbfm-rwth/carat</param>
<param name="revision">master</param>
<param name="parent-tag">v2.1b1</param>
<param name="versionformat">2.1b1.g@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

3
carat-2.1b1.g131.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdf358bb5c24bf27f935e0bfc4f1952654b5986185f268c09e84de894103aff7
size 5696664

4
carat.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Mon Apr 25 22:30:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Initial package (version 2.1b1.g131) (fd0b757) for build.opensuse.org

54
carat.spec Normal file
View File

@ -0,0 +1,54 @@
#
# spec file for package pari
#
# Copyright (c) 2022 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: carat
Version: 2.1b1.g131
Release: 0
Summary: Programs for solving certain tasks in mathematical crystallography
License: GPL-2.0-only
Group: Productivity/Scientific/Math
URL: https://lbfm-rwth.github.io/carat/
Source: %name-%version.tar.xz
BuildRequires: automake
BuildRequires: c_compiler
BuildRequires: gmp-devel
%description
Carat is a computer package which handles enumeration,
construction, recognition and comparison problems for
crystallographic groups up to dimension 6. The name CARAT itself
is an acronym for Crystallographic AlgoRithms And Tables.
# Utilies invoked from e.g. gap-caratinterface
%prep
%autosetup
%build
autoreconf -fi
%configure --bindir="%_libexecdir/%name"
%make_build
%install
%make_install
%files
%_libexecdir/%name/
%license LICENSE
%changelog