James Sharpe
James Sharpe
Installation via pip on ubuntu is still broken, this should not have been closed.
Note that a similar issue is with missing a dependency on MPI as well. This commit: https://github.com/Unidata/netcdf-c/commit/bc2a3babf9cbe80fa7ae3dec5d7622594a7ae51e introduces a call to find_package(MPI) on MSVC but surely this should be done...
I think the issue here is that cmake's current FIndHDF5.cmake file doesn't define any imported targets (the hdf5::hdf5 target) but hdf5 build with cmake defines a cmake config file that...
@mathstuf Its actually in the context of VTK and the superbuild that I was seeing issues with this. I've had to define -DHDF5_NO_FIND_PACKAGE_CONFIG_FILE:BOOL=ON on dependencies of hdf5 to get it...
This patch is incorrect - the real issue looks to be in boost build - if you don't fully specify version, includes and libraries in the python script it ignores...
See https://github.com/boostorg/build/issues/481
I'm not familiar with the android toolchains at all so can you clarify to me here is there an issue with the build files in rules_foreign_cc examples that needs fixing...
I think you've hit https://github.com/bazelbuild/bazel/commit/039c72e5e25a426cbf45c582bf325dcd112af4bd which should be fixed in bazel 4.2.2 which will be released shortly.
@fandyushin Can you try updating to bazel 4.2.2 and see if that fixes your issue?
Despite its name is actually copies some files (as some path replacement has to happen on some files). However it should, as you say, only symlink at the top most...