palash1992/GEM

recompile graphFac_ext from graphFac.cpp using bjam ,unable to find file graphFacLoad.py

zuozijiZHOULI opened this issue · 4 comments

error: Unable to find file or target named
error: 'graphFacLoad.py'
error: referred to from project at
error: '.'

Why do you need graphFacLoad.py?

I use “bjam toolset=gcc cxxflags="-std=c++11"” to recompile graphFac_ext from graphFac.cpp, i get the error that unable to find graphFacload.py .I thought it was necessary,so i need it.

“bjam toolset=gcc cxxflags="-std=c++11"” should compile without graphFacLoad.py. I was using graphFacLoad.py to test the compilation. It only had one line "from c_ext import graphFac_ext"

Ok ,I get it,thank for you help .