Re: New Egg: matrico

2022-05-01 Thread Christian Himpe
Dear Mario,

Mario Domenech Goulart schrieb am 2022-04-30:
> On Sat, 30 Apr 2022 15:10:21 +0200 (CEST) Christian Himpe 
>  wrote:

> > I would appreciate if somebody could verify that "matrico" can be
> > fetched and installed. Here is the `.release-info`:
> >
> > https://raw.githubusercontent.com/gramian/matrico/main/matrico.release-info
> >
> > Thank you very much

> Thank you.  Your egg has been added to the coop.

Thanks!

> P.S.: According to the declaration in the .egg file the egg is
> Linux-specific.  Not sure if that's intentional or if the declaration is
> some leftover from tests.

I was particularly unsure about handling of #\newline on Windows. As I do not 
have a Windows system at hand, I was not able to test. For now, I removed the 
platform configuration and I will wait for a bug report.

I also added my documentation in the wiki.

Best

Christian

> All the best.
> Mario
> --
> http://parenteses.org/mario




Re: New Egg: matrico

2022-04-30 Thread Mario Domenech Goulart
On Sat, 30 Apr 2022 15:10:21 +0200 (CEST) Christian Himpe 
 wrote:

> I would appreciate if somebody could verify that "matrico" can be
> fetched and installed. Here is the `.release-info`:
>
> https://raw.githubusercontent.com/gramian/matrico/main/matrico.release-info
>
> Thank you very much

Thank you.  Your egg has been added to the coop.

P.S.: According to the declaration in the .egg file the egg is
Linux-specific.  Not sure if that's intentional or if the declaration is
some leftover from tests.

All the best.
Mario
-- 
http://parenteses.org/mario



Re: New Egg: matrico

2022-04-30 Thread Wolfgang Corcoran-Mathe
Hi Christian,

On 2022-04-30 15:10 +0200, Christian Himpe wrote:
> I would appreciate if somebody could verify that "matrico" can be
> fetched and installed. Here is the `.release-info`:

I was able to download tarballs for both rc1 and rc2 releases by
pasting the release names into the targz URL in release-info (as
expected).  I was also able to install the egg using chicken-install
in the egg repo.

I noticed that the .egg file specifies both -O2 and -O4 (and -C
twice) under csc-options.  Otherwise, everything looks good, and
all tests pass.

Thanks for the new library!

-- 
Wolfgang Corcoran-Mathe  



Re: New Egg: matrico

2022-04-30 Thread Christian Himpe
Hi,

I would appreciate if somebody could verify that "matrico" can be fetched and 
installed. Here is the `.release-info`:

https://raw.githubusercontent.com/gramian/matrico/main/matrico.release-info

Thank you very much

Christian


Mario Domenech Goulart schrieb am 2022-04-29:
> Hi Christian,

> On Thu, 28 Apr 2022 22:21:26 +0200 (CEST) Christian Himpe 
>  wrote:

> > I would like to communicate the pre-release of the "matrico" egg,
> > which provides real-valued flonum matrix functionality for numerical
> > computation and linear algebra in pure CHICKEN Scheme:
> >
> > https://github.com/gramian/matrico
> >
> > This project is still in (early) development, and I welcome feedback
> > in general, but particularly on what needs to be added or fixed to be
> > included into the official egg index, egg repository and egg reference
> > (I prepared some documentation under `doc/matrico.wiki`). Thank you!

> Thanks!

> For us to add your egg to the egg index our tools must be able to fetch
> and install it.

> You can test that process with test-new-egg:
> http://wiki.call-cc.org/eggs%20tutorial#testing-your-extension

> All the best.
> Mario
> --
> http://parenteses.org/mario



Re: New Egg: matrico

2022-04-29 Thread Mario Domenech Goulart
Hi Christian,

On Thu, 28 Apr 2022 22:21:26 +0200 (CEST) Christian Himpe 
 wrote:

> I would like to communicate the pre-release of the "matrico" egg,
> which provides real-valued flonum matrix functionality for numerical
> computation and linear algebra in pure CHICKEN Scheme:
>
> https://github.com/gramian/matrico
>
> This project is still in (early) development, and I welcome feedback
> in general, but particularly on what needs to be added or fixed to be
> included into the official egg index, egg repository and egg reference
> (I prepared some documentation under `doc/matrico.wiki`). Thank you!

Thanks!

For us to add your egg to the egg index our tools must be able to fetch
and install it.

You can test that process with test-new-egg:
http://wiki.call-cc.org/eggs%20tutorial#testing-your-extension

All the best.
Mario
-- 
http://parenteses.org/mario



New Egg: matrico

2022-04-28 Thread Christian Himpe
Dear All,

I would like to communicate the pre-release of the "matrico" egg, which 
provides real-valued flonum matrix functionality for numerical computation and 
linear algebra in pure CHICKEN Scheme:

https://github.com/gramian/matrico

This project is still in (early) development, and I welcome feedback in 
general, but particularly on what needs to be added or fixed to be included 
into the official egg index, egg repository and egg reference (I prepared some 
documentation under `doc/matrico.wiki`). Thank you!

Best

Christian