Hi, > I guess you ran "make -j4"?
Yes, but it's not the cause (vanilla 'make' behaves similarly) > I haven't managed to reproduce the bug in > that case, but could you try with a clean build/ directory and no -j > flag, and paste the entire output somewhere? It's strange, because the > Ubuntu build infrastructure managed to build pyviennacl on a number of > past Ubuntu releases, so I'm not sure what's going on.. I found the cause: In the Boost.numpy CMakeLists.txt, there is this: https://github.com/tsmithe/Boost.NumPy/blob/34ace9d01efb7a9cf0fe421b86c78400e9632f65/CMakeLists.txt#L50 Changing the 'SHARED' to 'STATIC' on non-Windows fixes the problem (or pass LIBRARY_TYPE accordingly to CMake). However, I wonder why this succeeds on other (Ubuntu) machines? Is there a system-wide static libboost-numpy available? Best regards, Karli ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ ViennaCL-devel mailing list ViennaCL-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viennacl-devel