UmVirt LFS Package info
DB commit: c9dd8835b9e79548f70e25c8ffb9d09430f622a0
APP commit:
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://ulfs.org/linux/downloads/package_files/4145625122/packages/d/double-conversion-3.3.0.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/4145625122/packages/d/double-conversion-3.3.0.tar.gz.md5sum
Dependances: cmake.
Dependance of: inkscape, qt6.
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
Apache/2.4.62 (Debian) Server at ulfs.org Port 443