You are not logged in.

#1 2008-09-10 08:59:53

Verminoz
Member
From: Greece
Registered: 2008-08-17
Posts: 47
Website

Englab repository

Hello everybody,

We are very glad to announce that, our project, Englab (http://www.englab.org/ , http://bbs.archlinux.org/viewtopic.php?id=53610) now has its own repository for Archlinux from which pre-build packages can be installed/upgraded using pacman.

To use Englab's repository simply add these lines if you are using the x86_64 architecture:

[englab]
Server = http://englab.bugfest.net/arch/x86_64

or there if you are using the i686 architecture:

[englab]
Server = http://englab.bugfest.net/arch/i686

to your '/etc/pacman.conf' file.

Then as you know just shoot:
pacman -Sy

and pacman will synchronize with the repository.

List of available packages:
- libenglab (basic library)
- englab (console UI)
- englabgui (graphical UI)
- englab-cimg (image processing toolbox)
- englab-matrix (matrix processing toolbox)
- englab-special_functions (special math functions toolbox)
- cimg-1.2.9
- newmat


Thank you! smile

Last edited by Verminoz (2009-06-01 17:37:34)


Ohne Musik ware das Leben ein Irrtum

Offline

#2 2008-09-11 08:14:28

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Englab repository

I can provide packages for i686. If you are interested, where can I upload them?

What about mathgl and englab-plot smile.

Last edited by Stefan Husmann (2008-09-11 08:14:46)

Offline

#3 2008-09-11 15:13:13

Verminoz
Member
From: Greece
Registered: 2008-08-17
Posts: 47
Website

Re: Englab repository

There have been some small build errors with englab-plot but I will fix it and build the packages as soon as I have time (probably after Monday).
I have sent you an e-mail about the i686 packages. Of course we are interested smile


Ohne Musik ware das Leben ein Irrtum

Offline

#4 2008-09-13 14:57:25

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Englab repository

The i686 repo is now up and running - at least for me smile.

Offline

#5 2008-09-22 06:53:59

Verminoz
Member
From: Greece
Registered: 2008-08-17
Posts: 47
Website

Re: Englab repository

Yeap sorry for the delay but I was busy. The i686 repo is up and running. Only the url is a bit different:

Enjoy! smile

If you encounter problems please feel free to drop me a line and say what's wrong! Thank you!


Ohne Musik ware das Leben ein Irrtum

Offline

#6 2009-06-01 11:02:51

Verminoz
Member
From: Greece
Registered: 2008-08-17
Posts: 47
Website

Re: Englab repository

Hello,
as already announced here:
http://bbs.archlinux.org/viewtopic.php? … 05#p562305

version 0.3 of our project Englab has been released. The PKGBUILDs are available in AUR and I have build the packages for our x86_64 repository. We just need someone running i686 Archlinux to build them for the i686 repo. We would be grateful if someone could help us out.

Thank you! wink


Ohne Musik ware das Leben ein Irrtum

Offline

#7 2009-06-01 15:24:10

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: Englab repository

I wasn't able to build englabgui 0.3.0-1. :3

Edit: I built all packages (except englabgui) for i686 and uploaded them to http://www.foutrelis.com/archlinux/englab/ for you (Verminoz) to copy over to the englab repository. smile

Last edited by foutrelis (2009-06-01 15:45:46)

Offline

#8 2009-06-01 17:00:56

Verminoz
Member
From: Greece
Registered: 2008-08-17
Posts: 47
Website

Re: Englab repository

A problem in englabgui's PKGBUILD has been fixed. Now it should be able to build.

Thanks a lot foutrelis! smile

Did you manage to build libenglab-cimg? After testing I think it might not be possible to build against 1.3.0, but only 1.2.9!

I just saw you already figured that out! cool

Last edited by Verminoz (2009-06-01 17:29:12)


Ohne Musik ware das Leben ein Irrtum

Offline

#9 2009-06-01 17:25:57

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: Englab repository

Verminoz wrote:

A problem in englabgui's PKGBUILD has been fixed. Now it should be able to build.

Built and uploaded! smile

Verminoz wrote:

Did you manage to build libenglab-cimg? After testing I think it might not be possible to build against 1.3.0, but only 1.2.9!

I didn't investigate the reason why it didn't build with cimg 1.3.0, I just grabbed cimg 1.2.9-2 from the bugfest i686 repo and went with that. :>

Offline

#10 2009-06-01 17:39:49

Verminoz
Member
From: Greece
Registered: 2008-08-17
Posts: 47
Website

Re: Englab repository

The repository is up and running! Thanks again!


To use Englab's repository simply add these lines if you are using the i686 architecture:

[englab]
Server = http://englab.bugfest.net/arch/i686

or there if you are using the x86_64 architecture:

[englab]
Server = http://englab.bugfest.net/arch/x86_64

to your '/etc/pacman.conf' file.

If you encounter any problems concerning the repository or the software itself please contact the Englab team here or by e-mail at:
support (at) englab.org


Ohne Musik ware das Leben ein Irrtum

Offline

#11 2009-06-01 18:20:34

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Englab repository

Did you manage to build libenglab-cimg? After testing I think it might not be possible to build against 1.3.0, but only 1.2.9!
I didn't investigate the reason why it didn't build with cimg 1.3.0, I just grabbed cimg 1.2.9-2 from the bugfest i686 repo and went with that. :>

I had that problem, too, but I think the problem is related to the way the configure script tries to detect the version number of the Cimg package.

Last edited by Stefan Husmann (2009-06-01 18:21:51)

Offline

#12 2009-06-02 13:15:34

Verminoz
Member
From: Greece
Registered: 2008-08-17
Posts: 47
Website

Re: Englab repository

That came to my mind too so I tried removing the detection test from the configure script and it ended successfully as expected. After that, however, strange errors popped up during compilation. I didn't manage to figure those out.


Ohne Musik ware das Leben ein Irrtum

Offline

#13 2009-06-02 17:08:08

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Englab repository

If the problem cannot be solved, an alternative, inferior solution could be to rename cimg in the working release to, lets say, cimg-legacy or the like and maintain it seperately.

Offline

#14 2009-06-03 11:59:15

Verminoz
Member
From: Greece
Registered: 2008-08-17
Posts: 47
Website

Re: Englab repository

Good idea! I'm going to try again to compile against cimg-1.3.0, but if doesn't work at all we'll have to go to the solution you suggested.


Ohne Musik ware das Leben ein Irrtum

Offline

Board footer

Powered by FluxBB