all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gfleury@disroot.org
To: 42197@debbugs.gnu.org
Subject: [bug#42197] updated patch
Date: Thu, 16 Jul 2020 14:43:44 +0000	[thread overview]
Message-ID: <ba09088eaa6c585970c04297d6b574dd@disroot.org> (raw)
In-Reply-To: <20200704140025.3602-1-gfleury@disroot.org>


[-- Attachment #1.1: Type: text/plain, Size: 30 bytes --]

ping with a revisited patch.

[-- Attachment #1.2: Type: text/html, Size: 262 bytes --]

[-- Attachment #2: 0001-gnu-Add-gdc.patch --]
[-- Type: application/octet-stream, Size: 796 bytes --]

From 8733b5f0593939f7f45da77c78b2c4134b7eee31 Mon Sep 17 00:00:00 2001
From: guy fleury iteriteka <gfleury@disroot.org>
Date: Thu, 16 Jul 2020 16:33:02 +0200
Subject: [PATCH 1/2] gnu: Add gdc.

* gnu/packages/commencement.scm(gdc-10): New variable
---
 gnu/packages/gcc.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 9e88109..9ff5e3d 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -692,6 +692,11 @@ as the 'native-search-paths' field."
    (custom-gcc gcc "gfortran" '("fortran")
                %generic-search-paths)))
 
+(define-public gdc-10
+  (hidden-package
+   (custom-gcc gcc-10 "gdc" '("d")
+               %generic-search-paths)))
+
 (define-public libgccjit
   (package
     (inherit gcc-9)
-- 
2.25.1


[-- Attachment #3: 0002-gnu-Add-gdc-toolchain.patch --]
[-- Type: application/octet-stream, Size: 1661 bytes --]

From 13b2cb35940b5e90b1fe5388a902feed4ee1f000 Mon Sep 17 00:00:00 2001
From: guy fleury iteriteka <gfleury@disroot.org>
Date: Thu, 16 Jul 2020 16:35:14 +0200
Subject: [PATCH 2/2] gnu: Add gdc-toolchain.

* gnu/packages/commencement.scm(gdc-toolchain) New variable.
---
 gnu/packages/commencement.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ef250e0..f86f514 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2018, 2019, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Timothy Sample <samplet@ngyro.com>
+;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3897,6 +3898,14 @@ binaries, plus debugging symbols in the @code{debug} output), and Binutils.")
 (define-public gcc-toolchain-10
   (make-gcc-toolchain gcc-10))
 
+(define-public gdc-toolchain-10
+  (package (inherit (make-gcc-toolchain gdc-10))
+    (synopsis "Complete GCC tool chain for D lang development")
+    (description "This package provides a complete GCC tool chain for
+D lang development to be installed in user profiles.  This includes
+gdc, as well as libc (headers and binaries, plus debugging symbols
+in the @code{debug} output), and binutils.")))
+
 ;; Provide the Fortran toolchain package only for the version of gfortran that
 ;; is used by Guix internally to build Fortran libraries, because combining
 ;; code compiled with different versions can cause problems.
-- 
2.25.1


  parent reply	other threads:[~2020-07-16 14:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-04 14:00 [bug#42197] [PATCH 1/2] gnu: Add gdc guy fleury iteriteka
2020-07-04 14:00 ` [bug#42196] [PATCH 2/2] gnu: Add gdc-toolchain guy fleury iteriteka
2020-07-24 10:38   ` bug#42196: " Ludovic Courtès
2020-07-16 14:43 ` gfleury [this message]
2020-07-16 20:17   ` [bug#42197] updated patch Efraim Flashner
2020-07-18 20:30   ` gfleury
2020-07-19 17:25     ` bug#42197: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ba09088eaa6c585970c04297d6b574dd@disroot.org \
    --to=gfleury@disroot.org \
    --cc=42197@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.