<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/cmake.scm, branch wip-postfix</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: cmake-minimal: Skip tests on the Hurd.</title>
<updated>2023-07-20T08:11:35+00:00</updated>
<author>
<name>Janneke Nieuwenhuizen</name>
<email>janneke@gnu.org</email>
</author>
<published>2023-06-12T18:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6f15b4204fb2205c1b6cae81d396b2a95bdd818e'/>
<id>6f15b4204fb2205c1b6cae81d396b2a95bdd818e</id>
<content type='text'>
* gnu/packages/cmake.scm (cmake-minimal)[arguments]: When building natively on
the Hurd, add %common-disabled-tests/hurd to skipped tests in phase 'check'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/cmake.scm (cmake-minimal)[arguments]: When building natively on
the Hurd, add %common-disabled-tests/hurd to skipped tests in phase 'check'.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: cmake-bootstrap: Fix build for the Hurd.</title>
<updated>2023-07-20T08:11:35+00:00</updated>
<author>
<name>Janneke Nieuwenhuizen</name>
<email>janneke@gnu.org</email>
</author>
<published>2023-06-12T14:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=07eff96a86670a693c1f9a5df52e5fc0062d4c78'/>
<id>07eff96a86670a693c1f9a5df52e5fc0062d4c78</id>
<content type='text'>
* gnu/packages/cmake.scm (%common-disabled-tests/hurd): New variable.
(cmake-bootstrap) [inputs]: Include libuv for the Hurd too.
[arguments]: Add %common-disabled-tests/hurd to #:make-flags for the Hurd.
Also add a 'patch-hurd' phase to fix the build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/cmake.scm (%common-disabled-tests/hurd): New variable.
(cmake-bootstrap) [inputs]: Include libuv for the Hurd too.
[arguments]: Add %common-disabled-tests/hurd to #:make-flags for the Hurd.
Also add a 'patch-hurd' phase to fix the build.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?.</title>
<updated>2023-06-17T12:38:32+00:00</updated>
<author>
<name>Janneke Nieuwenhuizen</name>
<email>janneke@gnu.org</email>
</author>
<published>2023-06-17T11:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ff690faf66d8f37ee6b679fcb7cf37e369624ee3'/>
<id>ff690faf66d8f37ee6b679fcb7cf37e369624ee3</id>
<content type='text'>
* gnu/packages/hurd.scm (hurd-target?): Remove.
(hurd-system?): Move to...
* guix/utils.scm (system-hurd?): ...here.
* gnu/packages/*: Update all users, removing (gnu packages hurd) include where
now unused.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/hurd.scm (hurd-target?): Remove.
(hurd-system?): Move to...
* guix/utils.scm (system-hurd?): ...here.
* gnu/packages/*: Update all users, removing (gnu packages hurd) include where
now unused.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'savannah/master' into core-updates</title>
<updated>2023-03-02T10:55:08+00:00</updated>
<author>
<name>Christopher Baines</name>
<email>mail@cbaines.net</email>
</author>
<published>2023-03-02T10:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7df09ee0ab3e7962ef27859ce87e06a323059284'/>
<id>7df09ee0ab3e7962ef27859ce87e06a323059284</id>
<content type='text'>
Conflicts:
	gnu/local.mk
	gnu/packages/autotools.scm
	gnu/packages/cmake.scm
	gnu/packages/gnuzilla.scm
	gnu/packages/haskell.scm
	gnu/packages/pdf.scm
	gnu/packages/python-xyz.scm
	gnu/packages/samba.scm
	gnu/packages/tex.scm
	gnu/packages/tls.scm
	gnu/packages/wxwidgets.scm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	gnu/local.mk
	gnu/packages/autotools.scm
	gnu/packages/cmake.scm
	gnu/packages/gnuzilla.scm
	gnu/packages/haskell.scm
	gnu/packages/pdf.scm
	gnu/packages/python-xyz.scm
	gnu/packages/samba.scm
	gnu/packages/tex.scm
	gnu/packages/tls.scm
	gnu/packages/wxwidgets.scm
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: cmake: Update to 3.25.1.</title>
<updated>2023-01-31T22:28:29+00:00</updated>
<author>
<name>Greg Hogan</name>
<email>code@greghogan.com</email>
</author>
<published>2022-12-23T14:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0e14096c586ac176d0bc2a305e48e4b8b21e796a'/>
<id>0e14096c586ac176d0bc2a305e48e4b8b21e796a</id>
<content type='text'>
* gnu/packages/cmake.scm (cmake): Update to 3.25.1.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/cmake.scm (cmake): Update to 3.25.1.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: cmake-minimal: Update to 3.24.2.</title>
<updated>2022-09-16T20:41:22+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2022-09-16T17:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3cf8b3dc574c5c0e8df1b76b9349db197ba54333'/>
<id>3cf8b3dc574c5c0e8df1b76b9349db197ba54333</id>
<content type='text'>
* gnu/packages/patches/cmake-curl-certificates.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.2
[source](patches): Use refreshed patch.
(cmake)[version, source]: Remove.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/patches/cmake-curl-certificates.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.2
[source](patches): Use refreshed patch.
(cmake)[version, source]: Remove.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'staging' into core-updates</title>
<updated>2022-09-15T15:43:21+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2022-09-15T15:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=4920f6e634eeecb37b501bdc024dfe0aab849ed0'/>
<id>4920f6e634eeecb37b501bdc024dfe0aab849ed0</id>
<content type='text'>
Conflicts resolved in:
	gnu/local.mk
	gnu/packages/cmake.scm
	gnu/packages/glib.scm
	gnu/packages/gnome.scm
	gnu/packages/gtk.scm
	gnu/packages/sdl.scm

pango-next, vala-next and librsvg-bootstrap were removed in the process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts resolved in:
	gnu/local.mk
	gnu/packages/cmake.scm
	gnu/packages/glib.scm
	gnu/packages/gnome.scm
	gnu/packages/gtk.scm
	gnu/packages/sdl.scm

pango-next, vala-next and librsvg-bootstrap were removed in the process.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: cmake: Update to 3.24.2.</title>
<updated>2022-09-14T04:02:39+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2022-09-14T02:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=76454d9af373da8b0ca5d47b278d67dc051ec09f'/>
<id>76454d9af373da8b0ca5d47b278d67dc051ec09f</id>
<content type='text'>
* gnu/packages/cmake.scm (cmake): Update to 3.24.2.
[source]: Adjust snippet to preserve "Utilities/cmelf".  Override with new
patch.
[native-inputs]: Use modify-inputs and remove labels.
* gnu/packages/patches/cmake-curl-certificates-3.24.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/cmake.scm (cmake): Update to 3.24.2.
[source]: Adjust snippet to preserve "Utilities/cmelf".  Override with new
patch.
[native-inputs]: Use modify-inputs and remove labels.
* gnu/packages/patches/cmake-curl-certificates-3.24.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: CMake: Update to 3.24.1.</title>
<updated>2022-09-01T21:37:12+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2022-08-29T10:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d5f69a9fe52c7bb41cb453a1b92e8a83e6b056b6'/>
<id>d5f69a9fe52c7bb41cb453a1b92e8a83e6b056b6</id>
<content type='text'>
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: CMake: Update to 3.23.2.</title>
<updated>2022-06-27T21:48:01+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2022-06-27T20:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0b0750e83144dc59b3c01f72c98c23c890e8de5b'/>
<id>0b0750e83144dc59b3c01f72c98c23c890e8de5b</id>
<content type='text'>
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.23.2.
(%preserved-third-party-files): Preserve bundled ELF header files.
* gnu/packages/patches/cmake-curl-certificates.patch: Adjust for upstream
changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.23.2.
(%preserved-third-party-files): Preserve bundled ELF header files.
* gnu/packages/patches/cmake-curl-certificates.patch: Adjust for upstream
changes.
</pre>
</div>
</content>
</entry>
</feed>
