# ## ACE package... # #################################################################### # # # Modify the following lines so that the ACELib variable contains # # the directory where ACE compiled files are stored. It depends # # on the directory where the Cd-Rom has been mounted on your # # system. By default, we suppose it to be /cdrom. We have also # # supposed that we have Maple V release 3 for Unix. Change the # # next two lines according to your system. # # # # Then, remove the # in the line: # # # # # _liblist:=[ACELib, ACELibSeq]: # # # # when using Maple V release 1. Otherwise (Maple V release 2, 3 # # and 4), remove the # in the line: # # # # # libname:=ACELib, ACELibSeq, libname: # # # # at the end of this .mapleinit model file. # # # #################################################################### # # ####### ##### ### # # CDROM_PATH:= `/cdrom`: MAPLE_RELEASE:= 3: # SYSTEM_TYPE:= `UNIX`: # ACELib:=cat(CDROM_PATH, `/ACE/INSTALLED/3.0/`, SYSTEM_TYPE, `/MapleVR`, MAPLE_RELEASE): # ACELibSeq:=SGLib, SPLib, SYMFLib, TABLib, TYPLib, HEKALib, ERRLib, CLGLib, TEXLib, SGALib, NCALib, IDCALib, NCSFLib, FMLib, BNLib, BNALib, CGLib, COMPLib, PARTLib, FREELib, SFALib: # BNLib :=``.ACELib.`/ACE`: BNALib :=``.ACELib.`/ACE`: CLGLib :=``.ACELib.`/ACE`: CGLib :=``.ACELib.`/ACE`: COMPLib:=``.ACELib.`/ACE`: ERRLib :=``.ACELib.`/ACE`: FMLib :=``.ACELib.`/ACE`: FREELib:=``.ACELib.`/ACE`: HEKALib:=``.ACELib.`/ACE`: IDCALib:=``.ACELib.`/ACE`: NCALib :=``.ACELib.`/ACE`: NCSFLib:=``.ACELib.`/ACE`: PARTLib:=``.ACELib.`/ACE`: SFALib :=``.ACELib.`/ACE`: SGALib :=``.ACELib.`/ACE`: SGLib :=``.ACELib.`/ACE`: SPLib :=``.ACELib.`/ACE`: SYMFLib:=``.ACELib.`/ACE`: TABLib :=``.ACELib.`/ACE`: TEXLib :=``.ACELib.`/ACE`: TYPLib :=``.ACELib.`/ACE`: # ## Where to find the packages...for Maple V Release 1 # # _liblist:=[ACELib, ACELibSeq]: # ## Where to find the packages...for Maple V Release > 1 # # libname:=ACELib, ACELibSeq, libname: