From: Arlindo da S. <da...@al...> - 2008-08-15 13:40:29
|
On Fri, Aug 15, 2008 at 8:58 AM, Jennifer Adams <jm...@co...> wrote: > Arlindo -- I am happy to hear 2.0.a3 built (almost) perfectly with your > supplibs and passed your tests. Was the change from Pixel to gaPixel the > only change needed to get the GUI to build? > Yep, besides the build being able to detect libsx, etc. > Did you try out the sdfwrite command? > Not yet. My plan is to write a test for it adapting what I had for lats in v1.9. (Data is written out using sdfwrite, read back and compared to what we started with.) > > The mods you outline below seem fine with me, but I will check with Brian > about the main() changes. > In a way, this is mainly organizational, as I already had Win32 ifdef's around main in there. This way I do not have to pollute grads.c with Win32 specific stuff. You do not have to do anything with main_win32.c right now; I am waiting for the build to settle for me to wire that in. > I asked him about /pytests and he would prefer that there is no dependence > on python at all, even just for testing. > It is not a dependence like the others: if python with the vanilla standard libraries is not present then "make check" will not work. Except for a very old sun, I am yet to find a platform where python does not come standard. It is almost like depending on sh(1) these days. But OK, it is not a big deal. > Seems like an easy enough thing to package separately, if people who are > building from source want to use to check on their work. > Consider using it yourself, you do not need to know python to read the "OK's" :-). Seriously, you can also add tests by providing a gs script with your tests. Have a nice vacation! Arlindo -- Arlindo da Silva da...@al... |