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
254df081
Commit
254df081
authored
6 months ago
by
Celeste
Browse files
Options
Downloads
Patches
Plain Diff
testing/flint: adopt aport
parent
c8e149a6
Loading
Loading
1 merge request
!70968
testing/*, community/xcb-imdkit: adopt from @ay
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/flint/APKBUILD
+5
-4
5 additions, 4 deletions
testing/flint/APKBUILD
with
5 additions
and
4 deletions
testing/flint/APKBUILD
+
5
−
4
View file @
254df081
# Contributor: Alex Yam <alex@alexyam.com>
# Contributor: Grigory Kirillov <txgk@bk.ru>
# Maintainer:
Alex Yam <alex@alexyam
.com>
# Maintainer:
Celeste <cielesti@protonmail
.com>
pkgname
=
flint
pkgver
=
2.9.0
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"C library in support of computations in number theory"
url
=
"https://www.flintlib.org/"
# s390x: https://github.com/wbhart/flint2/issues/1184
...
...
@@ -20,7 +20,8 @@ makedepends="
"
subpackages
=
"
$pkgname
-dev"
source
=
"https://www.flintlib.org/flint-
$pkgver
.tar.gz
fix-sdiv_qrnnd-test.patch"
fix-sdiv_qrnnd-test.patch
"
build
()
{
# Project uses cpu_set_t type extensively throughout the codebase
...
...
@@ -33,7 +34,7 @@ build() {
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DWITH_NTL
=
ON
\
-DBUILD_TESTING
=
ON
-DBUILD_TESTING
=
"
$(
want_check
&&
echo
ON
||
echo
OFF
)
"
cmake
--build
build
}
...
...
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