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
90cfe85c
Commit
90cfe85c
authored
2 years ago
by
J0WI
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/openblas: upgrade to 0.3.21
parent
290f1c64
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!37438
community/openblas: upgrade to 0.3.21
Pipeline
#131656
passed
2 years ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/openblas/APKBUILD
+7
-7
7 additions, 7 deletions
community/openblas/APKBUILD
with
7 additions
and
7 deletions
community/openblas/APKBUILD
+
7
−
7
View file @
90cfe85c
...
...
@@ -3,7 +3,7 @@
# Maintainer:
pkgname
=
openblas
_pkgname
=
OpenBLAS
pkgver
=
0.3.2
0
pkgver
=
0.3.2
1
pkgrel
=
0
pkgdesc
=
"fast BSD-licensed BLAS based on gotoBLAS2, with LAPACK"
url
=
"https://www.openblas.net/"
...
...
@@ -12,15 +12,11 @@ license="BSD-3-Clause"
depends_dev
=
"gfortran"
makedepends
=
"
$depends_dev
perl linux-headers"
subpackages
=
"
$pkgname
-static
$pkgname
-dev
$pkgname
-doc"
source
=
"https://github.com/xianyi/
$_pkgname
/archive/v
$pkgver
/
$pkgname
-
$pkgver
.tar.gz
source
=
"https://github.com/xianyi/
$_pkgname
/archive/v
$pkgver
/
openblas
-
$pkgver
.tar.gz
separate-tests.patch
"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
# OpenBLAS library is huge and it's heavily optimized for performance.
# It doesn't make sense to compile it with -Os.
CFLAGS
=
${
CFLAGS
/-Os/-O2
}
_builddir64
=
"
$builddir
-64"
# ILP64 is not supported on aarch64 (https://github.com/xianyi/OpenBLAS/issues/956)
...
...
@@ -73,6 +69,10 @@ prepare() {
}
build
()
{
# OpenBLAS library is huge and it's heavily optimized for performance.
# It doesn't make sense to compile it with -Os.
CFLAGS
=
${
CFLAGS
/-Os/-O2
}
CFLAGS
=
make
-C
"
$builddir
"
\
$_flags
CFLAGS
=
"
$CFLAGS
"
PREFIX
=
/usr
...
...
@@ -119,6 +119,6 @@ ilp64() {
}
sha512sums
=
"
0742d40b74b11b781021
28
0
fd
627fa5798e6856b49f2ba1111a5927aac1a7823bcb8162187555f4cf3a4dd7eadf5b1f2a4685c0b5e189847b2869166d1bc7391
openblas-0.3.2
0
.tar.gz
4625c8e6ccfa9120
28
1
fd
714d3f6b7c3ba2265470c1be76121d6b25dc3dacb899d26e5d9a417ddc616d23909f1411495aa995ef8d8d6df8511cd5cefbabcb1c5
openblas-0.3.2
1
.tar.gz
de2769ba6d1adcb31e19732c6c4a9f39dc1745932b954106a8037a4dfa98d77a468bd414abadab0d72bbbabf17f86748fb9297051c937fd6eae3d375aa5f5ad7 separate-tests.patch
"
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