Changeset 3180 in Sophya for trunk/SophyaLib/BuildMgr


Ignore:
Timestamp:
Feb 7, 2007, 12:28:06 PM (19 years ago)
Author:
cmv
Message:

modifs suite a la suppression de CodeMinuit et MinuitAdapt cmv 07/02/2007

Location:
trunk/SophyaLib/BuildMgr
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/Makefile

    r3013 r3180  
    2323        if [ -f $(SOPHYAINCP)/SophyaConfInfo/LinAlg.conf ] ; then cd  ../LinAlg ; $(MAKE) ; fi
    2424        if [ -f $(SOPHYAINCP)/SophyaConfInfo/XAstroPack.conf ] ; then cd  ../XAstroPack ; $(MAKE) ; fi
    25         if [ -f $(SOPHYAINCP)/SophyaConfInfo/MinuitAdapt.conf ] ; then cd  ../MinuitAdapt ; $(MAKE) ; fi
    2625 
    2726PI::
  • trunk/SophyaLib/BuildMgr/README

    r3084 r3180  
    2828# run the configure script
    2929csh> ./configure -sbase $SOPHYABASE -scxx g++ -extp /usr/local
    30      -noext fftw -noext lapack -noext astro -noext minuit
     30     -noext fftw -noext lapack -noext astro
    3131
    32322/ compile and build the libraries
     
    113113* XAstroPack/    Interface with astronomy library (XEphem)
    114114                 The XEphem library code is in the SOPHYA module XephemAstroLib
    115 * MinuitAdapt/   Inteface with the CERN Minuit minimization routines
    116115
    117116* XephemAstroLib/ The code of the external XEphem astronomy library, extracted from XEphem
  • trunk/SophyaLib/BuildMgr/configure

    r3001 r3180  
    1515set ALLPILIBS = ( '-lPI' '-lPIext' '-lPIGcont' )
    1616
    17 set SOPEXT     = ( FitsIOServer  IFFTW  LinAlg  XAstroPack  MinuitAdapt )
    18 set EXTCURNAME = ( fits          fftw   lapack  astro       minuit      )
    19 set SOPEXTOK   = ( 1             1      1       1           1           )
    20 set EXTINCNAME = ( FitsIO/fitsio.h FFTW/fftw3.h  PASDEINC XAstro/astro.h Cern/minuit.h )
    21 set EXTLIBNAME = ( libcfitsio.a libfftw3.a liblapack.a libxastro.a libminuit.a )
    22 set ALLEXTLIBS = ( '-lcfitsio' '-lfftw3' '-llapack -lblas' '-lxastro' '-lminuit' )
    23 
    24 #FFTW2: set EXTINCNAME = ( FitsIO/fitsio.h FFTW/fftw.h  PASDEINC XAstro/astro.h Cern/minuit.h )
    25 #FFTW2: set EXTLIBNAME = ( libcfitsio.a libfftw.a liblapack.a libxastro.a libminuit.a )
    26 #FFTW2: set ALLEXTLIBS = ( '-lcfitsio' '-lfftw -lrfftw' '-llapack -lblas' '-lxastro' '-lminuit' )
     17set SOPEXT     = ( FitsIOServer  IFFTW  LinAlg  XAstroPack )
     18set EXTCURNAME = ( fits          fftw   lapack  astro      )
     19set SOPEXTOK   = ( 1             1      1       1          )
     20set EXTINCNAME = ( FitsIO/fitsio.h FFTW/fftw3.h  PASDEINC XAstro/astro.h )
     21set EXTLIBNAME = ( libcfitsio.a libfftw3.a liblapack.a libxastro.a )
     22set ALLEXTLIBS = ( '-lcfitsio' '-lfftw3' '-llapack -lblas' '-lxastro' )
     23
     24#FFTW2: set EXTINCNAME = ( FitsIO/fitsio.h FFTW/fftw.h  PASDEINC XAstro/astro.h )
     25#FFTW2: set EXTLIBNAME = ( libcfitsio.a libfftw.a liblapack.a libxastro.a )
     26#FFTW2: set ALLEXTLIBS = ( '-lcfitsio' '-lfftw -lrfftw' '-llapack -lblas' '-lxastro' )
    2727
    2828set defextinc = ( /usr/include /usr/local/include )
     
    4646  echo 'configure [-sbase SOPHYABASE] [-scxx SOPHYACXX] [-incln] [-minc mymake.inc] '
    4747  echo '  [-extp dir1 -extp dir2 ...] [-extip dir1 -extip dir2 ... ] [-extlp dir1 -extlp dir2 ... ]'
    48   echo '  [-noextlib -noext fits -noext fftw -noext lapack -noext astro -noext minuit]'
     48  echo '  [-noextlib -noext fits -noext fftw -noext lapack -noext astro]'
    4949  echo '  [-usefftw2 -uselapack2] [-singleslb]'
    5050  exit -1
  • trunk/SophyaLib/BuildMgr/domkmf

    r2763 r3180  
    1414
    1515echo " ==== Creation smakefile pour les modules EXTLIBS_SOPHYA ===="
    16 ### ATTENTION ### ne pas faire mkmflib pour MinuitAdapt
    1716foreach f ( FitsIOServer IFFTW LinAlg XAstroPack )
    1817  set cmd = "./mkmflib $* $f"
  • trunk/SophyaLib/BuildMgr/smakefile

    r3013 r3180  
    2323        if [ -f $(SOPHYAINCP)/SophyaConfInfo/LinAlg.conf ] ; then cd  ../LinAlg ; $(MAKE) -f smakefile ; fi
    2424        if [ -f $(SOPHYAINCP)/SophyaConfInfo/XAstroPack.conf ] ; then cd  ../XAstroPack ; $(MAKE) -f smakefile ; fi
    25         if [ -f $(SOPHYAINCP)/SophyaConfInfo/MinuitAdapt.conf ] ; then cd  ../MinuitAdapt ; $(MAKE) -f smakefile ; fi
    2625 
    2726PI::
Note: See TracChangeset for help on using the changeset viewer.