Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Shkenev
aports
Commits
00494869
Commit
00494869
authored
Jun 21, 2022
by
Antoni Aloy Torrens
Committed by
alice
Jun 28, 2022
Browse files
community/muparser: move from testing
parent
265f9ad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing
/muparser/APKBUILD
→
community
/muparser/APKBUILD
View file @
00494869
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname
=
muparser
pkgver
=
2.3.3
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Fast math parser library"
url
=
"https://beltoforion.de/en/muparser/"
arch
=
"all !s390x"
# s390x blocked by openmp
license
=
"BSD-2-Clause"
makedepends
=
"cmake openmp-dev"
makedepends
=
"cmake
samurai
openmp-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
options
=
"!check"
# No testsuite
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/beltoforion/muparser/archive/v
$pkgver
-1.tar.gz"
...
...
@@ -28,8 +28,8 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
Non
e
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
Releas
e
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment