I'm curious as to why you chose cmake.

--Steve


On 11.04.2017 10:32 saaku, Erik Schnetter wrote:
Roland

You need to install these packages:

    depends_on('cereal')
    depends_on('googletest')
    depends_on('hwloc')
    depends_on('jemalloc')
    depends_on('mpi')
    depends_on('qthreads')

Then you can call cmake, pointing it to these packages in "the usual way", i.e. by passing flags such as "-DCEREAL_ROOT=..." etc. to cmake. If you have pkg-config installed, then cmake should also be able to use it to find external packages if PKG_CONFIG_PATH (?) is set pointing to them. The ".travis.yml" file in FunHPC might also be a good starting point, although it is based on Ubuntu 14.04 and thus a bit more complicated than necessary.

-erik



On Tue, Apr 11, 2017 at 3:57 PM, Roland Haas <[email protected] <mailto:[email protected]>> wrote:

    Hello Erik,

    do you have up to date (ie post cmake) instruction on how to compile
    funhpc on a linux machine?

    Yours,
    Roland

    --
    My email is as private as my paper mail. I therefore support
    encrypting
    and signing email messages. Get my PGP key from http://keys.gnupg.net.

    _______________________________________________
    Users mailing list
    [email protected] <mailto:[email protected]>
    http://lists.einsteintoolkit.org/mailman/listinfo/users
    <http://lists.einsteintoolkit.org/mailman/listinfo/users>




--
Erik Schnetter <[email protected] <mailto:[email protected]>>
http://www.perimeterinstitute.ca/personal/eschnetter/
AIM: eschnett247, Skype: eschnett, Google Talk: [email protected] <mailto:[email protected]>


_______________________________________________
Users mailing list
[email protected]
http://lists.einsteintoolkit.org/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.einsteintoolkit.org/mailman/listinfo/users

Reply via email to