UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

double-conversion

The Double-conversion package contains a library that facilitates binary-to-decimal and decimal-to-binary routines for IEEE doubles.

Package info

Codename: double-conversion
Source file: double-conversion-3.3.0.tar.gz
Source directory: double-conversion-3.3.0
Package URL: https://umvirt.com/linux/downloads/0.2/packages/d/double-conversion-3.3.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/d/double-conversion-3.3.0.tar.gz.md5sum
Dependances: cmake.
Dependance of: inkscape.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DBUILD_SHARED_LIBS=ON      \
      -DBUILD_TESTING=ON          \
      ..             

Build script:
cd    build &&
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make test
fi

Install script:
cd    build &&
make install