mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/libpoly: Do not build tests by default
This commit is contained in:
parent
755a2b1c81
commit
d093c25c0f
2 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v
|
|||
DISTVERSION= 0.1.13
|
||||
CATEGORIES= math
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= c1f82e63ccf3f84e2a2234589caac287d2bf6f71.patch:-p1
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= C library for manipulating polynomials
|
||||
WWW= https://github.com/SRI-CSL/libpoly
|
||||
|
@ -13,9 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
|
|||
LIB_DEPENDS= libgmp.so:math/gmp
|
||||
|
||||
USES= cmake:testing
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= SRI-CSL
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_OFF= LIBPOLY_BUILD_PYTHON_API LIBPOLY_BUILD_STATIC LIBPOLY_BUILD_STATIC_PIC
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1690956239
|
||||
TIMESTAMP = 1705110337
|
||||
SHA256 (SRI-CSL-libpoly-v0.1.13_GH0.tar.gz) = ca7092eeeced3dd8bd86cdd3410207802ef1752d7052d92eee3e9e6bb496763c
|
||||
SIZE (SRI-CSL-libpoly-v0.1.13_GH0.tar.gz) = 621704
|
||||
SHA256 (c1f82e63ccf3f84e2a2234589caac287d2bf6f71.patch) = 4922156534124662b144ef0c56baca5f086c7c8351ea4c28e92975e90d48af29
|
||||
SIZE (c1f82e63ccf3f84e2a2234589caac287d2bf6f71.patch) = 658
|
||||
|
|
Loading…
Add table
Reference in a new issue