You are not logged in.

#1 2008-01-26 22:02:16

underpenguin
Member
Registered: 2007-02-01
Posts: 116

Sage (math software) package

Hi,
I am currently compiling (and have been for the last few hours on my 1.8GHZ turion) Sage, the open source math program / answer to derive / matlab / everything else. I would like to make a package once it is done, so I can share it, and also keep it for future use. Sage compiles in place, so I have the entire dir structure easily accessible.

I have made a few packages with pkgbuild, I just wanted some input / advice about how I should start, and I also was curious to see if any other archers are using sage.

EDIT: Compiled successfully, runs great, just trying to figure out how to make it a package now smile

Last edited by underpenguin (2008-01-26 22:44:44)

Offline

#2 2008-01-27 00:18:19

diamondmind
Member
From: Lexington
Registered: 2007-12-19
Posts: 31

Re: Sage (math software) package

Looks like someone beat you to it .. AUR link. tongue

Offline

#3 2008-08-07 04:43:43

piege
Member
Registered: 2008-08-01
Posts: 11

Re: Sage (math software) package

It seems that the package won't compile on my laptop... I get this error ...this kinda sucks as I can't find a way around it ... by the way crt1.o is in /usr/lib I don'T understand why it can't find it ...If anyone got the answer please tell me !

Target: x86_64-unknown-linux-gnu                                                                                             
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,treelang --enable-threads=posix --mandir=/usr/share/man --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic                                                                   
Thread model: posix                                                                                                         
gcc version 4.3.1 20080724 (prerelease) (GCC)                                                                               
****************************************************                                                                         
make[2]: Entering directory `/home/pigelb/abs/sage-mathematics/src/sage-3.0.6/spkg/build/lapack-20071123.p0/src'             
( cd INSTALL; make; ./testlsame; ./testslamch; \                                                                             
          ./testdlamch; ./testsecond; ./testdsecnd; ./testversion )                                                         
make[3]: Entering directory `/home/pigelb/abs/sage-mathematics/src/sage-3.0.6/spkg/build/lapack-20071123.p0/src/INSTALL'     
sage_fortran -fPIC  -c lsame.f -o lsame.o                                                                                   
sage_fortran -fPIC  -c lsametst.f -o lsametst.o                                                                             
sage_fortran  -o testlsame lsame.o lsametst.o                                                                               
ld: crt1.o: No such file: No such file or directory                                                                         
make[3]: *** [testlsame] Error 1

Offline

#4 2008-08-07 11:49:52

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

Re: Sage (math software) package

There have always been problems to compile this piece of software under x86_64. Sorry, no idea.

Offline

Board footer

Powered by FluxBB