DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] winget: Windows package manager
@ 2020-05-22  9:32 Thomas Monjalon
  2020-05-23  1:01 ` Dmitry Kozlyuk
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2020-05-22  9:32 UTC (permalink / raw)
  To: harini.ramakrishnan, eilong, pallavi.kadam, dmitrym, ophirmu,
	tbashar, fady, talshn, navasile, dmitry.kozliuk, ranjit.menon,
	ocardona, jizh
  Cc: dev

Hi,

Now there is an official package manager in Windows:
https://devblogs.microsoft.com/commandline/windows-package-manager-preview/

Who wants to build a DPDK package?

Where the manifest should be hosted? We used to have a directory pkg/...




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] winget: Windows package manager
  2020-05-22  9:32 [dpdk-dev] winget: Windows package manager Thomas Monjalon
@ 2020-05-23  1:01 ` Dmitry Kozlyuk
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Kozlyuk @ 2020-05-23  1:01 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: harini.ramakrishnan, eilong, pallavi.kadam, dmitrym, ophirmu,
	tbashar, fady, talshn, navasile, ranjit.menon, ocardona, jizh,
	dev

On Fri, 22 May 2020 11:32:05 +0200
Thomas Monjalon <thomas@monjalon.net> wrote:

> Hi,
> 
> Now there is an official package manager in Windows:
> https://devblogs.microsoft.com/commandline/windows-package-manager-preview/
> 
> Who wants to build a DPDK package?
> 
> Where the manifest should be hosted? We used to have a directory pkg/...

AFAICT from docs and GitHub, winget is not a package manager, but more like a
console client for downloading and running readily-available installers.
It does not provide a package format or package build infrastructure like RPM,
DEB, etc do. It doesn't even have a concept of dependency or an installation
script, it cannot even download an archive and extract it. What it has is a
repository with MS-approved manifests and lots of open questions (how are
these packages verified? who maintains them? what is update procedure?).

Winget repository contains no build tools for DPDK on Windows (Ninja, Clang,
MinGW-w64; it has Python for Meson, though). These are the ones we may want
manifested first.

IMO, Chocolatey is a way to go for Windows GSG, for it is mature and its
package database contains everything needed.

-- 
Dmitry Kozlyuk

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-23  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22  9:32 [dpdk-dev] winget: Windows package manager Thomas Monjalon
2020-05-23  1:01 ` Dmitry Kozlyuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).