Changeset 1208
- Timestamp:
- 08/29/06 15:16:59 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/Release2.1.0b/external/casa_asap/configure.sh
r1207 r1208 10 10 if [ $major -eq 4 ] && [ $minor -ge 1 ]; then 11 11 cppflags='-ffriend-injection -fpermissive ' 12 echo "Found gcc-4.1. Applying patches..." 12 13 elif [ $major -eq 2 ]; then 13 14 echo "gcc version < 3 not supported" … … 28 29 29 30 if [ ! $platf == '' ]; then 31 echo "configuting 64bit linux..." 30 32 mv $ROOTDIR/linux $ROOTDIR/linux_64b 31 33 cd $ROOTDIR/linux_64b/UNKNOWN_SITE … … 33 35 cd $ROOTDIR 34 36 elif [ $arch == 'Darwin' ]; then 37 echo "configuring darwin..." 35 38 mv $ROOTDIR/linux $ROOTDIR/darwin 36 39 cd $ROOTDIR/darwin/UNKNOWN_SITE … … 38 41 cd $ROOTDIR 39 42 else 43 echo "configuring linux..." 40 44 cd $ROOTDIR/linux/UNKNOWN_SITE 41 45 cat makedefs.32 | sed -e "s#-Wall #-Wall $flags#" > makedefs
Note:
See TracChangeset
for help on using the changeset viewer.