Changeset 3753 in Sophya for trunk/SophyaLib/BuildMgr/configure
- Timestamp:
- Mar 3, 2010, 9:49:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/configure
r3670 r3753 42 42 unset arch64 43 43 unset sasz64 44 unset ssldble128 44 45 unset nofpic 45 46 unset nothsafe … … 55 56 echo 'configure [-sbase SOPHYABASE] [-scxx SOPHYACXX] [-incln] ' 56 57 echo " [-minc mymake.inc] [-compopt 'cc/cxxOptions'] " 57 echo ' [-arch64] [-sasz64] [- nofpic] [-nothsafe] [-boundcheck] [-sodebug]'58 echo ' [-arch64] [-sasz64] [-ldble128] [-nofpic] [-nothsafe] [-boundcheck] [-sodebug]' 58 59 echo ' [-extp dir1 -extp dir2 ...] [-extip dir1 -extip dir2 ... ] [-extlp dir1 -extlp dir2 ... ]' 59 60 echo ' [-noextlib] [-noext fits] [-noext fftw] [-noext lapack] [-noext astro]' … … 146 147 endif 147 148 # Decodage options pour flags de machdefs.h 148 # Liste de flags : SO_ARCH64 SO_NOFPIC SO_SASIZET64 SO_ BOUNDCHECKING SOPHYA_DEBUG149 # Liste de flags : SO_ARCH64 SO_NOFPIC SO_SASIZET64 SO_LDBLE128 SO_BOUNDCHECKING SOPHYA_DEBUG 149 150 if( "$1" == "-arch64" ) then 150 151 set arch64 … … 152 153 if( "$1" == "-sasz64" ) then 153 154 set sasz64 155 endif 156 if( "$1" == "-ldble128" ) then 157 set ssldble128 154 158 endif 155 159 if( "$1" == "-nofpic" ) then … … 491 495 if ( $?arch64 ) echo "#define SO_ARCH64 1" >> $mdefname 492 496 if ( $?sasz64 ) echo "#define SO_SASIZET64 1" >> $mdefname 497 if ( $?ssldble128 ) echo "#define SO_LDBLE128 1" >> $mdefname 493 498 if ( $?nofpic ) echo "#define SO_NOFPIC 1" >> $mdefname 494 499 if ( $?nothsafe ) echo "#define SO_NOTHSAFE 1" >> $mdefname
Note:
See TracChangeset
for help on using the changeset viewer.