Accepting request 831273 from home:andythe_great
Improve devel package description. OBS-URL: https://build.opensuse.org/request/show/831273 OBS-URL: https://build.opensuse.org/package/show/science/scs?expand=0&rev=1
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 15:38:50 UTC 2020 - andy great <andythe_great@pm.me>
|
||||
|
||||
- Fix devel package description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 20:09:44 UTC 2020 - andy great <andythe_great@pm.me>
|
||||
|
||||
- Fix spec file.
|
||||
* Only produce scs-devel
|
||||
* Remove cmake dependency.
|
||||
* Move files to appropriate library directory.
|
||||
* Exclude static library.
|
||||
- Remove fix_install_dir.patch as it is not need anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 17:07:43 UTC 2020 - andy great <andythe_great@pm.me>
|
||||
|
||||
- Initial package release.
|
||||
@@ -0,0 +1,57 @@
|
||||
#
|
||||
# spec file for package scs
|
||||
#
|
||||
# Copyright (c) 2020 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: scs
|
||||
Version: 2.1.2
|
||||
Release: 0
|
||||
Summary: Numerical package for solving large-scale convex cone problems
|
||||
License: MIT
|
||||
URL: https://github.com/cvxgrp/scs
|
||||
Source: https://github.com/cvxgrp/scs/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: lapack-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
SCS (splitting conic solver) is a numerical optimization package for
|
||||
solving large-scale convex cone problems.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
|
||||
%description devel
|
||||
SCS (splitting conic solver) is a numerical optimization package for
|
||||
solving large-scale convex cone problems.
|
||||
This package provides development libraries and headers for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install INSTALL_LIB_DIR=%{buildroot}%{_libdir} INSTALL_INC_DIR=%{buildroot}%{_includedir}/%{name}
|
||||
|
||||
%files devel
|
||||
%doc README.md
|
||||
%license LICENSE.txt
|
||||
%{_includedir}/%{name}
|
||||
%{_libdir}/*.so
|
||||
%exclude %{_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
@@ -0,0 +1,24 @@
|
||||
*.changes merge=merge-changes
|
||||
*.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
|
||||
*.tar 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
|
||||
@@ -0,0 +1,4 @@
|
||||
*.obscpio
|
||||
*.osc
|
||||
_build.*
|
||||
.pbuild
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b891c0d20e6ff1d7971add407f011b6ef9cd064c298c5662515f6d7875a06a90
|
||||
size 105810
|
||||
Reference in New Issue
Block a user