From: ageay Date: Thu, 4 Apr 2013 08:47:30 +0000 (+0000) Subject: MEDMEM suppression X-Git-Tag: V7_3_1b1~458 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aa1877df8924ea44309bcb922b1b663ebdcf13ce;p=tools%2Fmedcoupling.git MEDMEM suppression --- diff --git a/idl/CMakeLists.txt b/idl/CMakeLists.txt index de987362b..570125d74 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -28,8 +28,6 @@ INCLUDE_DIRECTORIES( SET(SalomeIDLMED_IDLSOURCES MED.idl - MED_Gen.idl - Compo1Py.idl MEDCouplingCorbaServant.idl ParaMEDCouplingCorbaServant.idl MEDDataManager.idl diff --git a/src/MEDMEM/CMakeLists.txt b/src/MEDMEM/CMakeLists.txt deleted file mode 100644 index 9369071a8..000000000 --- a/src/MEDMEM/CMakeLists.txt +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -INCLUDE_DIRECTORIES( - ${MED3_INCLUDE_DIRS} - ${HDF5_INCLUDE_DIRS} - ${XDR_INCLUDE_DIRS} - ${CMAKE_CURRENT_SOURCE_DIR} - ${CMAKE_CURRENT_SOURCE_DIR}/../INTERP_KERNEL - ${CMAKE_CURRENT_SOURCE_DIR}/../INTERP_KERNEL/Bases - ${CMAKE_CURRENT_SOURCE_DIR}/../INTERP_KERNEL/Geometric2D - ${CMAKE_CURRENT_SOURCE_DIR}/../INTERP_KERNEL/ExprEval - ${CMAKE_CURRENT_SOURCE_DIR}/../INTERP_KERNEL/GaussPoints - ) - -SET(medmem_SOURCES - MEDMEM_Init.cxx - MEDMEM_RCBase.cxx - MEDMEM_CellModel.cxx - MEDMEM_Connectivity.cxx - MEDMEM_Coordinate.cxx - MEDMEM_DriversDef.cxx - MEDMEM_DriverFactory.cxx - MEDMEM_Family.cxx - MEDMEM_Field.cxx - MEDMEM_GenDriver.cxx - MEDMEM_Group.cxx - MEDMEM_Exception.cxx - MEDMEM_MedMeshDriver.cxx - MEDMEM_GibiMeshDriver.cxx - MEDMEM_PorflowMeshDriver.cxx - MEDMEM_SkyLineArray.cxx - MEDMEM_Mesh.cxx - MEDMEM_Meshing.cxx - MEDMEM_Support.cxx - MEDMEM_Unit.cxx - MEDMEM_VtkMedDriver.cxx - MEDMEM_VtkMeshDriver.cxx - MEDMEM_Grid.cxx - MEDMEM_MedVersion.cxx - MEDMEM_TopLevel.cxx - MEDMEM_ConnectZone.cxx - MEDMEM_EnsightMedDriver.cxx - MEDMEM_EnsightFieldDriver.cxx - MEDMEM_EnsightUtils.cxx - MEDMEM_EnsightMeshDriver.cxx - MEDMEM_DriverTools.cxx - MEDMEM_GaussLocalization.cxx - MEDMEM_Extractor.cxx - PointLocator.cxx - MEDMEM_Remapper.cxx - MEDMEM_GMesh.cxx - MEDMEM_MeshFuse.cxx - MEDMEM_MedFileBrowser.cxx - ) - -ADD_LIBRARY(medmem SHARED ${medmem_SOURCES}) -SET_TARGET_PROPERTIES(medmem PROPERTIES COMPILE_FLAGS "${HDF5_DEFINITIONS} ${MED3_DEFINITIONS} ${XDR_DEFINITIONS} ${PLATFORM_DEFINITIONS}") -TARGET_LINK_LIBRARIES(medmem interpkernel ${MED3_LIBS_C_ONLY} ${HDF5_LIBS} ${XDR_LIBS} ${PLATFORM_LIBS}) -INSTALL(TARGETS medmem DESTINATION ${MED_salomelib_LIBS}) - -FILE(GLOB medmem_HEADERS_HXX "${CMAKE_CURRENT_SOURCE_DIR}/*.hxx") -INSTALL(FILES ${medmem_HEADERS_HXX} MEDMEM_DriverFactory.ixx DESTINATION ${MED_salomeinclude_HEADERS}) -FILE(GLOB medmem_HEADERS_TXX "${CMAKE_CURRENT_SOURCE_DIR}/*.txx") -INSTALL(FILES ${medmem_HEADERS_TXX} DESTINATION ${MED_salomeinclude_HEADERS}) diff --git a/src/MEDMEM/DataTest/Data/pointe.med b/src/MEDMEM/DataTest/Data/pointe.med deleted file mode 100644 index 0dbc1e8fb..000000000 Binary files a/src/MEDMEM/DataTest/Data/pointe.med and /dev/null differ