Skip to content
Snippets Groups Projects
  1. Aug 27, 2015
  2. Aug 26, 2015
    • Ludovic Courtès's avatar
      Add 'guix graph'. · 88856916
      Ludovic Courtès authored
      * guix/scripts/graph.scm, tests/graph.scm, tests/guix-graph.sh,
        doc/images/coreutils-bag-graph.dot, doc/images/coreutils-graph.dot: New
        files.
      * Makefile.am (MODULES): Add guix/scripts/graph.scm.
        (SH_TESTS): Add tests/guix-graph.sh.
        (SCM_TESTS): Add tests/graph.scm.
      * doc.am (DOT_FILES, DOT_VECTOR_GRAPHICS): New variables.
        (EXTRA_DIST): Use them.
        (dist_infoimage_DATA): Use $(DOT_FILES).
        (pdf-local, info-local, ps-local): Likewise.
      * doc/guix.texi (Packages with Multiple Outputs): Add cross-reference to 'guix
        graph'.
        (Invoking guix gc): Likewise.
        (Invoking guix graph): New section.
      88856916
    • Ludovic Courtès's avatar
      build: Do not build (guix build syscalls) if 'mount' is missing from libc. · 12e5b266
      Ludovic Courtès authored
      This disables compilation of this module on GNU/Hurd.
      Reported by Manolis Ragkousis <manolis837@gmail.com>.
      
      * m4/guix.m4 (GUIX_CHECK_LIBC_MOUNT): New variable.
      * configure.ac: Use it.  Define 'BUILD_SYSCALLS_MODULE' conditional.
      * Makefile.am (MODULES, EXTRA_DIST): Make 'guix/build/syscalls.scm'
        conditional on BUILD_SYSCALLS_MODULE.
      12e5b266
    • Ludovic Courtès's avatar
      gexp: Add 'lower-object'. · c2b84676
      Ludovic Courtès authored
      * guix/gexp.scm (lower-object): New procedure.
        (lower-inputs, lower-references, gexp->sexp): Use it.
      * tests/gexp.scm ("lower-object"): New test.
      * doc/guix.texi (G-Expressions): Document it.
      c2b84676
    • Ricardo Wurmus's avatar
      gnu: Add BioPerl. · f7283db3
      Ricardo Wurmus authored
      * gnu/packages/bioinformatics.scm (bioperl-minimal): New variable.
      f7283db3
  3. Aug 25, 2015
  4. Aug 24, 2015
    • Andy Wingo's avatar
      gnu: llvm: Update to 3.6.2. · be23021d
      Andy Wingo authored
      * gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.6.2.
      be23021d
    • Andy Wingo's avatar
      gnu: clang-runtime: New package, propagated by clang. · b81f5693
      Andy Wingo authored
      * gnu/packages/llvm.scm (clang-runtime-from-llvm): New function.
        (clang-from-llvm): Add clang-runtime argument and propagate clang-runtime
        input.
        (clang-runtime, clang-runtime-3.5): New variables.
        (clang, clang-3.5): Adapt to propagate clang-runtime modules.
      b81f5693
    • Andy Wingo's avatar
      gnu: Simplify LLVM build. · 22d0e9b7
      Andy Wingo authored
      * gnu/packages/llvm.scm (llvm)[arguments]: Remove phases argument.
        Add to configure-flags "-DCMAKE_SKIP_BUILD_RPATH=FALSE" and
        "-DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE".
      22d0e9b7
  5. Aug 23, 2015
  6. Aug 24, 2015
  7. Aug 23, 2015
Loading