From b142b9078790b0636711cd0559161c9571cc7823 Mon Sep 17 00:00:00 2001
From: kliegeois <kimliegeois@ymail.com>
Date: Wed, 16 Jan 2019 14:42:15 -0700
Subject: [PATCH] Use newer cmake

---
 cfg/blake-lsm1/anaconda.profile   | 1 +
 cfg/blake-lsm1/compilers.profile  | 2 ++
 cfg/blake-lsm1/swig.profile       | 1 +
 cfg/blake-lsm1/trilinos.profile   | 5 +++++
 cfg/bowman-lsm1/cmake.profile     | 2 +-
 cfg/bowman-lsm1/compilers.profile | 2 ++
 cfg/bowman-lsm1/swig.profile      | 1 +
 7 files changed, 13 insertions(+), 1 deletion(-)
 create mode 100644 cfg/blake-lsm1/anaconda.profile
 create mode 100644 cfg/blake-lsm1/swig.profile
 create mode 100644 cfg/blake-lsm1/trilinos.profile
 create mode 100644 cfg/bowman-lsm1/swig.profile

diff --git a/cfg/blake-lsm1/anaconda.profile b/cfg/blake-lsm1/anaconda.profile
new file mode 100644
index 0000000..145ea9e
--- /dev/null
+++ b/cfg/blake-lsm1/anaconda.profile
@@ -0,0 +1 @@
+export PATH="/home/knliege/anaconda2/bin:$PATH"
diff --git a/cfg/blake-lsm1/compilers.profile b/cfg/blake-lsm1/compilers.profile
index 55906d6..f3ff3ed 100644
--- a/cfg/blake-lsm1/compilers.profile
+++ b/cfg/blake-lsm1/compilers.profile
@@ -1 +1,3 @@
 module load devpack/latest/openmpi/2.1.2/intel/18.1.163
+module unload cmake/3.9.0
+module load cmake/3.10.2
diff --git a/cfg/blake-lsm1/swig.profile b/cfg/blake-lsm1/swig.profile
new file mode 100644
index 0000000..4e43a01
--- /dev/null
+++ b/cfg/blake-lsm1/swig.profile
@@ -0,0 +1 @@
+PATH="/home/knliege/local/swig/bin":$PATH
diff --git a/cfg/blake-lsm1/trilinos.profile b/cfg/blake-lsm1/trilinos.profile
new file mode 100644
index 0000000..b592a52
--- /dev/null
+++ b/cfg/blake-lsm1/trilinos.profile
@@ -0,0 +1,5 @@
+export INCLUDE=$INCLUDE:"/home/knliege/local/trilinos_blake/include"
+export LIB=$LIB:"/home/knliege/local/trilinos_blake/lib"
+export Trilinos_DIR="/home/knliege/local/trilinos_blake"
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/home/knliege/local/trilinos_blake/lib/python2.7/site-packages/PyTrilinos/":"/home/knliege/local/trilinos_blake/lib/python2.7/site-packages/":"/home/knliege/local/trilinos_blake/lib/"
+
diff --git a/cfg/bowman-lsm1/cmake.profile b/cfg/bowman-lsm1/cmake.profile
index b9bdcf0..e241a8d 100644
--- a/cfg/bowman-lsm1/cmake.profile
+++ b/cfg/bowman-lsm1/cmake.profile
@@ -1,2 +1,2 @@
-module unload cmake/3.5.2
+module unload cmake/3.12.3
 export PATH=/home/knliege/local/cmake/bin:$PATH
diff --git a/cfg/bowman-lsm1/compilers.profile b/cfg/bowman-lsm1/compilers.profile
index 3dca980..6214987 100644
--- a/cfg/bowman-lsm1/compilers.profile
+++ b/cfg/bowman-lsm1/compilers.profile
@@ -1,5 +1,7 @@
 module load devpack/openmpi/1.10.4/intel/17.0.098
 module swap intel/compilers/17.0.098 intel/compilers/18.2.199
+module unload cmake/3.5.2
+module load cmake/3.12.3
 export OMPI_CC=/home/projects/x86-64-knl/intel/compilers/2018/compilers_and_libraries_2018.2.199/linux/bin/intel64/icc
 export OMPI_CXX=/home/projects/x86-64-knl/intel/compilers/2018/compilers_and_libraries_2018.2.199/linux/bin/intel64/icpc
 export OMPI_FC=/home/projects/x86-64-knl/intel/compilers/2018/compilers_and_libraries_2018.2.199/linux/bin/intel64/ifort
diff --git a/cfg/bowman-lsm1/swig.profile b/cfg/bowman-lsm1/swig.profile
new file mode 100644
index 0000000..4e43a01
--- /dev/null
+++ b/cfg/bowman-lsm1/swig.profile
@@ -0,0 +1 @@
+PATH="/home/knliege/local/swig/bin":$PATH
-- 
GitLab