Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/BuildDakotaCustom.cmake.mac.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/BuildDakotaCustom.cmake.mac.patch	(revision 28178)
+++ 	(revision )
@@ -1,8 +1,0 @@
-91,93c91,93
-< #set( CMAKE_INSTALL_PREFIX
-< #     "/path/to/Dakota/installation"
-< #     CACHE PATH "Path to Dakota installation" )
----
-> set( CMAKE_INSTALL_PREFIX
->      "$ENV{ISSM_DIR}/externalpackages/dakota/install"
->      CACHE PATH "Path to Dakota installation" )
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/BuildDakotaCustom.cmake.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/BuildDakotaCustom.cmake.patch	(revision 28178)
+++ 	(revision )
@@ -1,32 +1,0 @@
-67a68,78
-> set( DAKOTA_HAVE_MPI ON
->  CACHE BOOL "Always build with MPI enabled" FORCE)
-> set( MPI_INCLUDE_PATH
->  "$ENV{ISSM_DIR}/externalpackages/mpich/install/include"
->  CACHE FILEPATH "Use installed MPI headers" FORCE)
-> set( MPI_LIBRARY
->  "$ENV{ISSM_DIR}/externalpackages/mpich/install/lib/libmpich.so"
->  CACHE FILEPATH "Use installed MPI library" FORCE)
-> set( MPI_EXTRA_LIBRARY
->  "$ENV{ISSM_DIR}/externalpackages/mpich/install/lib/libmpich.so"
->	CACHE FILEPATH "Use MPI extra libraries" FORCE)
-73,77c73,77
-< #set(BOOST_ROOT
-< #    "path/to/custom/Boost/install/directory"
-< #    CACHE PATH "Use non-standard Boost install" FORCE)
-< #set( Boost_NO_SYSTEM_PATHS TRUE
-< #     CACHE BOOL "Supress search paths other than BOOST_ROOT" FORCE)
----
-> set(BOOST_ROOT
->     "$ENV{ISSM_DIR}/externalpackages/boost/install"
->     CACHE PATH "Use non-standard Boost install" FORCE)
-> set( Boost_NO_SYSTEM_PATHS TRUE
->      CACHE BOOL "Supress search paths other than BOOST_ROOT" FORCE)
-91,93c91,93
-< #set( CMAKE_INSTALL_PREFIX
-< #     "/path/to/Dakota/installation"
-< #     CACHE PATH "Path to Dakota installation" )
----
-> set( CMAKE_INSTALL_PREFIX
->      "$ENV{ISSM_DIR}/externalpackages/dakota/install"
->      CACHE PATH "Path to Dakota installation" )
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/BuildDakotaCustom.cmake.yosemite.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/BuildDakotaCustom.cmake.yosemite.patch	(revision 28178)
+++ 	(revision )
@@ -1,29 +1,0 @@
-67a68,75
-> set( DAKOTA_HAVE_MPI ON
->  CACHE BOOL "Always build with MPI enabled" FORCE)
-> set( MPI_INCLUDE_PATH
->  "$ENV{ISSM_DIR}/externalpackages/mpich/install/include"
->  CACHE FILEPATH "Use installed MPI headers" FORCE)
-> set( MPI_LIBRARY
->  "$ENV{ISSM_DIR}/externalpackages/mpich/install/lib/libmpich.a"
->  CACHE FILEPATH "Use installed MPI library" FORCE)
-73,77c73,77
-< #set(BOOST_ROOT
-< #    "path/to/custom/Boost/install/directory"
-< #    CACHE PATH "Use non-standard Boost install" FORCE)
-< #set( Boost_NO_SYSTEM_PATHS TRUE
-< #     CACHE BOOL "Supress search paths other than BOOST_ROOT" FORCE)
----
-> set(BOOST_ROOT
->     "$ENV{ISSM_DIR}/externalpackages/boost/install"
->     CACHE PATH "Use non-standard Boost install" FORCE)
-> set( Boost_NO_SYSTEM_PATHS TRUE
->      CACHE BOOL "Supress search paths other than BOOST_ROOT" FORCE)
-91,93c91,93
-< #set( CMAKE_INSTALL_PREFIX
-< #     "/path/to/Dakota/installation"
-< #     CACHE PATH "Path to Dakota installation" )
----
-> set( CMAKE_INSTALL_PREFIX
->      "$ENV{ISSM_DIR}/externalpackages/dakota/install"
->      CACHE PATH "Path to Dakota installation" )
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/CMakeLists.txt.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/CMakeLists.txt.patch	(revision 28178)
+++ 	(revision )
@@ -1,4 +1,0 @@
-47a48,50
-> set(BUILD_STATIC_LIBS ON CACHE BOOL "Set to ON to build static libraries" FORCE)
-> set(BUILD_SHARED_LIBS OFF CACHE BOOL "Set to ON to build DSO libraries" FORCE)
-> 
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/DakotaDev.cmake.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/DakotaDev.cmake.patch	(revision 28178)
+++ 	(revision )
@@ -1,14 +1,0 @@
-5,8c5,8
-< set(ENABLE_DAKOTA_DOCS TRUE CACHE BOOL "Enable DAKOTA documentation build")
-< set(ENABLE_SPEC_MAINT TRUE CACHE BOOL 
-<   "Enable DAKOTA specification maintenance mode?")
-< set(PECOS_ENABLE_TESTS TRUE CACHE BOOL "Enable Pecos-specific tests?")
----
-> #set(ENABLE_DAKOTA_DOCS TRUE CACHE BOOL "Enable DAKOTA documentation build")
-> #set(ENABLE_SPEC_MAINT TRUE CACHE BOOL 
-> #  "Enable DAKOTA specification maintenance mode?")
-> #set(PECOS_ENABLE_TESTS TRUE CACHE BOOL "Enable Pecos-specific tests?")
-14c14
-< #set(HAVE_X_GRAPHICS OFF CACHE BOOL "Disable dependency on X libraries" FORCE)
----
-> set(HAVE_X_GRAPHICS OFF CACHE BOOL "Disable dependency on X libraries" FORCE)
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/DakotaInterface.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/DakotaInterface.patch	(revision 28178)
+++ 	(revision )
@@ -1,16 +1,0 @@
-112c112
-<       Cerr << "\nError: failure opening " << ampl_col << std::endl;
----
->       Cerr << "\nError: failure opening " << col.c_str() << std::endl;
-121c121
-< 	Cerr << "\nError: failure reading AMPL col file " << ampl_col 
----
-> 	Cerr << "\nError: failure reading AMPL col file " << col.c_str() 
-129c129
-<       Cerr << "\nError: failure opening " << ampl_row << std::endl;
----
->       Cerr << "\nError: failure opening " << row.c_str() << std::endl;
-142c142
-< 	Cerr << "\nError: failure reading AMPL row file " << ampl_row 
----
-> 	Cerr << "\nError: failure reading AMPL row file " << row.c_str()
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/InstallDarwinDylibs.cmake.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/InstallDarwinDylibs.cmake.patch	(revision 28178)
+++ 	(revision )
@@ -1,7 +1,0 @@
-22,23c22,24
-< 
-< if ( DAKOTA_JENKINS_BUILD OR DEFINED ENV{WORKSPACE} )
----
-> if ( DEFINED ENV{DAK_BUILD} )
->   set ( CMAKE_CURRENT_BINARY_DIR $ENV{DAK_BUILD} )
-> elseif ( DAKOTA_JENKINS_BUILD OR DEFINED ENV{WORKSPACE} )
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/NonDLocalReliability.cpp.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/NonDLocalReliability.cpp.patch	(revision 28178)
+++ 	(revision )
@@ -1,9 +1,0 @@
-2645a2646
-> 		 // add sensitivity output to importance factors (jes, 8/06/10)
-2651c2652,2655
-< 	    << std::setw(width) << impFactor(j,i) << '\n';
----
-> 	    << std::setw(width) << impFactor(j,i) 
-> 		 << "  Sensitivity = "
-> 		 << std::resetiosflags(std::ios::adjustfield)
-> 		 << std::setw(width) << fnGradsMeanX(j,i) << '\n';
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/NonDSampling.cpp.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/NonDSampling.cpp.patch	(revision 28178)
+++ 	(revision )
@@ -1,25 +1,0 @@
-780,786c780,787
-<   if (!subIteratorFlag) {
-<     nonDSampCorr.compute_correlations(vars_samples, resp_samples);
-<     // archive the correlations to the results DB
-<     nonDSampCorr.archive_correlations(run_identifier(), resultsDB, cv_labels,
-< 				      div_labels, dsv_labels, drv_labels,
-< 				      iteratedModel.response_labels());
-<   }
----
-> //don't compute for now, too expensive.
-> //  if (!subIteratorFlag) {
-> //   nonDSampCorr.compute_correlations(vars_samples, resp_samples);
-> //    // archive the correlations to the results DB
-> //    nonDSampCorr.archive_correlations(run_identifier(), resultsDB, cv_labels,
-> //				      div_labels, dsv_labels, drv_labels,
-> //				      iteratedModel.response_labels());
-> //  }
-1277,1278c1278,1281
-<     nonDSampCorr.print_correlations(s, cv_labels, div_labels, dsv_labels,
-< 				    drv_labels,iteratedModel.response_labels());
----
-> 
-> //don't output for now.
-> //    nonDSampCorr.print_correlations(s, cv_labels, div_labels, dsv_labels,
-> //				    drv_labels,iteratedModel.response_labels());
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/linux/cmake/BuildDakotaCustom.cmake
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/linux/cmake/BuildDakotaCustom.cmake	(revision 28178)
+++ 	(revision )
@@ -1,97 +1,0 @@
-##############################################################################
-#
-# Template CMake Configuration File.
-#
-##############################################################################
-# The following CMake variables represent the minimum set of variables
-# that are required to allow Dakota to
-#   * find all prerequisite third party libraries (TPLs)
-#   * configure compiler and MPI options
-#   * set Dakota install path
-#
-# Instructions:
-# 1. Read Dakota/INSTALL - Source Quick Start to use this template file.
-#
-# 2. Uncomment CMake variables below ONLY for values you need to change for
-#    your platform. Edit variables as needed.
-#
-#    For example, if you are using a custom install of Boost, installed in
-#    /home/me/usr/boost, uncomment both CMake Boost variables  and edit
-#    paths:
-#       set(BOOST_ROOT
-#           "/home/me/usr/boost"
-#           CACHE PATH "Use non-standard Boost install" FORCE)
-#       set( Boost_NO_SYSTEM_PATHS TRUE
-#            CACHE BOOL "Supress search paths other than BOOST_ROOT" FORCE)
-#
-#    Save file and exit.
-#
-# 6. Run CMake with script file. At terminal window, type:
-#      $ cmake -C BuildCustom.cmake $DAK_SRC
-#
-#    If you have not followed instructions in INSTALL -Source Quick Start,
-#    you will need to replace BuildCustom.cmake with the actual filename of
-#    this file and $DAK_SRC with the actual path to Dakota source.
-#
-##############################################################################
-
-##############################################################################
-# Set BLAS, LAPACK library paths ONLY if in non-standard locations
-##############################################################################
-set( BLAS_LIBS
-      "$ENV{BLAS_LIBS}"
-      CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
-set( LAPACK_LIBS
-      "$ENV{LAPACK_LIBS}"
-      CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
-
-##############################################################################
-# Set additional compiler options
-# Uncomment and replace <flag> with actual compiler flag, e.g. -xxe4.2
-##############################################################################
-set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS}"
-     CACHE STRING "C Flags my platform" )
-set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}"
-     CACHE STRING "CXX Flags for my platform" )
-set( CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS}"
-     CACHE STRING "Fortran Flags for my platform" )
-
-##############################################################################
-# Set MPI options
-# Recommended practice is to set DAKOTA_HAVE_MPI and set MPI_CXX_COMPILER
-# to a compiler wrapper.
-##############################################################################
-set( DAKOTA_HAVE_MPI ON
-     CACHE BOOL "Build with MPI enabled" FORCE)
-set( MPI_INCLUDE_PATH "$ENV{MPI_HOME}/include"
-     CACHE FILEPATH "Use MPI headers" FORCE)
-set( MPI_LIBRARY "-L$ENV{MPI_HOME}/lib -lmpich"
-     CACHE FILEPATH "Use MPI library" FORCE)
-set( MPI_EXTRA_LIBRARY "-L$ENV{MPI_HOME}/lib -lmpich"
-	  CACHE FILEPATH "Use MPI extra libraries" FORCE)
-
-##############################################################################
-# Set Boost path if CMake cannot find your installed version of Boost or
-# if you have a custom Boost install location.
-##############################################################################
-set(BOOST_ROOT
-    $ENV{BOOST_ROOT}
-    CACHE PATH "Use non-standard Boost install" FORCE)
-set( Boost_NO_SYSTEM_PATHS TRUE
-     CACHE BOOL "Supress search paths other than BOOST_ROOT" FORCE)
-
-##############################################################################
-# Set Trilinos path if you want have a custom Trilinos install location. If
-# not set, the Trilinos package, teuchos, will be build during the Dakota
-# build.
-##############################################################################
-#set( Trilinos_DIR
-#      "path/to/Trilinos/install"
-#      CACHE PATH "Path to installed Trilinos" FORCE )
-
-##############################################################################
-# Customize DAKOTA
-##############################################################################
-set( CMAKE_INSTALL_PREFIX
-     $ENV{DAK_INSTALL}
-     CACHE PATH "Path to Dakota installation" )
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/linux/cmake/DakotaDev.cmake
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/linux/cmake/DakotaDev.cmake	(revision 28178)
+++ 	(revision )
@@ -1,18 +1,0 @@
-# CMake options for DAKOTA developer builds
-
-# Developer options
-#set(DAKOTA_HAVE_MPI TRUE CACHE BOOL "Enable MPI in DAKOTA?")
-set(ENABLE_DAKOTA_DOCS FALSE CACHE BOOL "Enable DAKOTA documentation build")
-set(ENABLE_SPEC_MAINT FALSE CACHE BOOL
-  "Enable DAKOTA specification maintenance mode?")
-set(PECOS_ENABLE_TESTS FALSE CACHE BOOL "Enable Pecos-specific tests?")
-
-# Not included from Mike's configs, but may help some
-
-# Disable optional X graphics
-#-DHAVE_X_GRAPHICS:BOOL=FALSE
-set(HAVE_X_GRAPHICS OFF CACHE BOOL "Disable dependency on X libraries" FORCE)
-
-# CMake 2.8.6 has problems with RHEL6/Boost -- the following is a workaround
-#-DBoost_NO_BOOST_CMAKE=ON
-#set(Boost_NO_BOOST_CMAKE ON CACHE BOOL "Obtain desired behavior on RHEL6" FORCE)
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/mac/cmake/BuildDakotaCustom.cmake
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/mac/cmake/BuildDakotaCustom.cmake	(revision 28178)
+++ 	(revision )
@@ -1,95 +1,0 @@
-##############################################################################
-#
-# Template CMake Configuration File.
-#
-##############################################################################
-# The following CMake variables represent the minimum set of variables
-# that are required to allow Dakota to
-#   * find all prerequisite third party libraries (TPLs)
-#   * configure compiler and MPI options
-#   * set Dakota install path
-#
-# Instructions:
-# 1. Read Dakota/INSTALL - Source Quick Start to use this template file.
-#
-# 2. Uncomment CMake variables below ONLY for values you need to change for
-#    your platform. Edit variables as needed.
-#
-#    For example, if you are using a custom install of Boost, installed in
-#    /home/me/usr/boost, uncomment both CMake Boost variables  and edit
-#    paths:
-#       set(BOOST_ROOT
-#           "/home/me/usr/boost"
-#           CACHE PATH "Use non-standard Boost install" FORCE)
-#       set( Boost_NO_SYSTEM_PATHS TRUE
-#            CACHE BOOL "Supress search paths other than BOOST_ROOT" FORCE)
-#
-#    Save file and exit.
-#
-# 6. Run CMake with script file. At terminal window, type:
-#      $ cmake -C BuildCustom.cmake $DAK_SRC
-#
-#    If you have not followed instructions in INSTALL -Source Quick Start,
-#    you will need to replace BuildCustom.cmake with the actual filename of
-#    this file and $DAK_SRC with the actual path to Dakota source.
-#
-##############################################################################
-
-##############################################################################
-# Set BLAS, LAPACK library paths ONLY if in non-standard locations
-##############################################################################
-set( BLAS_LIBS
-      "$ENV{BLAS_LIBS}"
-      CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
-set( LAPACK_LIBS
-      "$ENV{LAPACK_LIBS}"
-      CACHE FILEPATH "Use non-standard BLAS library path" FORCE )
-
-##############################################################################
-# Set additional compiler options
-# Uncomment and replace <flag> with actual compiler flag, e.g. -xxe4.2
-##############################################################################
-set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS}"
-     CACHE STRING "C Flags my platform" )
-set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}"
-     CACHE STRING "CXX Flags for my platform" )
-set( CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS}"
-     CACHE STRING "Fortran Flags for my platform" )
-
-##############################################################################
-# Set MPI options
-# Recommended practice is to set DAKOTA_HAVE_MPI and set MPI_CXX_COMPILER
-# to a compiler wrapper.
-##############################################################################
-set( DAKOTA_HAVE_MPI ON
-     CACHE BOOL "Build with MPI enabled" FORCE)
-set( MPI_INCLUDE_PATH "$ENV{MPI_HOME}/include"
-     CACHE FILEPATH "Use MPI headers" FORCE)
-set( MPI_LIBRARY "-L$ENV{MPI_HOME}/lib -lmpich"
-     CACHE FILEPATH "Use MPI library" FORCE)
-
-##############################################################################
-# Set Boost path if CMake cannot find your installed version of Boost or
-# if you have a custom Boost install location.
-##############################################################################
-set(BOOST_ROOT
-    $ENV{BOOST_ROOT}
-    CACHE PATH "Use non-standard Boost install" FORCE)
-set( Boost_NO_SYSTEM_PATHS TRUE
-     CACHE BOOL "Supress search paths other than BOOST_ROOT" FORCE)
-
-##############################################################################
-# Set Trilinos path if you want have a custom Trilinos install location. If
-# not set, the Trilinos package, teuchos, will be build during the Dakota
-# build.
-##############################################################################
-#set( Trilinos_DIR
-#      "path/to/Trilinos/install"
-#      CACHE PATH "Path to installed Trilinos" FORCE )
-
-##############################################################################
-# Customize DAKOTA
-##############################################################################
-set( CMAKE_INSTALL_PREFIX
-     $ENV{DAK_INSTALL}
-     CACHE PATH "Path to Dakota installation" )
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/mac/cmake/DakotaDev.cmake
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/mac/cmake/DakotaDev.cmake	(revision 28178)
+++ 	(revision )
@@ -1,18 +1,0 @@
-# CMake options for DAKOTA developer builds
-
-# Developer options
-#set(DAKOTA_HAVE_MPI TRUE CACHE BOOL "Enable MPI in DAKOTA?")
-set(ENABLE_DAKOTA_DOCS FALSE CACHE BOOL "Enable DAKOTA documentation build")
-set(ENABLE_SPEC_MAINT FALSE CACHE BOOL
-  "Enable DAKOTA specification maintenance mode?")
-set(PECOS_ENABLE_TESTS FALSE CACHE BOOL "Enable Pecos-specific tests?")
-
-# Not included from Mike's configs, but may help some
-
-# Disable optional X graphics
-#-DHAVE_X_GRAPHICS:BOOL=FALSE
-set(HAVE_X_GRAPHICS OFF CACHE BOOL "Disable dependency on X libraries" FORCE)
-
-# CMake 2.8.6 has problems with RHEL6/Boost -- the following is a workaround
-#-DBoost_NO_BOOST_CMAKE=ON
-#set(Boost_NO_BOOST_CMAKE ON CACHE BOOL "Obtain desired behavior on RHEL6" FORCE)
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/pecos_global_defs.hpp.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/pecos_global_defs.hpp.patch	(revision 28178)
+++ 	(revision )
@@ -1,4 +1,0 @@
-24a25
-> #ifndef PI
-25a27
-> #endif
Index: sm/trunk-jpl/externalpackages/dakota/configs/6.2/sandia_rules.cpp.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/configs/6.2/sandia_rules.cpp.patch	(revision 28178)
+++ 	(revision )
@@ -1,4 +1,0 @@
-24145c24145
-<     if ( i_hi < 0 )
----
->     if ( *i_hi < 0 )
Index: /issm/trunk-jpl/externalpackages/dakota/install-6.2-linux-static.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/install-6.2-linux-static.sh	(revision 28178)
+++ /issm/trunk-jpl/externalpackages/dakota/install-6.2-linux-static.sh	(revision 28179)
@@ -53,6 +53,6 @@
 
 # Copy customized source and configuration files specific to Linux to 'src' directory
