Path to this page:
./
math/cln,
CLN Class Library for Numbers
Branch: pkgsrc-2015Q1,
Version: 1.3.2nb2,
Package name: cln-1.3.2nb2,
Maintainer: adamCLN - Class Library for Numbers is a C++ library providing the following
features:
* Rich set of number classes
* Elementary, logical, transcendental functions
* C++ as implementation language brings efficiency, type safety,
and algebraic syntax
* Memory efficiency
* Speed efficiency
* Interoperability
Required to run:[
devel/gmp]
Master sites: (Expand)
SHA1: c30dca80e75f45e2107f233075e6d0339ea884b0
RMD160: 8644a278e99c3e15ebf83f5e641758bdecad8b23
Filesize: 1245.74 KB
Version history: (Expand)
- (2015-05-17) Updated to version: cln-1.3.2nb2
- (2015-04-03) Package added to pkgsrc.se, version cln-1.3.2nb1 (created)
CVS history: (Expand)
2015-05-16 21:12:34 by Benny Siegert | Files touched by this commit (3) |
Log message:
Pullup ticket #4718 - requested by joerg
math/cln: build fix
Revisions pulled up:
- math/cln/Makefile 1.25
- math/cln/distinfo 1.14
- math/cln/patches/patch-src_base_cl__low.h 1.1
---
Module Name: pkgsrc
Committed By: joerg
Date: Fri May 15 09:17:03 UTC 2015
Modified Files:
pkgsrc/math/cln: Makefile distinfo
Added Files:
pkgsrc/math/cln/patches: patch-src_base_cl__low.h
Log message:
Disable assembler on ARM, it doesn't work with EABI. Don't put a
variable with C linkage in a namespace, clang (correctly) complains
about the shadowing (re)declarations. Bump revision.
|