Make _gcc not the default for gcc build of cfitsio. You have to specify in configure script if you want to look for _gcc
Add check for gcc version of x86_64 cfitsio
Make default compiler for mac users gcc and f77; also in configure make the non-su lib link be from lib_third_party/lib/<mach> to destination
Remove superfluous <jsocroot> from warning messages.
Don't make 3rd party links from lib_third_party/include to /home/jsoc/include, else all includes have to reside in the same directory (which isn't always the case). Same for libraries.
Set JSOC_MACHINE var from configure script - this calls build/jsoc_machine.csh to call uname
removed testing comment
test file locking - only a comment change
Add -L flag for openMP and modify configure to check for libgsl
Fixes so mac can build
Don't use /home/arta/cvs/JSOC in scripts because some users won't have this defined; also add mac support (mac_osx is the linux_x86_64)
Check for 3rd-party libs is now linux_x86_64-dependent
Make links from JSOC/include to headers (for Rick)
added skeleton 3rd-part link for non-Stanford users
make third-party links with verbosity
Separate required lib check into a) libs required by all, b) libs required by STanford, c) libs required by everbody else
Change third-party lib link to use Keh-Cheng's new links inside /home/jsoc/lib
Modify configure script to create links, for STanford users, to third-party libraries installed on ~jsoc/lib.
Use doxygen-generated man pages, which are at /home/jsoc/man/man3 (have extension .3j)
Fix man.5. Also, change to using agglomerated man.
When @file cannot be found, make it return, not a null DRMS_RecordSet_t, but an allocated one that has n=0 and records=NULL. Make libdsds.so use libdstruct_fpic and libmisc_fpic instead of linking in source code.
Move JSOC/src/base to JSOC/base and JSOC/src/proj to JSOC/proj. 86 JSOC/src.
Add the three meta-libraries. Fix libidl.so build.
Update the update script to download either the defined JSOC or DRMS module. Also, create a synch script that does only the download of files - it doesn't actually build. It also downloads either the JSOC or DRMS module. This will assure the user they get only the files they need, and not more than that. For example, base users won't get src/base/local/libs/dsds.
Fix bug
New location for locale-specific proj config.
External and Stanford versions of project configuration and make.
Add project-specific configuration - for now, put links to scripts in $JSOCROOT/scripts.
Fix hard-coded paths to data files. They now point to the proper locations in the new JSOC tree. Also, fix FDS stuff that wasn't running properly (because things have changed since they were last used).
Fix build problems after last synch with old jsoc tree.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.