Giter VIP home page Giter VIP logo

Comments (6)

kristinf avatar kristinf commented on July 19, 2024

I cloned the release/2013.03 branches of all opm modules and followed Atgeirr's build instructions posted on the mailing list 28.02. It seems to work for opm-core, but then when I try cmake in the dune-cornerpoint-build folder, it cannot find opm-core. It complains that
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
Could NOT find opm-core (missing: HAVE_OPM_CORE)
I have posted the CMakeError.log on https://gist.github.com/kristinf/5108386

from opm-core.

kristinf avatar kristinf commented on July 19, 2024

PS. My installed cmake version is 2.8.6-2.1.3 (x86_64)

from opm-core.

rolk avatar rolk commented on July 19, 2024

@kristinf It seems to be our old friend/nemesis umfpack which causes the trouble here; apparently it requires -lm in addition to -lamd, and by the way; do you have libamd.so on your system? Where is it in that case, the scripts doesn't seem to be finding it.

from opm-core.

rolk avatar rolk commented on July 19, 2024

@kristinf Please try (the somewhat convoluted) command:

wget -O - https://github.com/rolk/opm-core/commit/2db7fe5562f480ef5d11e7e18d306112ee90a7bb.patch | git am -

(which adds a patch to cmake/Modules/FindSuiteSparse.cmake) in the dune-cornerpoint source directory. This will add the missing library references.

However, I am puzzled that opm-core was able to build, since this module is used to build the command-line necessary to link to opm-core (and is also used to build that library).

from opm-core.

atgeirr avatar atgeirr commented on July 19, 2024

Can this issue be closed now?

from opm-core.

rolk avatar rolk commented on July 19, 2024

Can this issue be closed now?

Yes; after the latest avalanche of patches in this area, we no longer observe the error.

from opm-core.

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.