<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix-science, branch wip-rekado</title>
<subtitle>Free scientific packages for GNU Guix.</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix-science/'/>
<entry>
<title>WIP Add tensorflow</title>
<updated>2023-10-21T16:13:28+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2023-10-21T16:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix-science/commit/?id=8bd21a232bb3f23d34482f254ad7e84e860f5f04'/>
<id>8bd21a232bb3f23d34482f254ad7e84e860f5f04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python: python-jaxlib/wheel: Update hash.</title>
<updated>2023-10-20T21:51:52+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2023-10-20T21:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix-science/commit/?id=0b4506317ca10f3d9d7fe6c7ab803aba47408527'/>
<id>0b4506317ca10f3d9d7fe6c7ab803aba47408527</id>
<content type='text'>
This is due to a change in the bazel-6 package.

* guix-science/packages/python.scm (python-jaxlib/wheel): Update hash
of vendored sources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is due to a change in the bazel-6 package.

* guix-science/packages/python.scm (python-jaxlib/wheel): Update hash
of vendored sources.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Move extra configuration out of bazel-vendored-inputs.</title>
<updated>2023-10-20T21:50:08+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2023-10-20T21:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix-science/commit/?id=68b45511e50532465fa108ca820880d598c5fbce'/>
<id>68b45511e50532465fa108ca820880d598c5fbce</id>
<content type='text'>
* guix-science/packages/python.scm (bazel-vendored-inputs): Accept
argument extra-configuration; remove configuration specific to jaxlib.
(python-jaxlib/wheel)[arguments]: Pass value to bazel-vendored-inputs
via extra-configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix-science/packages/python.scm (bazel-vendored-inputs): Accept
argument extra-configuration; remove configuration specific to jaxlib.
(python-jaxlib/wheel)[arguments]: Pass value to bazel-vendored-inputs
via extra-configuration.
</pre>
</div>
</content>
</entry>
<entry>
<title>bazel: Patch generated shebangs in Python toolchain.</title>
<updated>2023-10-20T20:17:53+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2023-10-20T20:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix-science/commit/?id=99d9ba7a2731dfde19481cebc47a663668b06e14'/>
<id>99d9ba7a2731dfde19481cebc47a663668b06e14</id>
<content type='text'>
* guix-science/packages/bazel.scm (bazel-6)[arguments]: Patch Python
toolchain templates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix-science/packages/bazel.scm (bazel-6)[arguments]: Patch Python
toolchain templates.
</pre>
</div>
</content>
</entry>
<entry>
<title>bazel: Replace some of the bundled Jars.</title>
<updated>2023-10-20T20:15:20+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2023-10-20T20:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix-science/commit/?id=aa7895e297bb9b7549293da5ea288705c13dd427'/>
<id>aa7895e297bb9b7549293da5ea288705c13dd427</id>
<content type='text'>
* guix-science/packages/bazel.scm (bazel-6)[source]: Delet some
bundled jars.
[arguments]: Add phase 'prepare-jars.
[inputs]: Remove java-asm, java-commons-lang3, java-commons-pool,
java-fasterxml-jackson-core, java-guava, java-gson, and java-junit;
add java-commons-io, java-commons-lang, and java-hamcrest-core.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix-science/packages/bazel.scm (bazel-6)[source]: Delet some
bundled jars.
[arguments]: Add phase 'prepare-jars.
[inputs]: Remove java-asm, java-commons-lang3, java-commons-pool,
java-fasterxml-jackson-core, java-guava, java-gson, and java-junit;
add java-commons-io, java-commons-lang, and java-hamcrest-core.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: eigen-for-python-ml-dtypes: Disable tests.</title>
<updated>2023-10-20T05:03:33+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2023-10-20T05:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix-science/commit/?id=5956a1bc885df436fd8ec6852ff70727df29adab'/>
<id>5956a1bc885df436fd8ec6852ff70727df29adab</id>
<content type='text'>
*
guix-science/packages/python.scm (eigen-for-python-ml-dtypes)[arguments]:
Disable tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*
guix-science/packages/python.scm (eigen-for-python-ml-dtypes)[arguments]:
Disable tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Add missing module import.</title>
<updated>2023-10-19T21:55:18+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2023-10-19T21:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix-science/commit/?id=a7ed02c6d3dd713ec1793155bad325b5ad43176f'/>
<id>a7ed02c6d3dd713ec1793155bad325b5ad43176f</id>
<content type='text'>
This is for eigen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is for eigen.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Add python-jax.</title>
<updated>2023-10-19T21:42:32+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2023-10-19T21:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix-science/commit/?id=fbebe0d0d3a3d584105a18b97c8c3b3f886de901'/>
<id>fbebe0d0d3a3d584105a18b97c8c3b3f886de901</id>
<content type='text'>
* guix-science/packages/python.scm (python-jax): New variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix-science/packages/python.scm (python-jax): New variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Add python-jaxlib.</title>
<updated>2023-10-19T21:39:15+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2023-10-19T21:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix-science/commit/?id=bd6ffc6aa4d7aa24a17d28fdf5265a6473342d19'/>
<id>bd6ffc6aa4d7aa24a17d28fdf5265a6473342d19</id>
<content type='text'>
This commit adds what might later become a generic bazel-build-system.
BAZEL-VENDORED-INPUTS is a procedure that uses Bazel to compute a
source code bundle for a given configuration.  This bundle is then
used as an input in the actual package where Bazel is convinced to
accept the bundle instead of fetching source code over the internet
all over again.

* guix-science/packages/python.scm (bazel-vendored-inputs): New
procedure.
(python-jaxlib/wheel, python-jaxlib): New variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds what might later become a generic bazel-build-system.
BAZEL-VENDORED-INPUTS is a procedure that uses Bazel to compute a
source code bundle for a given configuration.  This bundle is then
used as an input in the actual package where Bazel is convinced to
accept the bundle instead of fetching source code over the internet
all over again.

* guix-science/packages/python.scm (bazel-vendored-inputs): New
procedure.
(python-jaxlib/wheel, python-jaxlib): New variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Add python-ml-dtypes.</title>
<updated>2023-10-19T21:36:03+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2023-10-19T17:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix-science/commit/?id=ee18bdb7f38967ed6c50dbf36268bd7fb12de85b'/>
<id>ee18bdb7f38967ed6c50dbf36268bd7fb12de85b</id>
<content type='text'>
* guix-science/packages/python.scm (eigen-for-python-ml-dtypes): New
variable.
(python-ml-dtypes): New variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix-science/packages/python.scm (eigen-for-python-ml-dtypes): New
variable.
(python-ml-dtypes): New variable.
</pre>
</div>
</content>
</entry>
</feed>
