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

bowtie installation #83

Open
VizeacoumarLab opened this issue May 7, 2018 · 1 comment
Open

bowtie installation #83

VizeacoumarLab opened this issue May 7, 2018 · 1 comment

Comments

@VizeacoumarLab
Copy link

Hi,

I was trying to install bowtie on my mac but I keep getting the error tbb/tbb.h file not found. I changed the tar file in the Makefile to point to the latest version of tbb for osx still I keep getting the same error.

Any help is much appreciated.

Thanks

@ch4rr0
Copy link
Collaborator

ch4rr0 commented May 29, 2019

Can you paste the output of make --dry-run --print-data-base | grep INCLUDE. For example, I installed tbb using homebrew and here is the output that I get.

$ make -np | grep INCLUDE
.INCLUDE_DIRS = /usr/local/include

Homebrew installed tbb in the /usr/local directory so Make knows to look for the header files there.

If .INCLUDE_DIRS does not contain the path to your TBB headers you may need to manually set the CPLUS_INCLUDE_PATH to include the desired directory.

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