#28128: 'single' variant for plplot --------------------------+------------------------------------------------- Reporter: drs@… | Owner: takeshi@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: plplot --------------------------+------------------------------------------------- Changes (by jmr@…): * owner: macports-tickets@… => takeshi@… * port: => plplot Old description:
Some packages (outside of macports, perhaps) depend upon the single precision version of plplot. It would be useful if a 'single' variant could be added to the plplot Portfile, e.g.:
bash$ tail Portfile -DTK_LIBRARY=${prefix}/lib/libtk.dylib configure.args-append -DPLD_xcairo=OFF \ -DPLD_xwin=OFF \ -DPLD_tk=OFF \ -DENABLE_tk=OFF }
variant single { configure.args-append -DPL_DOUBLE=OFF } bash$
thanks, Darrell
New description: Some packages (outside of macports, perhaps) depend upon the single precision version of plplot. It would be useful if a 'single' variant could be added to the plplot Portfile, e.g.: {{{ bash$ tail Portfile -DTK_LIBRARY=${prefix}/lib/libtk.dylib configure.args-append -DPLD_xcairo=OFF \ -DPLD_xwin=OFF \ -DPLD_tk=OFF \ -DENABLE_tk=OFF } variant single { configure.args-append -DPL_DOUBLE=OFF } bash$ }}} thanks, Darrell -- Comment: Please remember to preview and use WikiFormatting, fill in the Port field, and cc the maintainer. -- Ticket URL: <https://trac.macports.org/ticket/28128#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS