> OK. Note that I would like to create release branch soon (in a day or
> two) and limit changes on branch to critical fixes, so if you want
> this change in the next release please do this as fast as possible.

OK, if you don't receive something today, that aldor-related stuff can 
wait until the next next release.

> BTW.  I think that we should have a short file called README.Aldor
> (or maybe INSTALL.Aldor) containing link to Aldor site and explanation
> what is needed to build the Aldor interface (in particular, which
> files to fetch if svn automation fails).

Of course, but as you see from src/aldor/Makefile.in, there is partially 
already some hints included.

---BEGIN part of Makefile.in
###################################################################
# 3. Dependencies of a few aldor files given by $(aldor_srcs).
###################################################################
# The files in aldor_srcs are not yet under a license
# that is appropriate for inclusion in an Axiom repository.
# These files are available from aldor.org
# ALDORSVN=https://aquarium.aldor.csd.uwo.ca/svn/
# or from a parallel development site
ALDORSVN=https://svn.origo.ethz.ch/algebraist
ALDORBASICS=$(ALDORSVN)/trunk/aldor/lib/libax0
ALDORLANG=$(ALDORSVN)/trunk/aldor/lib/axllib/src
SVN:[EMAIL PROTECTED]@
ifdef SVN
   SVNCAT=$(SVN) cat
else
   SVNCAT:=echo Get the file manually from
endif

axiom.as axextend.as axlit.as stub.as:
        $(SVNCAT) $(ALDORBASICS)/$@ > $@
---END part of Makefile.in

So the process will fails anyway if the aldor files are not available. 
If SVN is there and internet, everything is fine. If no SVN is there, 
one should find out from the log, what to do. The only problem is 
"have_SVN and dont_have_Internet" at make time.

I'll try to come up with a INSTALL.aldor text.

Ralf

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to