You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to install flexbar 3.5.0 in a singularity container and got the following error message: CMake Error: The source directory "/flexbar-3.5.0-linux" does not appear to contain CMakeLists.txt.
The container is build with Ubuntu 18.04 and I've installed the required libraries (libtbb-dev, libtbb2 and seqan-library-2.4.0). I've followed the instruction from the README.md after correcting the name of the flexbar tar archive and flexbar folder after untaring it (flexbar-3.5.0-linux and not flexbar-3.5.0). Here is the definition file used to build the container: Flexbar-3.5.0.def.txt
I've found a CMakeLists.txt in the source code of version 3.3 but I'm not sure this will work to build the version 3.5
Any help on this error would be much appreciated.
Thank you very much,
Best wishes,
Alice
The text was updated successfully, but these errors were encountered:
UPDATE:
I have copied the CMakeLists.txt from 3.3 into the /flexbar-3.5.0-linux directory and commented out the line add_subdirectory( src ) and it seems to work (i.e. $ flexbar --help et $ flexbar --version give the expected output).
Hello,
I'm trying to install flexbar 3.5.0 in a singularity container and got the following error message:
CMake Error: The source directory "/flexbar-3.5.0-linux" does not appear to contain CMakeLists.txt.
The container is build with Ubuntu 18.04 and I've installed the required libraries (libtbb-dev, libtbb2 and seqan-library-2.4.0). I've followed the instruction from the README.md after correcting the name of the flexbar tar archive and flexbar folder after untaring it (
flexbar-3.5.0-linux
and notflexbar-3.5.0
). Here is the definition file used to build the container:Flexbar-3.5.0.def.txt
I've found a
CMakeLists.txt
in the source code of version 3.3 but I'm not sure this will work to build the version 3.5Any help on this error would be much appreciated.
Thank you very much,
Best wishes,
Alice
The text was updated successfully, but these errors were encountered: