Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
95eab24d
Commit
95eab24d
authored
1 year ago
by
Patrycja Rosa
Committed by
alice
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-scs: upgrade to 3.2.3
parent
6686507c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!45742
testing/py3-scs: upgrade to 3.2.3
Pipeline
#159016
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-scs/APKBUILD
+5
-7
5 additions, 7 deletions
testing/py3-scs/APKBUILD
with
5 additions
and
7 deletions
testing/py3-scs/APKBUILD
+
5
−
7
View file @
95eab24d
# Contributor: Anjandev Momi <anjan@momi.ca>
# Contributor: Anjandev Momi <anjan@momi.ca>
# Maintainer: Anjandev Momi <anjan@momi.ca>
# Maintainer: Anjandev Momi <anjan@momi.ca>
pkgname
=
py3-scs
pkgname
=
py3-scs
pkgver
=
3.2.
2
pkgver
=
3.2.
3
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"C package that solves convex cone problems via operator splitting"
pkgdesc
=
"C package that solves convex cone problems via operator splitting"
url
=
"https://github.com/cvxgrp/scs"
url
=
"https://github.com/cvxgrp/scs"
arch
=
"all"
arch
=
"all"
...
@@ -12,16 +12,14 @@ makedepends="py3-setuptools py3-numpy-dev"
...
@@ -12,16 +12,14 @@ makedepends="py3-setuptools py3-numpy-dev"
checkdepends
=
"py3-pytest"
checkdepends
=
"py3-pytest"
source
=
"scs-
$pkgver
.tar.gz::https://files.pythonhosted.org/packages/source/s/scs/scs-
$pkgver
.tar.gz"
source
=
"scs-
$pkgver
.tar.gz::https://files.pythonhosted.org/packages/source/s/scs/scs-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/scs-
$pkgver
"
builddir
=
"
$srcdir
/scs-
$pkgver
"
options
=
"!check"
#
upstream tests broken
options
=
"!check"
#
Cannot solve SDPs without linked blas+lapack libraries
build
()
{
build
()
{
python3 setup.py build
python3 setup.py build
}
}
check
()
{
check
()
{
python3 setup.py build_ext
--inplace
PYTHONPATH
=
$(
echo
build/lib
*
)
pytest
cp
src/__init__.py scs
PYTHONPATH
=
.
pytest
}
}
package
()
{
package
()
{
...
@@ -29,5 +27,5 @@ package() {
...
@@ -29,5 +27,5 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
412b1ac34e805a46bd5dc25a0bcef29751a46a6617d8fc4db14c3b80f7ff09dd2c5dcde5910ab5770578841432f3a03815ca8c65f44e6ef150db2c4960010c56
scs-3.2.
2
.tar.gz
9b3bef40f34fc9350444e2bd56602def10d2fedd6efd0c78eceacfba2f8276bfd16cd7e8a479cd9431c55f5efe65f6869d2d9ecb5dc6450801dd371f802ff3a9
scs-3.2.
3
.tar.gz
"
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment