Move old files into the attic
The attic are the place where files which we don't use right now, but which we acknowledge some amount of valuable time has been spent on and which may be usable some day in the future, so we don't have the conscience to right out delete them. These files are not expected to compile, and certainly not to run and produce sensible results, anymore. However, with some work they can possibly be converted into proper unit tests or examples.
This commit is contained in:
parent
8efd1c0aa9
commit
fa5344ec3e
@ -54,6 +54,9 @@ macro (sources_hook)
|
||||
list (REMOVE_ITEM opm-core_SOURCES
|
||||
${PROJECT_SOURCE_DIR}/${opm-core_DIR}/core/linalg/LinearSolverAGMG.cpp
|
||||
)
|
||||
list (REMOVE_ITEM attic_SOURCES
|
||||
${PROJECT_SOURCE_DIR}/attic/test_agmg.cpp
|
||||
)
|
||||
endif (NOT AGMG_FOUND)
|
||||
if (NOT dune-istl_FOUND)
|
||||
list (REMOVE_ITEM opm-core_SOURCES
|
||||
|
@ -22,6 +22,9 @@
|
||||
# files can of course include other files than these;
|
||||
# you should only add to this list if the *user* of
|
||||
# the library needs it.
|
||||
#
|
||||
# ATTIC_FILES Unmaintained files. This for the projects developers
|
||||
# only. Don't expect these files to build.
|
||||
|
||||
# originally generated with the command:
|
||||
# find opm -name '*.c*' -printf '\t%p\n' | sort
|
||||
@ -178,6 +181,23 @@ list (APPEND EXAMPLE_SOURCE_FILES
|
||||
tutorials/tutorial4.cpp
|
||||
)
|
||||
|
||||
# originally generated with the command:
|
||||
# find attic -name '*.c*' -printf '\t%p\n' | sort
|
||||
list (APPEND ATTIC_FILES
|
||||
attic/bo_resprop_test.cpp
|
||||
attic/pvt_test.cpp
|
||||
attic/relperm_test.cpp
|
||||
attic/test_agmg.cpp
|
||||
attic/test_cfs_tpfa.c
|
||||
attic/test_ert.cpp
|
||||
attic/test_jacsys.cpp
|
||||
attic/test_lapack.cpp
|
||||
attic/test_read_grid.c
|
||||
attic/test_readpolymer.cpp
|
||||
attic/test_read_vag.cpp
|
||||
attic/test_writeVtkData.cpp
|
||||
)
|
||||
|
||||
# programs listed here will not only be compiled, but also marked for
|
||||
# installation
|
||||
list (APPEND PROGRAM_SOURCE_FILES
|
||||
|
@ -1 +0,0 @@
|
||||
These files are not actively maintained. Do not expect them to compile and run.
|
Loading…
Reference in New Issue
Block a user