Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building package on Ubuntu 22.04 #13

Open
stepazar opened this issue May 28, 2024 · 2 comments
Open

Building package on Ubuntu 22.04 #13

stepazar opened this issue May 28, 2024 · 2 comments

Comments

@stepazar
Copy link

stepazar commented May 28, 2024

Hi,

I get the following error when I try to build this package using ./build.sh.

CMake Error at CMakeLists.txt:9 (add_subdirectory):
The source directory

/home/user/Downloads/parallel_enum-master/third_party/abseil-cpp

does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:10 (add_subdirectory):
The source directory

/home/user/Downloads/parallel_enum-master/third_party/gflags

does not contain a CMakeLists.txt file.
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so (found version "4.0")
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so (found version "4.0")
-- Found MPI: TRUE (found version "4.0")
-- Configuring incomplete, errors occurred!

Do you know what could be causing it?

Best,
Stepan

@veluca93
Copy link
Owner

Did you check out submodules?

@stepazar
Copy link
Author

Thanks, I cloned the repo with submodules. After deleting the files "nojekyll," "designstyle.css," and "index.html," everything works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants