Marco van Hulten writes:
> Hi all—
>
> On a freshly installed Ubuntu 18.04 I installed Guix following the
> instructions on, except for the fact that I did it from grml in a
> chroot(8)ed environment
>
>
> https://www.gnu.org/software/guix/manual/en/html_node/Binary-Installation.html
>
> R
Hi all—
On a freshly installed Ubuntu 18.04 I installed Guix following the
instructions on, except for the fact that I did it from grml in a
chroot(8)ed environment
https://www.gnu.org/software/guix/manual/en/html_node/Binary-Installation.html
Rebooting into Ubuntu I was happy to find that
Hi Simon,
> On Tue, 12 Feb 2019 at 23:24, Ricardo Wurmus wrote:
>
>> Is this the right way to hide the package (see patch)? I searched for
>> GCC on the command line with “guix package --search=gcc” and the results
>> did not include the plain gcc packages.
>
> The `hidden-package` function, i
Hi Ricardo,
On Tue, 12 Feb 2019 at 23:24, Ricardo Wurmus wrote:
> Is this the right way to hide the package (see patch)? I searched for
> GCC on the command line with “guix package --search=gcc” and the results
> did not include the plain gcc packages.
The `hidden-package` function, is it docu
Dear Eric,
Thank you for your answer.
On Wed, 20 Feb 2019 at 05:19, Eric Bavier wrote:
> OpenBLAS will use as many threads as the OpenMP runtime will give it,
> which is by default one per CPU. I think this default does not take
> into account hyperthreads, which htop shows as a separate "cpu
There is one issue though that I get on startup:
--8<---cut here---start->8---
Initializing SDL 2.0.9
Failed loading "libGLU.so.1"
Failed loading GLU. GL modes will be unavailable. Error: Passed a NULL mutex
--8<---cut here---end
I needed to add a custom 'install phase:
--8<---cut here---start->8---
(modify-phases %standard-phases
(delete 'configure)
(add-after 'set-paths 'set-sdl-paths
;; The makefile adds the output of `sdl2-config --cflags` to the
Pierre Neidhardt writes:
> I've rebooted, but I'm not sure where I'm supposed to see those messages, they
> scroll through pretty fast! I feel like I must be misunderstanding :p
I wish I knew the answer, but I'm not sure. I would have expected it to
print the message either during "reconfigure