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

libxsmm-1.11: libxsmmf.pc contains relative incdir instead of absolute one and points to staging #11413

Closed
dev-zero opened this issue May 10, 2019 · 3 comments
Labels

Comments

@dev-zero
Copy link
Contributor

I've installed libxsmm-1.11 and ended up with the following libxsmmf.pc file:

Name: libxsmm/f
Description: LIBXSMM for Fortran
URL: https://github.com/hfp/libxsmm
Version: 1.11.0

prefix=/tmp/tiziano/spack-stage/spack-stage-GBJeMX/libxsmm-1.11
includedir=include
libdir=lib

Requires: libxsmm
Cflags: -I${includedir}
Libs: -L${libdir} -lxsmmf

yielding two problems:

  • referencing in prefix the staging area instead of the final installation path
  • includedir containing only a relative path instead of the full path

Steps to reproduce the issue

$ spack install libxsmm+no-header-only

@hfp any ideas?

@dev-zero dev-zero added the bug label May 10, 2019
@hfp
Copy link
Contributor

hfp commented May 10, 2019

This is fixed in v1.12, which is scheduled for today.

@hfp
Copy link
Contributor

hfp commented May 10, 2019

PR #11414

@scheibelp
Copy link
Member

#11414 has now been merged so I will close this as fixed. Please reopen if the issue persists.

Thanks @hfp!

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

No branches or pull requests

3 participants