| <<O>> Difference Topic NIghtlyBuidls (r1.3 - 06 Nov 2007 - JamesGallagher) |
Nightly Builds | ||||||||
| Added: | ||||||||
| > > |
Update: The nightly builds are now run using a simple web-service system. The results are available at: http://test.opendap.org/cgi-bin/build_reader.pl?show=current&sort=yes. At the main Trac page there are notes about the nightly build access service and how it can be used to access older/different results. N.B.: The nightly build system has been running for about two years, so there's quite a bit of data there. -- JamesGallagher - 06 Nov 2007 | |||||||
| Note: The nightly builds are no longer done on machines that also run web servers, so the results are only available using email. The SVN project 'nbuilds' contains the scripts for the builds we now run. | ||||||||
| <<O>> Difference Topic NIghtlyBuidls (r1.2 - 06 Nov 2005 - JamesGallagher) |
Nightly Builds | ||||||||
| Added: | ||||||||
| > > |
Note: The nightly builds are no longer done on machines that also run web servers, so the results are only available using email.
The SVN project 'nbuilds' contains the scripts for the builds we now run.
-- JamesGallagher - 13 Jul 2005
Old nightly build information | |||||||
Nightly builds are run for the current release and main development versions on most of the platforms we support. Here, most of those builds are accessible. The Name/Log link will take you to the log for the current night's build. The ten most recent logs are also kept in the old_builds sub directory. The Binaries link will take you to snapshot binaries from the most recent build. We may not have snapshot binaries for all of the platforms or versions listed here.
Current release (3.4) | ||||||||
| Line: 33 to 41 | ||||||||
|---|---|---|---|---|---|---|---|---|
Solaris/SPARCIRIX/MIPSHP/UX | ||||||||
| Changed: | ||||||||
| < < |
To get the 3.4 source to build on an HP/UX machine (B11.11 rev of the OS; uname -a --> HP-UX eclipse B.11.11 U 9000/785 2009737488 unlimited-user license), I had to removed all the pragma interface/implementation lines. I also had to include libnsl.a (for the XDR functions). I was then able to build hte code using gcc 3.2. I understand that gcc 3.4 will process the pragmas (although they seem to be of limited value with the newer compilers...) | |||||||
| > > |
To get the 3.4 source to build on an HP/UX machine (B11.11 rev of the OS; uname -a --> HP-UX eclipse B.11.11 U 9000/785 2009737488 unlimited-user license), I had to removed all the pragma interface/implementation lines. I also had to include libnsl.a (for the XDR functions). I was then able to build the code using gcc 3.2. I understand that gcc 3.4 will process the pragmas (although they seem to be of limited value with the newer compilers...) | |||||||
| Changed: | ||||||||
| < < |
To get the ml-cmdln client to link, I: 1) added -fpic to CFLAGS and made sure all of the loaddods *.c files were compiled using that option, as well as those already set in the Makefile. 2) I grabed the mexopts.sh file and removed the option '-mt' from COMPFLAGS for the hpux case. By default mex uses a mexopts.sh file in the CWD over the default copy in MATLAB/bin. It may be I had to do this because the compiler was a little out of date (version B.11.11.02 while the ML docs talk about B11.11.06 as the requried version), so that step might not be neccessary with a newer compiler. Compiling with gcc and linking with the HP/UX cc (not the bundled compiler) produced a working loaddods. -- JamesGallagher - 13 Jul 2004 | |||||||
| > > |
To get the ml-cmdln client to link, I: 1) added -fpic to CFLAGS and made sure all of the loaddods *.c files were compiled using that option, as well as those already set in the Makefile. 2) I grabed the mexopts.sh file and removed the option '-mt' from COMPFLAGS for the hpux case. By default mex uses a mexopts.sh file in the CWD over the default copy in MATLAB/bin. It may be I had to do this because the compiler was a little out of date (version B.11.11.02 while the ML docs talk about B11.11.06 as the required version), so that step might not be necessary with a newer compiler. Compiling with gcc and linking with the HP/UX cc (not the bundled compiler) produced a working loaddods. -- JamesGallagher - 13 Jul 2004 | |||||||
|
| ||||||||
| Line: 49 to 57 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
Other things the nighly builds do: | |||||||
| > > |
Other things the nightly builds do: | |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
What other 'nightly' tests should we do? | ||||||||
| <<O>> Difference Topic NIghtlyBuidls (r1.1 - 14 Apr 2005 - Main.apache) |
| Line: 1 to 1 | ||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||||||||||||||||||||||||||||||||||||||
| > > |
Nightly BuildsNightly builds are run for the current release and main development versions on most of the platforms we support. Here, most of those builds are accessible. The Name/Log link will take you to the log for the current night's build. The ten most recent logs are also kept in theold_builds sub directory. The Binaries link will take you to snapshot binaries from the most recent build. We may not have snapshot binaries for all of the platforms or versions listed here.
Current release (3.4)
Trunk
Platform specific notesLinux/ix86Static linking seems to be the rule for Linux, except that Fedora Core 1 with the stock compiler (gcc 3.2.3) creates static binaries that seg fault whenever an exception is thrown (not just when an exception is not caught). Other builds don't have this problem. Thus the FC1 build is dynamically linked. -- JamesGallagher - 15 Jul 2004OSF/AlphaTo get both the hdf and dsp servers to link I had to force the linker (which is the native ld; GNU ld is not supported) to use .a libraries instead of .so ones. There are conflicts between libraries that come with the OS and those that the HDF and DSP packages use (jpeg and rt, resp.). In addition, for the dsp server which has a mix of C, Fortran and C++, I had to add -lfor and -lFutil to get the server to link. I made all of these changes in the configure.in scripts but the tests are specific to the alpha-osf platform string that config.guess/sub generates. I did not bother to build ncview since warnings about pointer/integer size conflicts are generated by code that we did not write. I was leery of spending too much time working on it right now. -- JamesGallagher - 30 Jun 2004Solaris/SPARCIRIX/MIPSHP/UXTo get the 3.4 source to build on an HP/UX machine (B11.11 rev of the OS; uname -a --> HP-UX eclipse B.11.11 U 9000/785 2009737488 unlimited-user license), I had to removed all the pragma interface/implementation lines. I also had to include libnsl.a (for the XDR functions). I was then able to build hte code using gcc 3.2. I understand that gcc 3.4 will process the pragmas (although they seem to be of limited value with the newer compilers...) To get the ml-cmdln client to link, I: 1) added -fpic to CFLAGS and made sure all of the loaddods *.c files were compiled using that option, as well as those already set in the Makefile. 2) I grabed the mexopts.sh file and removed the option '-mt' from COMPFLAGS for the hpux case. By default mex uses a mexopts.sh file in the CWD over the default copy in MATLAB/bin. It may be I had to do this because the compiler was a little out of date (version B.11.11.02 while the ML docs talk about B11.11.06 as the requried version), so that step might not be neccessary with a newer compiler. Compiling with gcc and linking with the HP/UX cc (not the bundled compiler) produced a working loaddods. -- JamesGallagher - 13 Jul 2004Goals of the nightly build process:
Other things the nighly builds do:
What other 'nightly' tests should we do?
How to set up a nightly build of your very own:
What the nightly build script does
-- JamesGallagher - 07 Apr 2004, Updated -- JamesGallagher - 06 Aug 2004 | |||||||||||||||||||||||||||||||||||||||||||