guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] guix source archive branch, core-updates, updated. v0.1-334-g9be8d


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, core-updates, updated. v0.1-334-g9be8d7c
Date: Sat, 30 Mar 2013 21:58:44 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, core-updates has been updated
       via  9be8d7c8cb1b1ee4d1f3ba7360320527199b4a0d (commit)
       via  a18eda2747fa2eb962e3288066d2b1a679589ed3 (commit)
       via  5cfdb4bcac145abb4f6ce29aaf8fd46504e9e0a9 (commit)
       via  a96748bb46c6da65c7d66cb6d4f0d6f19febda27 (commit)
      from  4928e50033615e1d130dd84f131eff4cbc702ccf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9be8d7c8cb1b1ee4d1f3ba7360320527199b4a0d
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 30 22:50:45 2013 +0100

    gnu: Define `native-search-paths' for Automake, Guile, and Python.
    
    * gnu/packages/autotools.scm (automake)[native-search-paths]: New field.
    * gnu/packages/guile.scm (guile-1.8)[native-search-paths]: New field.
      (guile-2.0)[native-search-paths]: New field.
    * gnu/packages/python.scm (python)[native-search-paths]: New field.

commit a18eda2747fa2eb962e3288066d2b1a679589ed3
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 30 22:56:38 2013 +0100

    packages: Add `native-search-paths' field and honor it.
    
    * guix/packages.scm (<search-path-specification>): New record type.
      (search-path-specification->sexp): New procedure.
      (<package>)[native-search-paths]: New field.
      (package-derivation): Accumulate the search paths, and pass them
      as #:search-paths toe BUILDER.
    * guix/build-system/gnu.scm (gnu-build): Add #:search-paths.  Compute
      `implicit-search-paths'.  Pass #:search-paths in BUILDER.
    * guix/build-system/perl.scm (perl-build): Add #:search-paths, pass it
      to BUILDER with the search paths of PERL.
    * guix/build-system/cmake.scm (cmake-build): Add #:search-paths, pass it
      to BUILDER.
    * guix/build-system/trivial.scm (trivial-build): Add #:search-paths,
      ignore it.
    * guix/build/gnu-build-system.scm (set-paths): Add #:search-paths.
      Remove explicit settings of CPATH, LIBRARY_PATH, and PKG_CONFIG_PATH.
      Instead, walk SEARCH-PATHS and call `set-path-environment-variable'
      for them.
    * guix/build/perl-build-system.scm (perl-build): Remove PERL5LIB setting.
    * tests/packages.scm ("search paths"): New test.
    * gnu/packages/bootstrap.scm (%bootstrap-guile)[raw]: Add
      #:search-paths.
      (%bootstrap-gcc): Add `native-search-paths' field.
    * gnu/packages/perl.scm (perl): Likewise.
    * gnu/packages/pkg-config.scm (pkg-config): Likewise.
    * gnu/packages/glib.scm (intltool): Remove `arguments'.
    * gnu/packages/avahi.scm (avahi): Remove #:phases.

commit 5cfdb4bcac145abb4f6ce29aaf8fd46504e9e0a9
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 30 21:49:17 2013 +0100

    build: Pass the appropriate flags when building `libstore.a'.
    
    * daemon.am (libstore_a_CFLAGS): Rename to...
      (libstore_a_CXXFLAGS): ... this.

commit a96748bb46c6da65c7d66cb6d4f0d6f19febda27
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 30 11:31:50 2013 +0100

    build-system/gnu: Remove #:path-exclusions parameter.
    
    * guix/build/gnu-build-system.scm (set-paths): Remove `path-exclusions'
      parameter.  Replace `relevant-input-directories' by
      `input-directories'.
    * guix/build-system/gnu.scm (gnu-build): Remove `path-exclusions'
      parameter; don't pass it in BUILDER.
    * guix/build-system/cmake.scm (cmake-build): Likewise.

-----------------------------------------------------------------------

Summary of changes:
 daemon.am                        |    2 +-
 gnu/packages/autotools.scm       |    5 ++++
 gnu/packages/avahi.scm           |   14 +----------
 gnu/packages/bootstrap.scm       |   10 +++++++-
 gnu/packages/gcc.scm             |    8 ++++++
 gnu/packages/glib.scm            |   12 ---------
 gnu/packages/guile.scm           |   13 ++++++++++
 gnu/packages/perl.scm            |    3 ++
 gnu/packages/pkg-config.scm      |    5 ++++
 gnu/packages/python.scm          |    4 +++
 guix/build-system/cmake.scm      |    5 ++-
 guix/build-system/gnu.scm        |   27 +++++++++++++++++----
 guix/build-system/perl.scm       |    7 +++++
 guix/build-system/trivial.scm    |    6 +++-
 guix/build/gnu-build-system.scm  |   38 ++++++++++-------------------
 guix/build/perl-build-system.scm |    4 ---
 guix/packages.scm                |   49 ++++++++++++++++++++++++++++++-------
 tests/packages.scm               |   36 +++++++++++++++++++++++++++
 18 files changed, 173 insertions(+), 75 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]