-cp configs/${VER}/linux/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake
-cp configs/${VER}/linux/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
+cp configs/${VER}/static/cmake/BuildDakotaCustom.cmake ${DAK_SRC}/cmake
+cp configs/${VER}/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
 
 # Disable requirement of Python 2 for TriBITS
Index: /issm/trunk-jpl/externalpackages/dakota/install-6.2-pleiades.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/install-6.2-pleiades.sh	(revision 28178)
+++ /issm/trunk-jpl/externalpackages/dakota/install-6.2-pleiades.sh	(revision 28179)
@@ -43,5 +43,5 @@
 # Copy customized source and configuration files specific to Linux to 'src' directory
 cp configs/${VER}/linux/cmake/BuildDakotaCustom.pleiades.cmake ${DAK_SRC}/cmake/BuildDakotaCustom.cmake
-cp configs/${VER}/linux/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
+cp configs/${VER}/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
 
 # Configure
Index: /issm/trunk-jpl/externalpackages/dakota/install-6.2-pleiades_toss4.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/dakota/install-6.2-pleiades_toss4.sh	(revision 28178)
+++ /issm/trunk-jpl/externalpackages/dakota/install-6.2-pleiades_toss4.sh	(revision 28179)
@@ -43,5 +43,5 @@
 # Copy customized source and configuration files specific to Linux to 'src' directory
 cp configs/${VER}/linux/cmake/BuildDakotaCustom.pleiades.cmake ${DAK_SRC}/cmake/BuildDakotaCustom.cmake
-cp configs/${VER}/linux/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
+cp configs/${VER}/cmake/DakotaDev.cmake ${DAK_SRC}/cmake
 
 # Configure
