forked from pool/gap-caratinterface
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
This commit is contained in:
commit
71c821f327
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal 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
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
30
gap-caratinterface.changes
Normal file
30
gap-caratinterface.changes
Normal file
@ -0,0 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 22:22:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
- 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
|
64
gap-caratinterface.spec
Normal file
64
gap-caratinterface.spec
Normal file
@ -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
|
3
v2.3.3.tar.gz
Normal file
3
v2.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12e9e039a3ec858bb39ef7ab513741ac7d9d4c6d50b33d06e008655f467ae466
|
||||
size 29036
|
Loading…
x
Reference in New Issue
Block a user