> 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
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to