Opened 13 years ago

Last modified 12 years ago

#28128 closed enhancement

'single' variant for plplot — at Initial Version

Reported by: drs@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: plplot

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

Change History (0)

Note: See TracTickets for help on using tickets.