On Sun, Apr 19, 2015 at 04:43:41PM -0400, James Turner wrote:
> On Tue, Apr 14, 2015 at 08:38:26PM +0200, Juan Francisco Cantero Hurtado 
> wrote:
> > Attached is the pre-release version of racket 6.2. With the next
> > release of racket, I will rename the package from "racket" to
> > "racket-minimal". Racket is transitioning to a model "small core +
> > packages", something like perl+cpan or ruby+gems. In fact, the old big
> > package is just a racket distribution since racket 6.0.
> > 
> > You can install any package as a regular user with this command:
> > raco pkg install --jobs $(sysctl -n hw.ncpu) --auto --binary drracket
> > 
> > The binaries are installed in ~/.racket/6.1.90.900/bin.
> > 
> > Let me know if you see any error (please ignore the related to
> > "mred").
> > 
> > I'm not asking for OKs yet, just tests from racket users :)
> > 
> > -- 
> > Juan Francisco Cantero Hurtado http://juanfra.info
> 
> Looks good here on amd64. Only thing I noticed was a blank WANTLIB +=
> line in Makefile and alot of the mirrors don't have the pre release or
> the sha256 doesn't match. I did eventually get a mirror that matched the
> checksum.

Thanks for the tests!. The blank WANTLIB is a placeholder for the libs
loaded using libffi, which this version doesn't need.

MASTER_SITES is a mix of mirrors with releases, pre-releases and
snapshots (with some copies in my mirror, tuxfamily). I test a lot of
snapshots, so I prefer to keep every mirror in the makefile. That's
all :) .

-- 
Juan Francisco Cantero Hurtado http://juanfra.info

Reply via email to