Changeset 8187 for issm/trunk
- Timestamp:
- 05/06/11 15:28:18 (14 years ago)
- Location:
- issm/trunk/configs/macmathieu
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/configs/macmathieu/configure.sh
r8169 r8187 1 1 #!/bin/sh 2 3 2 ./configure \ 4 3 --prefix=$ISSM_TIER \ … … 21 20 --with-math-lib="/usr/lib/libm.dylib" \ 22 21 --with-graphics-lib="/usr/X11/lib/libX11.dylib" \ 23 --with-cxxoptflags=" -DMATLAB_MEX_FILE -fno-common -no-cpp-precomp -fexceptions -arch i386 -DMX_COMPAT_32 -O3 -DNDEBUG -w -Wwrite-strings" \22 --with-cxxoptflags=" -DMATLAB_MEX_FILE -fno-common -no-cpp-precomp -fexceptions -arch i386 -DMX_COMPAT_32 -O3 -DNDEBUG -w " \ 24 23 --with-numthreads=8 24 25 #CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 26 #you have headers in a nonstandard directory <include dir> 27 #CPP C preprocessor 28 #CXX C++ compiler command 29 #CXXFLAGS C++ compiler flags 30 #F77 Fortran 77 compiler command 31 #FFLAGS Fortran 77 compiler flags
Note:
See TracChangeset
for help on using the changeset viewer.