Salome HOME
refactor MED to use external MEDtool
authorCédric Aguerre <cedric.aguerre@edf.fr>
Wed, 28 Oct 2015 14:35:55 +0000 (15:35 +0100)
committerCédric Aguerre <cedric.aguerre@edf.fr>
Thu, 29 Oct 2015 13:22:43 +0000 (14:22 +0100)
commit8fc5e6fad5de463356e706776ba46bfc6ce573b5
tree3ed54026544450d1cff5f36704dfc176a561377d
parentd4c564973bd922d5161459840de69fd457a6aaf1
refactor MED to use external MEDtool
72 files changed:
SalomeMEDConfig.cmake.in
adm_local/cmake_files/FindMEDtool.cmake [new file with mode: 0644]
adm_local_without_kernel/CMakeLists.txt [deleted file]
adm_local_without_kernel/SALOMEconfig.h.in [deleted file]
adm_local_without_kernel/cmake_files/FindCppUnit.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindGraphviz.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindMEDFile.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSalomeBoost.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSalomeCppUnit.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSalomeDoxygen.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSalomeGraphviz.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSalomeHDF5.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSalomeLibXml2.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSalomeMEDFile.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSalomeMPI.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSalomePython.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSalomeSWIG.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSalomeSphinx.cmake [deleted file]
adm_local_without_kernel/cmake_files/FindSphinx.cmake [deleted file]
adm_local_without_kernel/cmake_files/SalomeMacros.cmake [deleted file]
adm_local_without_kernel/cmake_files/SalomeSetupPlatform.cmake [deleted file]
adm_local_without_kernel/unix/config_files/DEPRECATED/check_pthreads.m4 [deleted file]
adm_local_without_kernel/unix/config_files/DEPRECATED/config.guess [deleted file]
adm_local_without_kernel/unix/config_files/DEPRECATED/config.sub [deleted file]
adm_local_without_kernel/unix/config_files/DEPRECATED/install-sh [deleted file]
adm_local_without_kernel/unix/config_files/DEPRECATED/libtool.m4 [deleted file]
adm_local_without_kernel/unix/config_files/DEPRECATED/ltconfig [deleted file]
adm_local_without_kernel/unix/config_files/DEPRECATED/ltmain.sh [deleted file]
adm_local_without_kernel/unix/config_files/ac_cxx_depend_flag.m4 [deleted file]
adm_local_without_kernel/unix/config_files/ac_cxx_have_sstream.m4 [deleted file]
adm_local_without_kernel/unix/config_files/ac_cxx_namespaces.m4 [deleted file]
adm_local_without_kernel/unix/config_files/ac_cxx_option.m4 [deleted file]
adm_local_without_kernel/unix/config_files/ac_cxx_template_options.m4 [deleted file]
adm_local_without_kernel/unix/config_files/ac_cxx_use_std_iostream.m4 [deleted file]
adm_local_without_kernel/unix/config_files/ac_cxx_warnings.m4 [deleted file]
adm_local_without_kernel/unix/config_files/ac_linker_options.m4 [deleted file]
adm_local_without_kernel/unix/config_files/acx_pthread.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_boost.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_cppunit.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_hdf5.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_htmlgen.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_lam.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_libxml.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_med3.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_mpi.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_mpich.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_openmpi.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_sphinx.m4 [deleted file]
adm_local_without_kernel/unix/config_files/check_swig.m4 [deleted file]
adm_local_without_kernel/unix/config_files/enable_pthreads.m4 [deleted file]
adm_local_without_kernel/unix/config_files/hack_libtool.m4 [deleted file]
adm_local_without_kernel/unix/config_files/local_install.m4 [deleted file]
adm_local_without_kernel/unix/config_files/production.m4 [deleted file]
adm_local_without_kernel/unix/config_files/python.m4 [deleted file]
adm_local_without_kernel/unix/depend.in [deleted file]
adm_local_without_kernel/unix/make_module.in [deleted file]
adm_local_without_kernel/unix/sstream.in [deleted file]
resources/CMakeLists.txt
src/CMakeLists.txt
src/MEDCalc/cmp/CMakeLists.txt
src/MEDCalculator/CMakeLists.txt
src/MEDCalculator/Swig/CMakeLists.txt
src/MEDCalculator/Test/CMakeLists.txt
src/MEDCouplingCorba/CMakeLists.txt
src/MEDCouplingCorba/Client/CMakeLists.txt
src/MEDCouplingCorba/Test/CMakeLists.txt
src/MEDCouplingCorba_Swig/CMakeLists.txt
src/MEDCouplingCorba_Swig/Client/CMakeLists.txt
src/MEDGUI/CMakeLists.txt
src/ParaMEDCouplingCorba/CMakeLists.txt
src/ParaMEDMEMComponent/CMakeLists.txt
src/medtool/src/INTERP_KERNELTest/CMakeLists.txt