source: issm/trunk/externalpackages/dakota/configs/5.3/BuildDakotaCustom.cmake.patch@ 15396

Last change on this file since 15396 was 15212, checked in by jschierm, 12 years ago

NEW: Dakota 5.3 install files.

File size: 1.4 KB
Line 
141,46c41,46
2< #set( BLAS_LIBS
3< # "/usr/lib64"
4< # CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
5< #set( LAPACK_LIBS
6< # "/usr/lib64"
7< # CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
8---
9> set( BLAS_LIBS
10> "/usr/lib64/libblas.so.3.0.3"
11> CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
12> set( LAPACK_LIBS
13> "/usr/lib64/liblapack.so.3.0.3"
14> CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
1564,65c64,65
16< #set( DAKOTA_HAVE MPI ON
17< # CACHE BOOL "Build with MPI enabled" FORCE)
18---
19> set( DAKOTA_HAVE MPI OFF
20> CACHE BOOL "Build with MPI disabled" FORCE)
2173,77c73,77
22< #set(BOOST_ROOT
23< # "path/to/custom/Boost/install/directory"
24< # CACHE PATH "Use non-standard Boost install" FORCE)
25< #set( Boost_NO_SYSTEM_PATHS TRUE
26< # CACHE BOOL "Supress search paths other than BOOST_ROOT" FORCE)
27---
28> set(BOOST_ROOT
29> "$ENV{ISSM_DIR}/externalpackages/boost/install"
30> CACHE PATH "Use non-standard Boost install" FORCE)
31> set( Boost_NO_SYSTEM_PATHS TRUE
32> CACHE BOOL "Supress search paths other than BOOST_ROOT" FORCE)
3391,93c91,93
34< #set( CMAKE_INSTALL_PREFIX
35< # "/path/to/Dakota/installation"
36< # CACHE PATH "Path to Dakota installation" )
37---
38> set( CMAKE_INSTALL_PREFIX
39> "$ENV{ISSM_DIR}/externalpackages/dakota/install"
40> CACHE PATH "Path to Dakota installation" )
Note: See TracBrowser for help on using the repository browser.