Package Details: blitz 1.0.2-2

Git Clone URL: https://aur.archlinux.org/blitz.git (read-only, click to copy)
Package Base: blitz
Description: C++ Class library for scientific computing
Upstream URL: https://github.com/blitzpp/blitz
Licenses: custom:Artistic
Conflicts: blitz-cppqed-hg
Submitter: ylep
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 2
Popularity: 0.000000
First Submitted: 2016-04-08 12:40 (UTC)
Last Updated: 2023-05-07 19:00 (UTC)

Dependencies (4)

Required by (2)

Sources (1)

Latest Comments

ylep commented on 2019-11-12 08:36 (UTC)

Unfortunately I am not using Arch Linux anymore, so this package is now looking for a new maintainer. Please adopt blitz if you are interested in this package! In particular it should be bumped to version 1.0.2, which probably also involves switching to the new CMake-based build system. Good luck to the new maintainer!

ylep commented on 2017-11-22 10:54 (UTC)

Bumped to new release 1.0.1. Building still requires using --nocheck, because of a bug affecting Boost 1.61 to 1.65.1 (fixed in https://github.com/boostorg/serialization/commit/0ba417dd1c633e5bdf579ca69060c1911a0b478c).

ylep commented on 2017-07-13 15:35 (UTC)

Thank you for the info, I did not know about the new upstream. I updated the PKGBUILD, bumping to a patched 1.0.0 version. Building works here under GCC 7.1.1, but the testsuite is still broken (use `makepkg --nocheck`).

berquist commented on 2017-07-12 21:31 (UTC)

There is an updated version on GitHub: https://github.com/blitzpp/blitz I put the bare minimum changes required here: https://gist.github.com/berquist/0e68a7e178ad4b28f9bd5d2769f98d68 `check()` still fails, but `make lib` seems to work.

amit112amit commented on 2017-06-16 01:46 (UTC)

Building with gcc (GCC) 7.1.1 20170528 fails. Complains about "incomplete type" errors and a missing "fastread()" function. Has anyone successfully compiled it with latest GCC?

bartus commented on 2017-03-07 08:42 (UTC)

Substitute python with python2 in check(). sed 's/python/python2/g' blitz/generate/Makefile blitz/generate/*.py

ylep commented on 2016-09-29 16:05 (UTC)

Indeed, the test suite currently fails to build, probably due to an incompatibility with newer GCC versions. As a workaround, you can skip the tests by commenting out the check() function in PKGBUILD.

tgy commented on 2016-09-28 14:13 (UTC)

I get an error when trying to build the package: http://paste.awesom.eu/2AUM /usr/include/boost/archive/detail/iserializer.hpp:246:17: error: ‘blitz::MemoryBlock<P_type>::~MemoryBlock() [with P_type = double]’ is protected within this context