Question about one package

2021-03-08 Thread Charles Direg
Good morning, to whom it may concern: First of all, I apologize for using a Gmail email, it happens that I do not know any mail server that is free, but, if you could give me any recommendation in this regard, I would greatly appreciate it. The software that is on this page: https://www.simulide

Re: Question about one package

2021-03-09 Thread Charles Direg
Hello Ricardo and jbranso, thank you very much for your reply. I appreciate your comments and will take them into account. Agreed Ricardo, I will read the cookbook, thanks for the recommendation ... If I would like to continue learning Guix and especially put it as my main system, only that I was

Re: Question about one package

2021-03-26 Thread Charles Direg
Hello everyone, I have a question, how can I optimize the compilation of packages with guix when I use --no-substitutes, for example to modify the flags for gcc like -mcpu=native, -march=native and -mtune=native? Thanks in advance... On Mon, Mar 8, 2021 at 10:02 AM Charles Direg wrote: > G

How to compile native?

2021-04-06 Thread Charles Direg
Hi, How can I do a compilation of the packages natively? What I mean is that, for example in Gentoo it can be used inside /etc/portage/make.conf: CFLAGS="-O2 -march=native -mtune=native" Is that possible in guix? Thank you very much for your time, I will be waiting for your kind responses. Gree