From 0e54077af097f08540659702dcc013207ac81a85 Mon Sep 17 00:00:00 2001
From: Brent Perschbacher <bmpersc@sandia.gov>
Date: Wed, 24 Mar 2010 14:24:14 -0600
Subject: [PATCH] Removing precopyright packages.

Since the precopyright area is not being branched having the precopyright
packages in the branch is confusing and could cause issues with the nightly
testing. For that reason we are removing them from the list of packages and
their directories from the 10.2 branch.
---
 cmake/TrilinosPackages.cmake               | 3 ---
 packages/lyno/CMakeLists.txt               | 1 -
 packages/lyno/cmake/Dependencies.cmake     | 8 --------
 packages/lyno/cmake/Lyno_config.hpp.in     | 1 -
 packages/lyno/doc                          | 1 -
 packages/lyno/src                          | 1 -
 packages/lyno/test                         | 1 -
 packages/stalix/CMakeLists.txt             | 1 -
 packages/stalix/README                     | 1 -
 packages/stalix/cmake/Dependencies.cmake   | 8 --------
 packages/stalix/cmake/Stalix_config.hpp.in | 1 -
 packages/stalix/doc                        | 1 -
 packages/stalix/example                    | 1 -
 packages/stalix/maintenance                | 1 -
 packages/stalix/src                        | 1 -
 packages/stalix/test                       | 1 -
 packages/teko/CMakeLists.txt               | 1 -
 packages/teko/cmake/Dependencies.cmake     | 8 --------
 packages/teko/cmake/Teko_Config.h.in       | 1 -
 packages/teko/doc                          | 1 -
 packages/teko/examples                     | 1 -
 packages/teko/src                          | 1 -
 packages/teko/tests                        | 1 -
 23 files changed, 46 deletions(-)
 delete mode 120000 packages/lyno/CMakeLists.txt
 delete mode 100644 packages/lyno/cmake/Dependencies.cmake
 delete mode 120000 packages/lyno/cmake/Lyno_config.hpp.in
 delete mode 120000 packages/lyno/doc
 delete mode 120000 packages/lyno/src
 delete mode 120000 packages/lyno/test
 delete mode 120000 packages/stalix/CMakeLists.txt
 delete mode 120000 packages/stalix/README
 delete mode 100644 packages/stalix/cmake/Dependencies.cmake
 delete mode 120000 packages/stalix/cmake/Stalix_config.hpp.in
 delete mode 120000 packages/stalix/doc
 delete mode 120000 packages/stalix/example
 delete mode 120000 packages/stalix/maintenance
 delete mode 120000 packages/stalix/src
 delete mode 120000 packages/stalix/test
 delete mode 120000 packages/teko/CMakeLists.txt
 delete mode 100644 packages/teko/cmake/Dependencies.cmake
 delete mode 120000 packages/teko/cmake/Teko_Config.h.in
 delete mode 120000 packages/teko/doc
 delete mode 120000 packages/teko/examples
 delete mode 120000 packages/teko/src
 delete mode 120000 packages/teko/tests

