<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/packages/ldc.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2018-09-10T15:47:52Z</updated>
<entry>
<title>gnu: Rename ldc.scm to dlang.scm.</title>
<updated>2018-09-10T15:47:52Z</updated>
<author>
<name>Pjotr Prins</name>
<email>pjotr.public12@thebird.nl</email>
</author>
<published>2018-09-10T15:46:58Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=98d6543f86d01486c2f6e808eedd97c601ba3e7a'/>
<id>urn:sha1:98d6543f86d01486c2f6e808eedd97c601ba3e7a</id>
<content type='text'>
* gnu/packages/ldc.scm: Rename to...
* gnu/packages/dlang.scm: ... this.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
</content>
</entry>
<entry>
<title>gnu: ldc: Update to 1.10.0.</title>
<updated>2018-09-10T15:47:52Z</updated>
<author>
<name>Pjotr Prins</name>
<email>pjotr.public12@thebird.nl</email>
</author>
<published>2018-09-09T15:57:42Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=633e8aab6990b9eff1f2f0e77d27dc17f163bbc4'/>
<id>urn:sha1:633e8aab6990b9eff1f2f0e77d27dc17f163bbc4</id>
<content type='text'>
* gnu/packages/ldc.scm (ldc): Update to 1.10.0.
[native-inputs]: Switch to LLVM and CLANG.
(ldc-bootstrap)[synopsis, description]: Tweak.
* gnu/packages/patches/ldc-disable-phobos-tests.patch: New file.
* gnu/packages/patches/ldc-1.7.0-disable-phobos-tests.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
<entry>
<title>gnu: ldc, bap: Build with Clang 3.8.</title>
<updated>2018-04-06T15:46:03Z</updated>
<author>
<name>Marius Bakke</name>
<email>mbakke@fastmail.com</email>
</author>
<published>2018-04-05T17:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=67b5785e3c57b031f8319cf373e84b5373d34a40'/>
<id>urn:sha1:67b5785e3c57b031f8319cf373e84b5373d34a40</id>
<content type='text'>
* gnu/packages/ldc.scm (ldc-bootstrap, ldc): Change LLVM and CLANG to LLVM-3.8
and CLANG-3.8.
* gnu/packages/ocaml.scm (bap)[native-inputs]: Change CLANG to CLANG-3.8.
[propagated-inputs, inputs]: Change LLVM to LLVM-3.8.
</content>
</entry>
<entry>
<title>gnu: ldc: Add comment.</title>
<updated>2018-02-21T11:07:13Z</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2018-02-21T11:07:13Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=781d721a8285712ea3e2e9dddc860cc0d1fd4616'/>
<id>urn:sha1:781d721a8285712ea3e2e9dddc860cc0d1fd4616</id>
<content type='text'>
* gnu/packages/ldc.scm (ldc): Add comment.
</content>
</entry>
<entry>
<title>gnu: dub: Use invoke.</title>
<updated>2018-02-21T01:52:01Z</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2018-02-21T01:52:01Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=a4960a204dc18d9ef9d94de448a2180a675e235d'/>
<id>urn:sha1:a4960a204dc18d9ef9d94de448a2180a675e235d</id>
<content type='text'>
* gnu/packages/ldc.scm (dub): Use invoke.
</content>
</entry>
<entry>
<title>gnu: rdmd: Use invoke.</title>
<updated>2018-02-21T01:51:13Z</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2018-02-21T01:51:13Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=12479d58be573c45cfdbdcd27e0bb1adb5babfb2'/>
<id>urn:sha1:12479d58be573c45cfdbdcd27e0bb1adb5babfb2</id>
<content type='text'>
* gnu/packages/ldc.scm (rdmd): Use invoke.
</content>
</entry>
<entry>
<title>gnu: ldc: Update to 1.7.0.</title>
<updated>2018-02-20T18:36:34Z</updated>
<author>
<name>Pjotr Prins</name>
<email>pjotr.public01@thebird.nl</email>
</author>
<published>2018-02-18T06:09:44Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=1b541c3e9375952f4d58dec3783eea2316c65967'/>
<id>urn:sha1:1b541c3e9375952f4d58dec3783eea2316c65967</id>
<content type='text'>
Fixes recent bootstrap and updates ldc and package manager to match.

