vmmlib 1.0-2.3 source package in Ubuntu

Changelog

vmmlib (1.0-2.3) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS (Closes: #1016262)
    - Remove debian/patches/fix_ftbfs_gcc8.patch
    - Update debian/patches/fix-makefile to not use f2c related headers.
    - Add debian/patches/fix-quaternion.patch for not returning value in
      void function.

 -- Ying-Chun Liu (PaulLiu) <email address hidden>  Sun, 18 Sep 2022 16:28:02 +0800

Upload details

Uploaded by:
Bas Wijnen
Uploaded to:
Sid
Original maintainer:
Bas Wijnen
Architectures:
all
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe libdevel
Mantic release universe libdevel
Lunar release universe libdevel

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vmmlib_1.0-2.3.dsc 1.7 KiB 2c177879403acdf66d1c75000f4e7cecc89980d02d00960a01c221ab0a61ce74
vmmlib_1.0.orig.tar.gz 177.1 KiB b97c2e64a91d1b998b24d126d77e3d692a297404e31d541945c2dfd2c2fb14a7
vmmlib_1.0-2.3.debian.tar.xz 3.2 KiB f517d626b189e22d28021821ead0a1f317930615c0024fe13fde90c1c0813d55

Available diffs

No changes file available.

Binary packages built by this source

libvmmlib-dev: templatized C++ vector and matrix math library

 Vmmlib's basic functionality includes a vector and a matrix class, with
 additional functionality for the often-used 3d and 4d vectors and 3x3 and 4x4
 matrices.
 .
 More advanced functionality include solvers, frustum computations and frustum
 culling classes, and spatial data structures.
 .
 It is implemented using C++ templates, making it versatile, and being a header
 library, it is very easy to integrate into other libraries and programs.