Re: [Seqan-dev] CMake issue
- From: Rahn, René <Rene.Rahn@fu-berlin.de>
- To: SeqAn Development <seqan-dev@lists.fu-berlin.de>
- Date: Mon, 11 Dec 2017 09:45:56 +0100
- Reply-to: SeqAn Development <seqan-dev@lists.fu-berlin.de>
- Subject: Re: [Seqan-dev] CMake issue
Hi Nick,
we are not the maintainer of the Ubuntu package and it seems that SeqAn is shipped in an outdated version.
Apparently it seems, that the respective file FindSeqAn.cmake or seqan-config.cmake is not in the set of included files.
We can check if we can get the guys to update the version, which might solve the problem, but I guess this will take some time.
So I would recommend to install SeqAn from source, which is easy to do as well: http://seqan.readthedocs.io/en/master/Infrastructure/Use/Install.html#full-sources
Then when writing your CMake file you need to set
CMAKE_PREFIX_PATH="path_to/seqan/util/cmake", and
SEQAN_INCLUDE_PATH="path_to/seqan/include"
before calling
find_package(SeqAn).
Please let us know, if this helps.
Best regards,
René Rahn
---
René Rahn
Ph.D. Student (de.NBI - CIBI)
--------------------------------
Institute of Computer Science
Algorithmic Bioinformatics (ABI)
--------------------------------
Freie Universität Berlin
Takustraße 9
14195 Berlin
--------------------------------
|
- References:
- [Seqan-dev] CMake issue
- From: Peter Robinson <Peter.Robinson@jax.org>
- [Seqan-dev] CMake issue
-
seqan-dev - December 2017 - Archives indexes sorted by:
[ thread ] [ subject ] [ author ] [ date ] - Complete archive of the seqan-dev mailing list
- More info on this list...