diff --git a/cmake/TrilinosPackages.cmake b/cmake/TrilinosPackages.cmake
index 9e4946f6279..c587f580d7a 100644
--- a/cmake/TrilinosPackages.cmake
+++ b/cmake/TrilinosPackages.cmake
@@ -80,7 +80,6 @@ SET( Trilinos_PACKAGES_AND_DIRS_AND_CLASSIFICATIONS
   Meros                 meros                          SS
   FEI                   fei                            PS
   Anasazi               anasazi                        PS
-  Teko                  teko                           SS
   RBGen                 rbgen                          PS
   TriKota               TriKota                        SS
   Stokhos               stokhos                        SS
@@ -105,8 +104,6 @@ SET( Trilinos_PACKAGES_AND_DIRS_AND_CLASSIFICATIONS
   NewPackage            new_package                    EX # Should be SS
   Optika		optika			       SS
   Mesquite              mesquite                       PS
-  Stalix                stalix                         EX
-  Lyno                  lyno                           EX
   )
 
 
diff --git a/packages/lyno/CMakeLists.txt b/packages/lyno/CMakeLists.txt
deleted file mode 120000
index 7e757fe9f0b..00000000000
--- a/packages/lyno/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/lyno/CMakeLists.txt
\ No newline at end of file
diff --git a/packages/lyno/cmake/Dependencies.cmake b/packages/lyno/cmake/Dependencies.cmake
deleted file mode 100644
index d206b83dc2b..00000000000
--- a/packages/lyno/cmake/Dependencies.cmake
+++ /dev/null
@@ -1,8 +0,0 @@
-SET(LIB_REQUIRED_DEP_PACKAGES Teuchos Epetra EpetraExt Anasazi Amesos Belos)
-SET(LIB_OPTIONAL_DEP_PACKAGES AztecOO ML Ifpack Optika)
-SET(TEST_REQUIRED_DEP_PACKAGES)
-SET(TEST_OPTIONAL_DEP_PACKAGES)
-SET(LIB_REQUIRED_DEP_TPLS)
-SET(LIB_OPTIONAL_DEP_TPLS)
-SET(TEST_REQUIRED_DEP_TPLS)
-SET(TEST_OPTIONAL_DEP_TPLS)
diff --git a/packages/lyno/cmake/Lyno_config.hpp.in b/packages/lyno/cmake/Lyno_config.hpp.in
deleted file mode 120000
index 2032e7a9f9e..00000000000
--- a/packages/lyno/cmake/Lyno_config.hpp.in
+++ /dev/null
@@ -1 +0,0 @@
-../../../preCopyrightTrilinos/lyno/cmake/Lyno_config.hpp.in
\ No newline at end of file
diff --git a/packages/lyno/doc b/packages/lyno/doc
deleted file mode 120000
index 904e9b6ecc9..00000000000
--- a/packages/lyno/doc
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/lyno/doc/
\ No newline at end of file
diff --git a/packages/lyno/src b/packages/lyno/src
deleted file mode 120000
index 49b762cee49..00000000000
--- a/packages/lyno/src
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/lyno/src/
\ No newline at end of file
diff --git a/packages/lyno/test b/packages/lyno/test
deleted file mode 120000
index 4fb908c3979..00000000000
--- a/packages/lyno/test
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/lyno/test/
\ No newline at end of file
diff --git a/packages/stalix/CMakeLists.txt b/packages/stalix/CMakeLists.txt
deleted file mode 120000
index a088a1a1836..00000000000
--- a/packages/stalix/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/stalix/CMakeLists.txt
\ No newline at end of file
diff --git a/packages/stalix/README b/packages/stalix/README
deleted file mode 120000
index ed7d50dfff5..00000000000
--- a/packages/stalix/README
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/stalix/README
\ No newline at end of file
diff --git a/packages/stalix/cmake/Dependencies.cmake b/packages/stalix/cmake/Dependencies.cmake
deleted file mode 100644
index f4aa7cea73f..00000000000
--- a/packages/stalix/cmake/Dependencies.cmake
+++ /dev/null
@@ -1,8 +0,0 @@
-SET(LIB_REQUIRED_DEP_PACKAGES Teuchos Sacado Tpetra Thyra)
-SET(LIB_OPTIONAL_DEP_PACKAGES)
-SET(TEST_REQUIRED_DEP_PACKAGES)
-SET(TEST_OPTIONAL_DEP_PACKAGES)
-SET(LIB_REQUIRED_DEP_TPLS Boost)
-SET(LIB_OPTIONAL_DEP_TPLS)
-SET(TEST_REQUIRED_DEP_TPLS)
-SET(TEST_OPTIONAL_DEP_TPLS)
diff --git a/packages/stalix/cmake/Stalix_config.hpp.in b/packages/stalix/cmake/Stalix_config.hpp.in
deleted file mode 120000
index de37666536b..00000000000
--- a/packages/stalix/cmake/Stalix_config.hpp.in
+++ /dev/null
@@ -1 +0,0 @@
-../../../preCopyrightTrilinos/stalix/cmake/Stalix_config.hpp.in
\ No newline at end of file
diff --git a/packages/stalix/doc b/packages/stalix/doc
deleted file mode 120000
index 5e20e1bc55c..00000000000
--- a/packages/stalix/doc
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/stalix/doc
\ No newline at end of file
diff --git a/packages/stalix/example b/packages/stalix/example
deleted file mode 120000
index 131c1a861a8..00000000000
--- a/packages/stalix/example
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/stalix/example
\ No newline at end of file
diff --git a/packages/stalix/maintenance b/packages/stalix/maintenance
deleted file mode 120000
index c2d2345a520..00000000000
--- a/packages/stalix/maintenance
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/stalix/maintenance
\ No newline at end of file
diff --git a/packages/stalix/src b/packages/stalix/src
deleted file mode 120000
index fb2d32b1e5f..00000000000
--- a/packages/stalix/src
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/stalix/src
\ No newline at end of file
diff --git a/packages/stalix/test b/packages/stalix/test
deleted file mode 120000
index 7515ab0a9e7..00000000000
--- a/packages/stalix/test
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/stalix/test
\ No newline at end of file
diff --git a/packages/teko/CMakeLists.txt b/packages/teko/CMakeLists.txt
deleted file mode 120000
index 2a6d2d9c418..00000000000
--- a/packages/teko/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/teko/CMakeLists.txt
\ No newline at end of file
diff --git a/packages/teko/cmake/Dependencies.cmake b/packages/teko/cmake/Dependencies.cmake
deleted file mode 100644
index fb223cd5dbe..00000000000
--- a/packages/teko/cmake/Dependencies.cmake
+++ /dev/null
@@ -1,8 +0,0 @@
-SET(LIB_REQUIRED_DEP_PACKAGES Teuchos Epetra Thyra EpetraExt Stratimikos AztecOO Anasazi ML Ifpack Amesos)
-SET(LIB_OPTIONAL_DEP_PACKAGES Isorropia)
-SET(TEST_REQUIRED_DEP_PACKAGES)
-SET(TEST_OPTIONAL_DEP_PACKAGES)
-SET(LIB_REQUIRED_DEP_TPLS)
-SET(LIB_OPTIONAL_DEP_TPLS)
-SET(TEST_REQUIRED_DEP_TPLS)
-SET(TEST_OPTIONAL_DEP_TPLS)
diff --git a/packages/teko/cmake/Teko_Config.h.in b/packages/teko/cmake/Teko_Config.h.in
deleted file mode 120000
index 07d84a74433..00000000000
--- a/packages/teko/cmake/Teko_Config.h.in
+++ /dev/null
@@ -1 +0,0 @@
-../../../preCopyrightTrilinos/teko/cmake/Teko_Config.h.in
\ No newline at end of file
diff --git a/packages/teko/doc b/packages/teko/doc
deleted file mode 120000
index 1b3661e545f..00000000000
--- a/packages/teko/doc
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/teko/doc
\ No newline at end of file
diff --git a/packages/teko/examples b/packages/teko/examples
deleted file mode 120000
index a75fc1b2dd5..00000000000
--- a/packages/teko/examples
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/teko/examples
\ No newline at end of file
diff --git a/packages/teko/src b/packages/teko/src
deleted file mode 120000
index ecf61f909cf..00000000000
--- a/packages/teko/src
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/teko/src
\ No newline at end of file
diff --git a/packages/teko/tests b/packages/teko/tests
deleted file mode 120000
index d1e02d2a889..00000000000
--- a/packages/teko/tests
+++ /dev/null
@@ -1 +0,0 @@
-../../preCopyrightTrilinos/teko/tests
\ No newline at end of file
-- 
GitLab