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
d21896ef
Commit
d21896ef
authored
1 month ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
community/lapack: upgrade to 3.12.1
parent
134a2b97
No related branches found
No related tags found
1 merge request
!80174
community/lapack: upgrade to 3.12.1
Pipeline
#299946
passed
1 month ago
Stage: verify
Pipeline: aports
#299949
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/lapack/APKBUILD
+5
-7
5 additions, 7 deletions
community/lapack/APKBUILD
with
5 additions
and
7 deletions
community/lapack/APKBUILD
+
5
−
7
View file @
d21896ef
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
lapack
pkgname
=
lapack
pkgver
=
3.12.
0
pkgver
=
3.12.
1
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Linear Algebra PACKage"
pkgdesc
=
"Linear Algebra PACKage"
url
=
"https://www.netlib.org/lapack/"
url
=
"https://www.netlib.org/lapack/"
arch
=
"all"
arch
=
"all"
license
=
"BSD-3-Clause"
license
=
"BSD-3-Clause"
options
=
"!check"
# Tests broken
options
=
"!check"
# Tests broken
makedepends
=
"gfortran cmake"
makedepends
=
"gfortran cmake
python3-dev
"
subpackages
=
"
$pkgname
-dev:_dev cblas blas blas-dev"
subpackages
=
"
$pkgname
-dev:_dev cblas blas blas-dev"
source
=
"https://github.com/Reference-LAPACK/lapack/archive/v
$pkgver
/lapack-v
$pkgver
.tar.gz"
source
=
"https://github.com/Reference-LAPACK/lapack/archive/v
$pkgver
/lapack-v
$pkgver
.tar.gz"
...
@@ -19,16 +19,14 @@ build() {
...
@@ -19,16 +19,14 @@ build() {
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DCMAKE_SKIP_RPATH
=
ON
\
-DCMAKE_SKIP_RPATH
=
ON
\
-DBUILD_SHARED_LIBS
=
ON
\
-DBUILD_SHARED_LIBS
=
ON
\
-DBUILD_TESTING
=
"
$(
want_check
&&
echo
ON
||
echo
OFF
)
"
\
-DBUILD_TESTING
=
OFF
\
-DCMAKE_Fortran_COMPILER
=
gfortran
\
-DCMAKE_Fortran_COMPILER
=
gfortran
\
-DLAPACKE
=
ON
\
-DLAPACKE
=
ON
\
-DCBLAS
=
ON
\
-DCBLAS
=
ON
-DBUILD_DEPRECATED
=
ON
cmake
--build
build
cmake
--build
build
}
}
check
()
{
check
()
{
cd
build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
}
...
@@ -74,5 +72,5 @@ cblas() {
...
@@ -74,5 +72,5 @@ cblas() {
}
}
sha512sums
=
"
sha512sums
=
"
f8f3c733a0221be0b3f5618235408ac59cbd4e5f1c4eab5f509b831a6ec6a9ef14b8849aa6ea10810df1aff90186ca454d15e9438d1dd271c2449d42d3da9dda
lapack-v3.12.
0
.tar.gz
9749976d773830eb635498611c7f1247af8dece23fe8c08446243aa39bdcc20dd35fdc670345643cd1ec6828e379d5c2152009817e0b486c10fd89a06602e0fb
lapack-v3.12.
1
.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