Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cgal_create_cmake_script(1) [debian man page]

CGAL_CREATE_CMAKE_SCRIPT(1)					   User Commands				       CGAL_CREATE_CMAKE_SCRIPT(1)

NAME
cgal_create_cmake_script - create a cmake script for applications using CGAL SYNOPSIS
cgal_create_cmake_script [example|demo|test] DESCRIPTION
The script cgal_create_cmake_script allows the simple creation of cmake scripts for applications which use the CGAL library. The parameter selects one of three script types, the default type is example. OPTIONS
example Create a cmake script for several simple applications. Each C and cpp file in the current directory containing a main() function is compiled and linked as a separate executable. demo Create a cmake script for a single application including Qt3 support. All C and cpp files in the current directory are compiled and linked into one executable. test Create a cmake script that is suited for the testsuite used by the CGAL developers. AUTHOR
The CGAL project (http://www.cgal.org/). REPORTING BUGS
Report bugs to <cgal-discuss@lists-sop.inria.fr> (see http://www.cgal.org/ for further instructions). SEE ALSO
The full documentation for CGAL is available at http://www.cgal.org/ in PDF and HTML format. CGAL 4.0 March 2012 CGAL_CREATE_CMAKE_SCRIPT(1)

Check Out this Related Man Page

yade(1) 						      General Commands Manual							   yade(1)

NAME
yade - open-source platform for dynamic computations SYNOPSIS
yade [options] [ simulation.xml[.bz2] | script.py [script options]] DESCRIPTION
yade Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. The computation parts are written in c++ using flexible object model, allowing independent implementation of new alogrithms and interfaces. Python is used for rapid and con- cise scene construction, simulation control, postprocessing and debugging. See http://www.yade-dem.org/ for documentation and http://www.launchpad.net/yade for the project itself. This is version with features cgal,gts,opengl,openmp,qt4,vtk. OPTIONS
--version show program's version number and exit --help, -h show this help message and exit --threads=THREADS, -j THREADS Number of OpenMP threads to run; defaults to 1. Equivalent to setting OMP_NUM_THREADS environment variable. --cores=CORES Set number of OpenMP threads (as --threads) and in addition set affinity of threads to the cores given. --update Update deprecated class names in given script(s) using text search & replace. Changed files will be backed up with ~ suffix. Exit when done without running any simulation. --nice=NICE Increase nice level (i.e. decrease priority) by given number. -x Exit when the script finishes -n Run without graphical interface (equivalent to unsetting the DISPLAY environment variable) --generate-manpage=FILE Generate man page documenting this program and exit --rebuild Re-run build in the source directory, then run the updated yade with the same command line except --rebuild. The build profile for this build (deb) and its stored parameters will be used. --test Run regression test suite and exit; the exists status is 0 if all tests pass, 1 if a test fails and 2 for an unspecified exception. --debug Run the debug build, if available. --checks Run a series of user-defined check tests as described in /tmp/buildd/yade-0.80.1/scripts/checks-and-tests/checks/README --performance Starts a test to measure the productivity --no-gdb Do not show backtrace when yade crashes (only effective with --debug). SEE ALSO
yade-batch (1) COPYRIGHT
(C) 2003--2012 Yade Developers Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. BUGS
Please report bugs to the project's bug tracker at http://bugs.launchpad.net/yade AUTHOR
Yade Developers Team (http://www.launchpad.net/~yade-dev) yade 2012-7-4 yade(1)
Man Page