From 3ad97e88ac2709f6615ff697e536ab47253fb74f Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Wed, 8 Feb 2012 09:23:51 +0000 Subject: [PATCH] gmshpy : move to wrappers/gmshpy (sorry not wrappers/python), please remove the old "gmshpy" directory in your build directory. Warning for dg users : check that the rundgpy script you are using is a link to the one in your build directory, not a copy of an old version --- CMakeLists.txt | 2 +- {gmshpy => wrappers/gmshpy}/CMakeLists.txt | 0 {gmshpy => wrappers/gmshpy}/__init__.py.in | 0 {gmshpy => wrappers/gmshpy}/gmshCommon.i | 0 {gmshpy => wrappers/gmshpy}/gmshGeo.i | 0 {gmshpy => wrappers/gmshpy}/gmshMesh.i | 0 {gmshpy => wrappers/gmshpy}/gmshNumeric.i | 0 {gmshpy => wrappers/gmshpy}/gmshPost.i | 0 {gmshpy => wrappers/gmshpy}/gmshSolver.i | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename {gmshpy => wrappers/gmshpy}/CMakeLists.txt (100%) rename {gmshpy => wrappers/gmshpy}/__init__.py.in (100%) rename {gmshpy => wrappers/gmshpy}/gmshCommon.i (100%) rename {gmshpy => wrappers/gmshpy}/gmshGeo.i (100%) rename {gmshpy => wrappers/gmshpy}/gmshMesh.i (100%) rename {gmshpy => wrappers/gmshpy}/gmshNumeric.i (100%) rename {gmshpy => wrappers/gmshpy}/gmshPost.i (100%) rename {gmshpy => wrappers/gmshpy}/gmshSolver.i (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index d18cc668e0..8989f7b0ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1204,7 +1204,7 @@ if(ENABLE_WRAP_PYTHON) if(SWIG_MAJOR_VERSION EQUAL 1) message("WARNING: Python bindings require SWIG >= 2: disabling Python") else(SWIG_MAJOR_VERSION EQUAL 1) - add_subdirectory(gmshpy) + add_subdirectory(wrappers/gmshpy) endif(SWIG_MAJOR_VERSION EQUAL 1) endif(SWIG_FOUND AND PYTHONLIBS_FOUND) endif(ENABLE_WRAP_PYTHON) diff --git a/gmshpy/CMakeLists.txt b/wrappers/gmshpy/CMakeLists.txt similarity index 100% rename from gmshpy/CMakeLists.txt rename to wrappers/gmshpy/CMakeLists.txt diff --git a/gmshpy/__init__.py.in b/wrappers/gmshpy/__init__.py.in similarity index 100% rename from gmshpy/__init__.py.in rename to wrappers/gmshpy/__init__.py.in diff --git a/gmshpy/gmshCommon.i b/wrappers/gmshpy/gmshCommon.i similarity index 100% rename from gmshpy/gmshCommon.i rename to wrappers/gmshpy/gmshCommon.i diff --git a/gmshpy/gmshGeo.i b/wrappers/gmshpy/gmshGeo.i similarity index 100% rename from gmshpy/gmshGeo.i rename to wrappers/gmshpy/gmshGeo.i diff --git a/gmshpy/gmshMesh.i b/wrappers/gmshpy/gmshMesh.i similarity index 100% rename from gmshpy/gmshMesh.i rename to wrappers/gmshpy/gmshMesh.i diff --git a/gmshpy/gmshNumeric.i b/wrappers/gmshpy/gmshNumeric.i similarity index 100% rename from gmshpy/gmshNumeric.i rename to wrappers/gmshpy/gmshNumeric.i diff --git a/gmshpy/gmshPost.i b/wrappers/gmshpy/gmshPost.i similarity index 100% rename from gmshpy/gmshPost.i rename to wrappers/gmshpy/gmshPost.i diff --git a/gmshpy/gmshSolver.i b/wrappers/gmshpy/gmshSolver.i similarity index 100% rename from gmshpy/gmshSolver.i rename to wrappers/gmshpy/gmshSolver.i -- GitLab