* gnu/packages/ldc.scm (ldc-bootstrap): Update to 0.17.4.
[properties]: Add max-slient-time.
[arguments]&lt;#:phases&gt;[patch-phobos]: Update patches (see below).
(ldc): Update to 1.7.0.
(ldc-beta): Delete variable.
[arguments]&lt;#:phases&gt;[patch-phobos]: Update patches (see below).
[arguments]&lt;#:phases&gt;[check]: Use invoke.
(rdmd): Update to 2.077.1.
(dub): Update to 1.7.2.
* gnu/local.mk (dist_patch_DATA): Remove "ldc-disable-tests.patch".
Add "ldc-bootstrap-disable-tests.patch".
Remove "ldc-1.1.0-disable-phobos-tests.patch".
Add "ldc-1.7.0-disable-phobos-tests.patch".
Remove "ldc-1.1.0-disable-dmd-tests.patch".

Co-Authored-By: Danny Milosavljevic &lt;dannym@scratchpost.org&gt;
</content>
</entry>
<entry>
<title>gnu: ldc: Increase 'max-silent-time'.</title>
<updated>2018-02-16T10:10:12Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2018-02-16T09:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=469069b6e8e05a46e5fd52f1afa1102d2bb1d927'/>
<id>urn:sha1:469069b6e8e05a46e5fd52f1afa1102d2bb1d927</id>
<content type='text'>
Reported by Pjotr Prins &lt;pjotr.public12@thebird.nl&gt;.

* gnu/packages/ldc.scm (ldc-bootstrap)[properties]: New field.
</content>
</entry>
<entry>
<title>gnu: Move testing packages from python.scm to check.scm.</title>
<updated>2017-11-17T21:36:26Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2017-11-17T20:42:23Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=ac257f127ac5e1fd4758d3a05e4a19fde3af4e01'/>
<id>urn:sha1:ac257f127ac5e1fd4758d3a05e4a19fde3af4e01</id>
<content type='text'>
* gnu/packages/python.scm (python-behave-web-api, python2-behave-web-api,
python-mock, python2-mock, python-mock-2, python-nose, python2-nose,
python-nose2, python2-nose2, python-unittest2, python2-unittest2,
python-pytest, python2-pytest, python-pytest-3.0, python2-pytest-3.0,
python-pytest-cov, python2-pytest-cov, python-pytest-runner,
python2-pytest-runner, python-pytest-mock, python2-pytest-mock,
python-pytest-xdist, python2-pytest-xdist, python-scripttest,
python2-scripttest, python-testtools, python2-testtools, python-testscenarios,
python2-testscenarios, python-testresources, python2-testresources,
python-subunit, python2-subunit, python-fixtures, python2-fixtures,
python-testrepository, python2-testrepository, python-coverage,
python2-coverage, python-cov-core, python2-cov-core, python-testpath,
python2-testpath, python-testlib, python2-testlib, python-pytest-cache,
python2-pytest-cache, python-pytest-localserver, python-pytest-xprocess,
python-pytest-subtesthack, python2-pytest-subtesthack, python-hypothesis,
python2-hypothesis, python-lit, python2-lit, python-pytest-pep8,
python2-pytest-pep8, python-pytest-flakes, python2-pytest-flakes,
python2-coverage-test-runner, python-pylint, python2-pylint,
python-paramunittest, python2-python-paramunittest, python-pytest-warnings,
python2-pytest-warnings, python-pytest-capturelog, python2-pytest-capturelog,
python-pytest-catchlog, python2-pytest-catchlog, python-nosexcover,
python2-nosexcover, python-discover, python2-discover, behave, python-rednose,
python2-rednose, python-nose-randomly, python2-nose-randomly,
python-nose-timer, python2-nose-timer): Move from here...
* gnu/packages/check.scm: ...to here.
* gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/backup.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/calendar.scm,
gnu/packages/dav.scm,
gnu/packages/django.scm,
gnu/packages/freedesktop.scm,
gnu/packages/haskell.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/ldc.scm,
gnu/packages/libffi.scm,
gnu/packages/mail.scm,
gnu/packages/mpd.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/rdf.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm: Adjust accordingly.
</content>
</entry>
<entry>
<title>gnu: dub: Update to 1.5.0.</title>
<updated>2017-09-01T21:52:19Z</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2017-09-01T19:05:31Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=bbfc523d95589553a9e1ecf49ab05d7318837859'/>
<id>urn:sha1:bbfc523d95589553a9e1ecf49ab05d7318837859</id>
<content type='text'>
* gnu/packages/ldc.scm (dub): Update to 1.5.0.
</content>
</entry>
</feed>
