I have identified an issue while testing on a relatively clean machine. If the 
user is using XQuartz (which is likely) and has some of X11 installed via 
MacPorts (possible because xorg-libX11 might be a dependency) then plplot won't 
configure correctly and the build fails. 

I have sorted through most of it, but there is an X11 dependency (due to tkX) 
in the Python binding but the path to X11 is not in the compile string. I'm not 
enough of an cmake guru to fix the problem, but my guess is that a 
find_package(X11) might be needed if tkX is enabled.   Is that the correct 
solution? 



------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to