Opened 13 years ago

Last modified 12 years ago

#28128 closed enhancement

'single' variant for plplot — at Version 1

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

Description (last modified by jmroot (Joshua Root))

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 (1)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: changed from macports-tickets@… to takeshi@…
Port: plplot added

Please remember to preview and use WikiFormatting, fill in the Port field, and cc the maintainer.

Note: See TracTickets for help on using tickets.