From: Valery P. <pi...@is...> - 2007-05-29 06:36:11
|
Dear Arjen, Thanks for the help. The problem disappeared when I disable f77 as well. best regards, Valery On Tue, 29 May 2007 06:17:56 +0200 (CEST) Arjen Markus wrote: > > Dear Group, > > > > I wanted to package plplot to rpm. I have used the spec from > > fedora-7. It uses > > cmake for building plplot. The question is how to disable some > > features, for > > example I don't need f95 and tcl. I'm sorry for asking such a simple > > questions in the list. > > > > You can use the -DENABLE_fetaure option for language bindings: > > cmake -DENABLE_f95:BOOL=OFF -DENABLE_tcl:BOOL=OFF > > Be sure to start with a clean sheet (i.e. no CMakeCache.txt file etc > in the build directory). > > (The above form may not be the minimal, but it works. For devices > you need the -DPLD_device option: -DPLD_ps:BOOL=OFF for instance). > > Regards, > > Arjen > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Plplot-general mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-general > |