Giter VIP home page Giter VIP logo

Comments (6)

jkrajniak avatar jkrajniak commented on May 31, 2024

CMake cannot find FFTW3 library, please check where the FFTW3 is installed on your cluster and provided direct path:

cmake . -DFFTW3_LIBRARIES=/path/to/library.so -DFFTW3_INCLUDES=/path/to/include

from espressopp.

NABIAHAMAD avatar NABIAHAMAD commented on May 31, 2024

Dear sir,
when i am giving direct path which is written above then i stuck in another problem which is given below-
Found PythonInterp: /usr/local/bin/python2 (found suitable version "2.7.11", minimum required is "2")
-- PYTHON_INCLUDE_PATH = /usr/local/include/python2.7
-- PYTHON_VERSION = 2.7
-- PYTHON_LIBDIR = /usr/local/lib
-- PYTHON_LIBRARIES = /usr/local/lib/libpython2.7.a
-- Looking for 3 include files sys/time.h, ..., unistd.h
-- Looking for 3 include files sys/time.h, ..., unistd.h - found
-- Could NOT find Boost
CMake Error at CMakeLists.txt:145 (message):
Boost (required at least version ) not found, make sure you have installed
boost and it's dev packages. To hint cmake to your Boost installation, use
the option -DBOOST_ROOT=/path/to/boost. As last resort you can use our
internal replacement with -DEXTERNAL_BOOST=OFF

-- Configuring incomplete, errors occurred!
What i have to do, Can anyone please help?
Thanks

from espressopp.

jkrajniak avatar jkrajniak commented on May 31, 2024

Exactly what CMake suggested, you can either put the path to BOOST_ROOT or use internal boost by adding flag -DEXTERNAL_BOOST=OFF

from espressopp.

jkrajniak avatar jkrajniak commented on May 31, 2024

@NABIAHAMAD Is it solved?

from espressopp.

NABIAHAMAD avatar NABIAHAMAD commented on May 31, 2024

Thank you Mr. Theodor for answered my question but still i did not install espresso++ software on my cluster account.
Thank you

from espressopp.

jkrajniak avatar jkrajniak commented on May 31, 2024

Please open a new issue, this nothing to do with your previous installation problem.

from espressopp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.