* boost 1-60 @ 2016-01-06 23:33 carl hansen 2016-01-07 22:53 ` Ben Woodcroft 0 siblings, 1 reply; 6+ messages in thread From: carl hansen @ 2016-01-06 23:33 UTC (permalink / raw) To: help-guix [-- Attachment #1: Type: text/plain, Size: 179 bytes --] I see from guix-devel boost-1.60 is now included. I guix package -i boost, but I get 1.58 I do a guix pull;guix package -i boost and still don't get 1.60 What am I doing wrong? [-- Attachment #2: Type: text/html, Size: 285 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: boost 1-60 2016-01-06 23:33 boost 1-60 carl hansen @ 2016-01-07 22:53 ` Ben Woodcroft 2016-01-08 0:30 ` carl hansen 0 siblings, 1 reply; 6+ messages in thread From: Ben Woodcroft @ 2016-01-07 22:53 UTC (permalink / raw) To: carl hansen, help-guix [-- Attachment #1: Type: text/plain, Size: 371 bytes --] Hi Carl, On 07/01/16 09:33, carl hansen wrote: > I see from guix-devel boost-1.60 is now included. Actually Boost 1.60 has not yet been included in the master branch, so pulling will not grab it. If you wish to use it then you will either need to apply the patches sent to the mailing list yourself, or wait the patches have been integrated into master. Thanks, ben [-- Attachment #2: Type: text/html, Size: 1060 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: boost 1-60 2016-01-07 22:53 ` Ben Woodcroft @ 2016-01-08 0:30 ` carl hansen 2016-01-08 2:38 ` Leo Famulari 0 siblings, 1 reply; 6+ messages in thread From: carl hansen @ 2016-01-08 0:30 UTC (permalink / raw) To: Ben Woodcroft; +Cc: help-guix [-- Attachment #1: Type: text/plain, Size: 802 bytes --] On Thu, Jan 7, 2016 at 2:53 PM, Ben Woodcroft <b.woodcroft@uq.edu.au> wrote: > Hi Carl, > > On 07/01/16 09:33, carl hansen wrote: > > I see from guix-devel boost-1.60 is now included. > > Actually Boost 1.60 has not yet been included in the master branch, so > pulling will not grab it. If you wish to use it then you will either need > to apply the patches sent to the mailing list yourself, or wait the patches > have been integrated into master. > > Thanks, > ben > Ok thanks for your replys, Ben and Eric. I'm just trying to figure out how the systems of guix and hydra work.. When do changes get applied to 'master'? I did guix refresh and I see 200 packages can be updated. Can that be automated? It's kind of annoying to get not up to date packages, especially to obsessive/compulsive geeks. [-- Attachment #2: Type: text/html, Size: 1784 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: boost 1-60 2016-01-08 0:30 ` carl hansen @ 2016-01-08 2:38 ` Leo Famulari 2016-01-08 10:10 ` Ludovic Courtès 0 siblings, 1 reply; 6+ messages in thread From: Leo Famulari @ 2016-01-08 2:38 UTC (permalink / raw) To: carl hansen; +Cc: help-guix On Thu, Jan 07, 2016 at 04:30:02PM -0800, carl hansen wrote: > On Thu, Jan 7, 2016 at 2:53 PM, Ben Woodcroft <b.woodcroft@uq.edu.au> wrote: > > > Hi Carl, > > > > On 07/01/16 09:33, carl hansen wrote: > > > > I see from guix-devel boost-1.60 is now included. > > > > Actually Boost 1.60 has not yet been included in the master branch, so > > pulling will not grab it. If you wish to use it then you will either need > > to apply the patches sent to the mailing list yourself, or wait the patches > > have been integrated into master. > > > > Thanks, > > ben > > > > Ok thanks for your replys, Ben and Eric. > I'm just trying to figure out how the systems of guix and hydra work.. > When do changes get applied to 'master'? What you saw on the mailing list was a work-in-progress patch under review. When the patch is approved and applied to the master branch of the Guix git repo [0], you can see it in the log. At that time, you can update your package definitions like this... $ guix pull Then, to update all the packages in your profile, do $ guix package --upgrade To upgrade only package 'foo', do $ guix package --upgrade foo If you are familiar with Debian, Ubuntu, or Linux Mint: apt-get update == guix pull apt-get upgrade == guix package --upgrade > > I did guix refresh > and I see 200 packages can be updated. Can that be automated? It's kind of > annoying to get not up to date packages, especially to obsessive/compulsive > geeks. `guix refresh` doesn't need to be used here. Use `guix package` for installing, upgrading, and removing software. [0] http://git.savannah.gnu.org/cgit/guix.git There is also a guix-commits mailing list that emails you the git log. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: boost 1-60 2016-01-08 2:38 ` Leo Famulari @ 2016-01-08 10:10 ` Ludovic Courtès 2016-01-08 21:34 ` Andreas Enge 0 siblings, 1 reply; 6+ messages in thread From: Ludovic Courtès @ 2016-01-08 10:10 UTC (permalink / raw) To: Leo Famulari; +Cc: help-guix Leo Famulari <leo@famulari.name> skribis: > On Thu, Jan 07, 2016 at 04:30:02PM -0800, carl hansen wrote: [...] >> I did guix refresh >> and I see 200 packages can be updated. Can that be automated? It's kind of >> annoying to get not up to date packages, especially to obsessive/compulsive >> geeks. > > `guix refresh` doesn't need to be used here. Use `guix package` for > installing, upgrading, and removing software. And ‘guix pull’ to update the package definitions available at your site (similar to ‘apt-get update’.) ‘guix refresh’ is a helper for Guix developers, as mentioned in the manual (info "(guix) Invoking guix refresh"). Ludo’. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: boost 1-60 2016-01-08 10:10 ` Ludovic Courtès @ 2016-01-08 21:34 ` Andreas Enge 0 siblings, 0 replies; 6+ messages in thread From: Andreas Enge @ 2016-01-08 21:34 UTC (permalink / raw) To: Ludovic Courtès; +Cc: help-guix On Fri, Jan 08, 2016 at 11:10:09AM +0100, Ludovic Courtès wrote: > ‘guix refresh’ is a helper for Guix developers, as mentioned in the > manual (info "(guix) Invoking guix refresh"). But you are invited to become a Guix developer, Carl, by submitting patches to this mailing list! Andreas ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-01-08 21:35 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-01-06 23:33 boost 1-60 carl hansen 2016-01-07 22:53 ` Ben Woodcroft 2016-01-08 0:30 ` carl hansen 2016-01-08 2:38 ` Leo Famulari 2016-01-08 10:10 ` Ludovic Courtès 2016-01-08 21:34 ` Andreas Enge
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 read-only IMAP folder(s) and NNTP newsgroup(s).