You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The install instructions at INSTALL.md say that, after building the project with make, headers will be available at bitpit/include/ and a static library at bitpit/build/lib/. That is not the case.
After building, at the build/ directory there's a libbitpit_MPI_D.so file and the entire project structure is replicated, but inside each of the subdirectories I only find CMake files, as you can see from part of the build/ directory structure, with either the include/ directory or the lib/ one nowhere to be found:
I don't think this is the intended behaviour, but at no step of the installation I've read any error about not being able to create the include/ and lib/ directories.
The text was updated successfully, but these errors were encountered:
The documentation seems to be out of date. In the build directory, the headers are scattered throughout the module directories. I suggest you install bitpit using the command "make install" (you can configure the installation directory using the CMake variable CMAKE_INSTALL_PREFIX).
The install instructions at INSTALL.md say that, after building the project with
make
, headers will be available atbitpit/include/
and a static library atbitpit/build/lib/
. That is not the case.After building, at the
build/
directory there's alibbitpit_MPI_D.so
file and the entire project structure is replicated, but inside each of the subdirectories I only find CMake files, as you can see from part of thebuild/
directory structure, with either theinclude/
directory or thelib/
one nowhere to be found:I don't think this is the intended behaviour, but at no step of the installation I've read any error about not being able to create the
include/
andlib/
directories.The text was updated successfully, but these errors were encountered: