[racket-dev] Re: Racket infrastructure improvements

2020-05-10 Thread Juan Francisco Cantero Hurtado
, and of course the people doing the work to set up all the infrastructure. Sam -- Juan Francisco Cantero Hurtado http://juanfra.info -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving e

[racket-dev] Re: porting Chez to ARM & RISC-V (aarch64 & rv64)

2020-05-01 Thread Juan Francisco Cantero Hurtado
w architecture with Linux, add it also for the BSDs even if you can't test properly the changes on *BSD. The Chez build system is way different to the traditional build systems and that would help the package maintainers to test your changes. Cheers. -- Juan Francisco Cantero Hurtado http:

[racket-dev] --enable-csdefault vs --enable-csonly

2019-12-04 Thread Juan Francisco Cantero Hurtado
Hi, I would like to change the OpenBSD Racket port to the CS version to run some tests. What switch should I pass to configure? --enable-csdefault or --enable-csonly?. I'm using the racket-minimal tarball and the raco packages are installed manually as a regular user. -- Juan Francisco

[racket-dev] Re: compiling 6.12 on OpenBSD

2018-01-30 Thread Juan Francisco Cantero Hurtado
sr/local/share/doc/pkg-readmes/). -- Juan Francisco Cantero Hurtado http://juanfra.info -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-d

[racket-dev] Re: Racket-on-Chez status

2017-07-27 Thread Juan Francisco Cantero Hurtado
move the executable to $HOME, it will not work because /home is not mounted as "wxallowed". -- Juan Francisco Cantero Hurtado http://juanfra.info -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from t

Re: [racket-dev] Re: Release Announcement for v6.4

2016-01-25 Thread Juan Francisco Cantero Hurtado
On lunes, 25 de enero de 2016 16:46:58 (CET) Vincent St-Amour wrote: >On Mon, 25 Jan 2016 16:32:41 -0600, > >Juan Francisco Cantero Hurtado wrote: >> On 25/01/16 19:24, Vincent St-Amour wrote: >> > Juan Francisco Cantero Hurtado: >>

[racket-dev] Re: support for arm64 / aarch64

2015-12-18 Thread Juan Francisco Cantero Hurtado
On 19/12/15 00:04, David Bremner wrote: Juan Francisco Cantero Hurtado <i...@juanfra.info> writes: On Friday 18 December 2015 13:42:32 Matthew Flatt wrote: At Fri, 18 Dec 2015 13:21:29 -0400, David Bremner wrote: I can try a single threaded build later, but I wondered if the huge

[racket-dev] Any long-term plan related to GMP and Lightning?

2015-08-14 Thread Juan Francisco Cantero Hurtado
Hi. I'm working in the OpenBSD/Sparc64 port of Racket. Hopefully, there is only one remaining bug related to foreign/ffi. It was pretty easy. I ran racket-benchmarks/shootout and it was amazingly slow, I gave up after the first test and I cancelled the script. Racket's GMP code lacks the

[racket-dev] Re: support for arm64 / aarch64

2015-07-04 Thread Juan Francisco Cantero Hurtado
:11:59 +0200, Juan Francisco Cantero Hurtado wrote: Racket builds fine on linux/ppc64 with your change. The tests fail: $ racket -f quiet.rktl Section(basic) TIMEOUT -- ABORTING! On 07/03/2015 12:31 AM, Matthew Flatt wrote: I was able to get an AArch64 installation running with Qemu, and I

[racket-dev] Re: support for arm64 / aarch64

2015-07-02 Thread Juan Francisco Cantero Hurtado
the commit to fix gc2.h: https://github.com/plt/racket/commit/0cda0c98b085dc289bbb40cb37325042b35eea07 At Mon, 29 Jun 2015 21:58:12 -0400, James McCoy wrote: On Tue, Jun 30, 2015 at 02:44:46AM +0200, Juan Francisco Cantero Hurtado wrote: Similar bug: http://bugs.racket-lang.org/query/?cmd=view

[racket-dev] Re: support for arm64 / aarch64

2015-06-29 Thread Juan Francisco Cantero Hurtado
On 06/29/2015 09:31 AM, David Bremner wrote: Matthew Flatt mfl...@cs.utah.edu writes: It looks like this patch was submitted for v6.1. Version 6.1.1 (the current release), uses SGC instead of Boehm's GC during the build process by default. So, it at least avoids this immediate problem. I