Changeset 3840 in Sophya for trunk/SophyaLib/BuildMgr/README


Ignore:
Timestamp:
Aug 10, 2010, 12:25:04 AM (15 years ago)
Author:
ansari
Message:

Amelioration du script configure (ajout flags -wgrdl -epip mdir1 ..., Reza 09/08/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/README

    r3401 r3840  
    22== Code Management scripts / top level makefile for SOPHYA ====
    33===============================================================
    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
    67===============================================================
    78
     
    1718csh> cd BuildMgr/
    1819csh> ./configure -h
     20configure [-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 :
    1930# configure with c-fitsio, installed in /usr/local/include and /usr/local/lib,
    2031# with g++ as cxx compiler. The target installation directory is $HOME/SObjs/
     
    53646/ Currently tested on the following platform/compilers
    5465-------------------------------------------------------------------------
    55 Linux 2.4 , 2.6              g++ 3.x 4.0     (GNU g++ compiler)             
     66Linux kernel 2.6             g++ 4.1 4.4     (GNU g++ compiler)   
     67Linux kernel 2.6             icc 10.1        (Intel compiler)                           
    5668MacOSX/Darwin 10.3/10.4      g++ 3.3,4.0     (Apple/GNU compiler)
    57 Linux 2.4                    icc 9.0         (Intel compiler)                 
     69MacOSX/Darwin 10.5           g++ 4.0         (Apple/GNU compiler)
     70MacOSX/Darwin 10.6           g++ 4.2         (Apple/GNU compiler)
     71IBM AIX 5.3                  xlC 8.0         (AIX native compiler)
    5872HP/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)
    6173-------------------------------------------------------------------------
    6274
     
    119131* Tests/         Simple test programs
    120132
    121 * PMixer/        skymixer and utility main programs
     133* PMixer/        skymixer and utility main programs (obsolete)
    122134
    123135* PrgUtil/       Utility main programs
Note: See TracChangeset for help on using the changeset viewer.