Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails due to fmt #34

Open
robertzeibich opened this issue Dec 2, 2021 · 6 comments
Open

Build fails due to fmt #34

robertzeibich opened this issue Dec 2, 2021 · 6 comments

Comments

@robertzeibich
Copy link

CMake Error at CMakeLists.txt:23 (find_package):
By not providing "Findfmt.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "fmt", but
CMake did not find one.

Could not find a package configuration file provided by "fmt" with any of
the following names:

fmtConfig.cmake
fmt-config.cmake

Add the installation prefix of "fmt" to CMAKE_PREFIX_PATH or set "fmt_DIR"
to a directory containing one of the above files. If "fmt" provides a
separate development package or SDK, be sure it has been installed.

@egor-dolzhenko
Copy link
Contributor

Apologies about the error. Are you on macOS? If yes, could you please check if brew install fmt solves the problem?

If you are using Linux, you can download the latest binary from here. (The binary is located under "Assets".)

@robertzeibich
Copy link
Author

robertzeibich commented Dec 2, 2021 via email

@egor-dolzhenko
Copy link
Contributor

Thank you for letting me know, Robert. We'll work on fixing the issue first thing tomorrow. Meanwhile, would you be open to using the pre-built binary on your cluster? If yes, this might be the simplest way to resolve the issue.

Best wishes,
Egor

@robertzeibich
Copy link
Author

robertzeibich commented Dec 2, 2021 via email

@egor-dolzhenko
Copy link
Contributor

Hi Robert,

The binary can be downloaded from this page:

https://github.com/Illumina/REViewer/releases/tag/v0.2.4

The file REViewer-v0.2.4-linux_x86_64.gz is located in the "Assets" section of that page.

Once you download the file to your cluster, you can just uncompress it and then run it.

Best wishes,
Egor

@egor-dolzhenko
Copy link
Contributor

Hi Robert,

I just wanted to let you know that we have resolved the "fmt" library issue you reported. You should now be able to build REViewer from source on your cluster. Of course, you can also just continue using the provided binaries. Also, we will soon release binaries for a new version of REViewer that will output per-repeat quality metrics.

Best wishes,
Egor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants