Search Criteria
Package Details: cppqed-git 2.100.8.r183.g712b601e-1
Git Clone URL: | https://aur.archlinux.org/cppqed-git.git (read-only, click to copy) |
---|---|
Package Base: | cppqed-git |
Description: | Highly flexible framework for simulating open quantum dynamics. |
Upstream URL: | http://cppqed.sourceforge.net |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | piquer |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-06 00:13 |
Last Updated: | 2021-01-20 20:54 |
Dependencies (12)
- blitz (blitz-cppqed-hg)
- boost-libs (boost171, boost-libs-git)
- flens (flens-git)
- gsl
- python (python-dbg)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-scipy (python-scipy-mkl, python-scipy-mkl-bin)
- boost (boost-git) (make)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git, clang-rc) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
Latest Comments
bartus commented on 2021-01-20 19:33
@piquer Yep, and I did (ง ื▿ ื)ว
piquer commented on 2021-01-16 10:45
Hi @bartus, would you like to take over maintenance for this package?
bartus commented on 2018-04-06 05:49
@piquer: Working PKGBUILD: https://pastebin.com/T1x00v1P #{requires boost-libs<1.64 for python bindings}
piquer commented on 2017-07-05 20:21
Thanks for your notification. Unfortunately I don't have time at the moment to investigate this problem. I would suggest that you try to install from source (http://cppqed.sourceforge.net/cppqed/html/installationguide.html) to see if it is a problem with the packages or with the new compiler. You might also ask the mailing list for support. If there is a fix I'm happy to apply it here.
Cheers
bartus commented on 2017-06-29 14:38
Not working with latest boost update (1.64)
Compiler complains about protected symbol in blitz.
In file included from /usr/include/blitz/array-impl.h:49:0,
_________________from_/usr/include/blitz/array.h:37,
_________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/BlitzArray.h:9,
_________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/BlitzArrayTraits.h:8,
_________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Simulated.h:7,
_________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/examples/HarmonicOscillatorComplex.cc:2:
/usr/include/boost/archive/detail/iserializer.hpp: In instantiation of ‘static void boost::archive::detail::heap_allocation<T>::doesnt_have_new_operator::invoke_delete(T*) [with T = blitz::MemoryBlock<std::complex<double> >]’:
/usr/include/boost/archive/detail/iserializer.hpp:265:33: required from ‘static void boost::archive::detail::heap_allocation<T>::invoke_delete(T*) [with T = blitz::MemoryBlock<std::complex<double> >]’
/usr/include/boost/archive/detail/iserializer.hpp:273:26: required from ‘boost::archive::detail::heap_allocation<T>::~heap_allocation() [with T = blitz::MemoryBlock<std::complex<double> >]’
/usr/include/boost/archive/detail/iserializer.hpp:294:36: required from ‘void* boost::archive::detail::pointer_iserializer<Archive, T>::heap_allocation() const [with Archive = boost::archive::binary_iarchive; T = blitz::MemoryBlock<std::complex<double> >]’
/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/examples/HarmonicOscillatorComplex.cc:47:1: required from here
/usr/include/blitz/memblock.h:112:13: error: ‘blitz::MemoryBlock<P_type>::~MemoryBlock() [with P_type = std::complex<double>]’ is protected
_____virtual_~MemoryBlock()
_____________^
In file included from /usr/include/boost/archive/detail/interface_iarchive.hpp:22:0,
_________________from_/usr/include/boost/archive/detail/common_iarchive.hpp:23,
_________________from_/usr/include/boost/archive/basic_binary_iarchive.hpp:30,
_________________from_/usr/include/boost/archive/binary_iarchive_impl.hpp:21,
_________________from_/usr/include/boost/archive/binary_iarchive.hpp:20,
_________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Archive.h:69,
_________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Trajectory.h:9,
_________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Simulated_.h:10,
_________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Simulated.tcc:6,
_________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Simulated.h:9,
_________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/examples/HarmonicOscillatorComplex.cc:2:
/usr/include/boost/archive/detail/iserializer.hpp:246:17: error: within this context
_________________delete_t;
_________________^