ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

Simplify Feel++ application setup (geo files, cfg files,...) #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to have a cmake macro allowing to setup in the binary directory
the application including GEO CFG and SCRIPTS files

Original issue reported on code.google.com by christop...@hamm-project.org on 23 Mar 2012 at 11:57

GoogleCodeExporter commented 9 years ago

Original comment by christop...@feelpp.org on 23 Mar 2012 at 12:00

GoogleCodeExporter commented 9 years ago

Original comment by christop...@feelpp.org on 23 Mar 2012 at 12:00

GoogleCodeExporter commented 9 years ago
The current implementation of the macro is available in 
cmake/modules/feelpp.macros/cmake
it works like

feelpp_add_application( name_of the application 
   SRCS <list of cpp files depending to get the application>
   GEO <list of geometry related  files to install in binary dir including their path>
   CFG <list of config files to install in binary dir > 
   SCRIPTS <scripts to install ...>)

note that the prefix feel_ will be pre-prended to the application name
the geo, cfg and scripts may not be in the source dir but in another directory 
as long as you provide the correct path

Original comment by christop...@feelpp.org on 23 Mar 2012 at 12:04

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 83b42c4d339c.

Original comment by christop...@feelpp.org on 4 May 2012 at 12:17

GoogleCodeExporter commented 9 years ago
This issue was updated by revision ed5056cc6464.

git-svn-id: 
svn+ssh://forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/life/trunk/life/trunk
@8930 18f2cc81-8059-4896-b63e-f2d89ec8fd72

Original comment by christop...@feelpp.org on 4 May 2012 at 12:53

GoogleCodeExporter commented 9 years ago
This issue was updated by revision aceaacdd3cc5.

renamed feel add_test to feelpp_add test 
and make it smarter

Original comment by christop...@feelpp.org on 15 May 2012 at 8:44

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 3d322f5da105.

renamed feel add_test to feelpp_add test 
and make it smarter

git-svn-id: 
svn+ssh://forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/life/trunk/life/trunk
@8990 18f2cc81-8059-4896-b63e-f2d89ec8fd72

Original comment by christop...@feelpp.org on 15 May 2012 at 6:54

GoogleCodeExporter commented 9 years ago
The change for this is done now.See doc/manual/tutorial/mymesh.cpp for some 
examples

Original comment by christop...@feelpp.org on 11 Jul 2012 at 11:25