Christoph Junghans
Christoph Junghans
@hkaiser `hpx::placeholders::_1 is deprecated, use hpx::placeholders::_1 instead`. huh?
@XzzX more of the same: ``` 2024-09-13T14:57:19.1595566Z [ 5%] Building CXX object src/hpx4espp/CMakeFiles/_hpx4espp_component.dir/storage/DomainDecomposition.cpp.o 2024-09-13T14:57:19.1606868Z cd /__w/espressopp/espressopp/build/src/hpx4espp && /usr/bin/ccache /usr/lib64/ccache/clang++ -DHPX4ESPP_ENABLED=1 -DHPX_LIBRARY_EXPORTS -D_hpx4espp_component_EXPORTS -I/__w/espressopp/espressopp/src -I/__w/espressopp/espressopp/src/include -I/__w/espressopp/espressopp/build/src -isystem /usr/include/openmpi-x86_64 -isystem /usr/include/python3.12 -g...
> @XzzX more of the same: > > ``` > 2024-09-13T14:57:19.1595566Z [ 5%] Building CXX object src/hpx4espp/CMakeFiles/_hpx4espp_component.dir/storage/DomainDecomposition.cpp.o > 2024-09-13T14:57:19.1606868Z cd /__w/espressopp/espressopp/build/src/hpx4espp && /usr/bin/ccache /usr/lib64/ccache/clang++ -DHPX4ESPP_ENABLED=1 -DHPX_LIBRARY_EXPORTS -D_hpx4espp_component_EXPORTS -I/__w/espressopp/espressopp/src -I/__w/espressopp/espressopp/src/include -I/__w/espressopp/espressopp/build/src...
``` undefined reference to `boost::python::objects::class_base::class_base(char const*, unsigned long, boost::python::type_info const*, char const*)' ``` Huh?!
@hkaiser do you have any ideas about could trigger this?
@XzzX I made some progress, the `dump_xtc` pass now, not sure why it failed before. The `dump_xtc_adress` test is actually broken: ``` Command line: gmx check -f expected.xtc -f2 test.xtc...
> Why not `cmake --install --prefix=...`. This seems to be the cmake standard to install into a custom location. > https://cmake.org/cmake/help/v3.20/manual/cmake.1.html#install-a-project The `--prefix` option only works for relocateable packages, which...
@XzzX could have a look why all positions are 0 in the adress case?
> Then let's install directly into `site-packages` and get rid of ESPRC. which site-packages? The one in `~/.local`?