commit 71c821f32754a267e9cabc424f23f083832965ab06577d857fa553d427056b1f Author: Atri Bhattacharya Date: Sun May 8 08:48:14 2022 +0000 Accepting request 972728 from science package was renamed upstream OBS-URL: https://build.opensuse.org/request/show/972728 OBS-URL: https://build.opensuse.org/package/show/science/gap-caratinterface?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/gap-caratinterface.changes b/gap-caratinterface.changes new file mode 100644 index 0000000..79e22fc --- /dev/null +++ b/gap-caratinterface.changes @@ -0,0 +1,30 @@ +------------------------------------------------------------------- +Mon Apr 25 22:22:44 UTC 2022 - Jan Engelhardt + +- Update to release 2.3.3 + * changed name to CaratInterface + * adapted to new CARAT build system (using autotools) + * fixed buffer overflow in Bravais_catalog +- Rename to gap-caratinterface + +------------------------------------------------------------------- +Wed Aug 29 21:23:01 UTC 2018 - Jan Engelhardt + +- Update to new snapshot 2.2.2.g7 + +------------------------------------------------------------------- +Sat Feb 3 15:57:50 UTC 2018 - jengelh@inai.de + +- Update to new upstream release 2.1.7 + * No user-visisble changes (documentation for gcc 5 only) + +------------------------------------------------------------------- +Sun Jun 19 09:53:53 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 2.1.6 +* No user-visible changes + +------------------------------------------------------------------- +Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de + +- Split carat (version 2.1.4) off the gap RPM package diff --git a/gap-caratinterface.spec b/gap-caratinterface.spec new file mode 100644 index 0000000..bad5fbe --- /dev/null +++ b/gap-caratinterface.spec @@ -0,0 +1,64 @@ +# +# spec file for package gap-caratinterface +# +# 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 http://bugs.opensuse.org/ +# + + +Name: gap-caratinterface +Version: 2.3.3 +Release: 0 +Summary: GAP: Interface to CARAT, a crystallographic groups package +License: GPL-2.0+ AND GPL-3.0+ +Group: Productivity/Scientific/Math +URL: https://github.com/gap-packages/CaratInterface + +Source: https://github.com/gap-packages/CaratInterface/archive/refs/tags/v%version.tar.gz +BuildArch: noarch +BuildRequires: gap-rpm-devel +BuildRequires: gmp-devel +BuildRequires: xz +Requires: carat +Requires: gap-core >= 4.9 +Suggests: gap-cryst >= 4.1.17 + +%description +This package provides GAP interface routines to some of the +stand-alone programs of CARAT, a package for the computation with +crystallographic groups. CARAT is to a large extent complementary to +the GAP package Cryst. In particular, it provides routines for the +computation of normalizers and conjugators of finite unimodular +groups in GL(n,Z), and routines for the computation of Bravais +groups, which are all missing in Cryst. A catalog of Bravais groups +up to dimension 6 is also provided. + +%prep +%autosetup -n CaratInterface-%version + +%build +# There is a C part, "carat". It is not part of the gap-carat repo +# and needs separate downloading (extra tar archive...) +# But the quality of that C part is so abysmal it's not worth building at +# present. +perl -pe 's{^#!/usr/local/bin/bash}{#!/bin/bash}g' \ + carat/tables/lattices/maximal.sh \ + carat/tables/lattices/check_trivilities.sh + +%install +rm -rf configure scripts +%gappkg_simple_install + +%files -f %name.files + +%changelog diff --git a/v2.3.3.tar.gz b/v2.3.3.tar.gz new file mode 100644 index 0000000..7c5da3e --- /dev/null +++ b/v2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e9e039a3ec858bb39ef7ab513741ac7d9d4c6d50b33d06e008655f467ae466 +size 29036