pkgsrc-wip/libbrahe/Makefile
Kamel Ibn Aziz Derouiche 5c15741463 Import libbrahe-1.2.0 as wip/libbrahe.
A heterogeneous C library of interesting numeric functions

 This library provides:
  
   * a function for rounding floating point values to a specific number
     of digits
   * several pseudo-random number generators, including the Mersenne
     Twister, various algorithms by Marsaglia, and ISAAC
   * least common multiple and greatest common denominator functions
   * a few trigonometry functions for finding the inversions of hyperbolic
     sine, cosine, and tangent
  
 This library is also used by libevocosm, which is in turn the 
 foundation for Acovea, used to determine optimal compiler optimizations
2010-05-16 15:53:43 +00:00

22 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/05/16 15:53:43 jihbed Exp $
#
DISTNAME= libbrahe-1.2.0
CATEGORIES= math
MASTER_SITES= http://www.coyotegulch.com/distfiles/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.coin-or.org/projects/Smi.xml
COMMENT= Heterogeneous C library of interesting numeric functions
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libbrahe.pc.in
.include "../../mk/bsd.pkg.mk"