Germán C. Paz Méndez
Germán C. Paz Méndez
I don't find the configure file in tar.gz
Could you tell me the way to run cget? 
After install cget with `pip3 install cget` I can't use cget like a executable file, just inside python3 importing like package `import cget` Any solution?
Now I obtain this error: ```bash CMake Error at CMakeLists.txt:21 (find_package): By not providing "Findsavvy.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by...
```Shell $ tar xvf v3.4.2 $ cd EPACTS-3.4.2/ $ mkdir build $ /root/.local/bin/cget install -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_CXX_FLAGS="-fPIC" -f requirements.txt. $ cd build/ $ cmake -DCMAKE_INSTALL_PREFIX=/opt/envhpc/utils/rhel6/epacts/3.4.2/gcc-10.2.0 -DCMAKE_TOOLCHAIN_FILE=../cget/cget/cget.cmake -DCMAKE_BUILD_TYPE=Release .. ``` and I...
 This is the error ..
 Maybe CentOS 6.5 is too old for this version. Could you recommend me one?
 more problems after this fix ..