axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Help with adding algebra URGENT!


From: Martin Rubey
Subject: Re: [Axiom-developer] Help with adding algebra URGENT!
Date: 15 Sep 2006 13:57:42 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

root <address@hidden> writes:

> pls tar up your copy of the spad code and i'll wrestle with it.
> i don't know the answer off the top of my head so it will take
> some work. --t
Would be really great!

Attachment: alfredo.tgz
Description: GNU Zip compressed data

mantepse depends on fffg and rec

the constructors should be compiled in this order:

  ${OUT}/FAMR2.o    \
  ${OUT}/FFFG.o     \
  ${OUT}/FFFGF.o    \
  ${OUT}/NEWTON.o   \
  ${OUT}/RECOP.o    \
  ${OUT}/UFPS.o     \
  ${OUT}/UFPS1.o    \
  ${OUT}/GOPT.o     \
  ${OUT}/GOPT0.o    \
  ${OUT}/GUESS.o    \
  ${OUT}/GUESSINT.o \
  ${OUT}/GUESSF1.o  \
  ${OUT}/GUESSF.o   \
  ${OUT}/GUESSP.o

only 

  GUESSINT GUESSF GUESSP

should be exposed.

The dependencies are as follows:

no dependencies

  FAMR2  FFFG  NEWTON  RECOP  UFPS GOPT

  FFFGF depends on FAMR2 and FFFG

  UFPS1 depends on UFPS

  GOPT0 depends on GOPT

  GUESS depends on all of the above

  GUESSINT GUESSF1 GUESSF GUESSP depend on GUESS

Thanks in advance,

Martin


reply via email to

[Prev in Thread] Current Thread [Next in Thread]