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
Describe the bug
I'm following the "Getting Started" instructions:
I ran git clone https://github.com/numbbo/coco.git which executed without issues
I entered the coco directory.
Entering python do.py run-c results in: can't open file '/coco/do.py': [Errno 2] No such file or directory
I searched for do.py in coco and all the subdirectories without finding it. When I try to run cmake -B build . in the coco/code-experiments/build/c directory, I get the following:
[c]$ cmake -B build .
-- The C compiler identification is GNU 8.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
CMake Error at CMakeLists.txt:10 (add_library):
Cannot find source file:
Describe the bug
I'm following the "Getting Started" instructions:
I ran
git clone https://github.com/numbbo/coco.git
which executed without issuesI entered the coco directory.
Entering
python do.py run-c
results in: can't open file '/coco/do.py': [Errno 2] No such file or directoryI searched for do.py in coco and all the subdirectories without finding it. When I try to run
cmake -B build .
in the coco/code-experiments/build/c directory, I get the following:[c]$ cmake -B build .
-- The C compiler identification is GNU 8.5.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
CMake Error at CMakeLists.txt:10 (add_library):
Cannot find source file:
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .h .hh .h++
.hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispc
CMake Error at CMakeLists.txt:10 (add_library):
No SOURCES given to target: coco
CMake Generate step failed. Build files cannot be regenerated correctly.
I also searched for coco.c in all directories without finding it.
Has anyone actually tried to use this thing in the last 6 months?
Your System (please complete the following information when it seems relevant):
The text was updated successfully, but these errors were encountered: