Changeset 3840 in Sophya for trunk/SophyaLib/BuildMgr/README
- Timestamp:
- Aug 10, 2010, 12:25:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/README
r3401 r3840 2 2 == Code Management scripts / top level makefile for SOPHYA ==== 3 3 =============================================================== 4 (C) LAL-IN2P3/CNRS 1998-2007 5 (C) DAPNIA/CEA 1998-2007 4 (C) LAL-IN2P3/CNRS 1998-2010 5 (C) Universite Paris Sud 1998-2010 6 (C) IRFU/CEA 1998-2010 6 7 =============================================================== 7 8 … … 17 18 csh> cd BuildMgr/ 18 19 csh> ./configure -h 20 configure [-sbase SOPHYABASE] [-scxx SOPHYACXX] [-incln] 21 [-minc mymake.inc] [-compopt 'cc/cxxOptions'] 22 [-arch64] [-arch32] [-sasz64] [-ldble128] [-nofpic] [-nothsafe] [-boundcheck] [-sodebug] 23 [-extp dir1 -extp dir2 ...] [-extip dir1 -extip dir2 ... ] [-extlp dir1 -extlp dir2 ... ] 24 [-noextlib] [-noext fits] [-noext fftw] [-noext lapack] [-noext astro] 25 [-alsofftwfloat] [-usefftw2] [-uselapack2] 26 [-wgrdl] [-epip mdir1 -motp mdir2 ...] [-noPI] [-slballinone] 27 (See SOPHYA manual/web pages for a detailed description of configure options) 28 29 ### Configuration example : 19 30 # configure with c-fitsio, installed in /usr/local/include and /usr/local/lib, 20 31 # with g++ as cxx compiler. The target installation directory is $HOME/SObjs/ … … 53 64 6/ Currently tested on the following platform/compilers 54 65 ------------------------------------------------------------------------- 55 Linux 2.4 , 2.6 g++ 3.x 4.0 (GNU g++ compiler) 66 Linux kernel 2.6 g++ 4.1 4.4 (GNU g++ compiler) 67 Linux kernel 2.6 icc 10.1 (Intel compiler) 56 68 MacOSX/Darwin 10.3/10.4 g++ 3.3,4.0 (Apple/GNU compiler) 57 Linux 2.4 icc 9.0 (Intel compiler) 69 MacOSX/Darwin 10.5 g++ 4.0 (Apple/GNU compiler) 70 MacOSX/Darwin 10.6 g++ 4.2 (Apple/GNU compiler) 71 IBM AIX 5.3 xlC 8.0 (AIX native compiler) 58 72 HP/Compaq/DEC OSF 5.x cxx 6.x (native Tru64/OSF compiler) 59 SGI IRIX64 CC 7.30 (IRIX-64 native compiler)60 IBM AIX (5.3) xlC 8.0 (AIX native compiler)61 73 ------------------------------------------------------------------------- 62 74 … … 119 131 * Tests/ Simple test programs 120 132 121 * PMixer/ skymixer and utility main programs 133 * PMixer/ skymixer and utility main programs (obsolete) 122 134 123 135 * PrgUtil/ Utility main programs
Note:
See TracChangeset
for help on using the changeset viewer.