PDB-REDO / dssp

Application to assign secondary structure to proteins
BSD 2-Clause "Simplified" License
166 stars 19 forks source link

installation problem on WSL / Ubuntu20.04 #53

Closed DaniBodor closed 1 year ago

DaniBodor commented 1 year ago

Hi, I am trying to install this on my WSL, Ubuntu20.04 and am getting the following error when running cmake .. from the build folder. I have installed both external required packages already.

-- Not using resources since mrc was not found
CMake Error at CMakeLists.txt:107 (find_package):
  By not providing "Findcifpp.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "cifpp", but
  CMake did not find one.

  Could not find a package configuration file provided by "cifpp" (requested
  version 5.0.8) with any of the following names:

    cifppConfig.cmake
    cifpp-config.cmake

  Add the installation prefix of "cifpp" to CMAKE_PREFIX_PATH or set
  "cifpp_DIR" to a directory containing one of the above files.  If "cifpp"
  provides a separate development package or SDK, be sure it has been
  installed.

-- Configuring incomplete, errors occurred!
See also "/home/dbodor/git/DSSP/dssp/build/CMakeFiles/CMakeOutput.log".
See also "/home/dbodor/git/DSSP/dssp/build/CMakeFiles/CMakeError.log".
DaniBodor commented 1 year ago

never mind. it was a local issue with my .bashrc file