[MacPorts] #28128: 'single' variant for plplot
#28128: 'single' variant for plplot --------------------------+------------------------------------------------- Reporter: drs@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: --------------------------+------------------------------------------------- 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 -- Ticket URL: <https://trac.macports.org/ticket/28128> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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
#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 --------------------------+------------------------------------------------- Comment(by takeshi@…): Isn't it better to create a separate port i.e. plplot-single? -- Ticket URL: <https://trac.macports.org/ticket/28128#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 --------------------------+------------------------------------------------- Comment(by jmr@…): This could now be implemented as a subport if desired. -- Ticket URL: <https://trac.macports.org/ticket/28128#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 --------------------------+------------------------------------------------- Comment(by takeshi@…): Where can I find a way to write subport. I don't find any in guide, man portfile or PortfileRecipes. -- Ticket URL: <https://trac.macports.org/ticket/28128#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28128: 'single' variant for plplot ---------------------------+------------------------------------------------ Reporter: drs@… | Owner: takeshi@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: plplot | ---------------------------+------------------------------------------------ Changes (by takeshi@…): * status: new => closed * resolution: => fixed Comment: I created plplot-single subport. It is independent from plplot so it can be installed separately and co-exist with plplot (double). Committed in r92763. -- Ticket URL: <https://trac.macports.org/ticket/28128#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts