Dear All,
Building Fricas 1.1.4 on a Mac Pro appears straightforward:
unpack fricas-1.1.4-full.tar.bz2 (just double click if lazy :) )
***********************************************************************************************
***********************************************************************************************
cd ~/fricas-1.1.4
# an sbcl which works is SBCL 1.0.29.54.rc1 and on my machine it is in
/usr/local/bin,
# and, since I have another sbcl elsewhere which doesn't work, it is
necessary to be specific so:
./configure --with-lisp=/usr/local/bin/sbcl
# a quad-core Intel Xeon has hyperthreading which means each core appears
# to software as 2 virtual cores, so the number of processors can be set
to 8.
# (note that I checked, using Activity Monitor, and -j4 does not fully
extend the quad-core Xeon).
gmake -j8
# all cores run for the first part of the build
su
make install
exit
***********************************************************************************************
jalaluddin:~ jalaluddin$ fricas
Checking for foreign routines
AXIOM="/usr/local/lib/fricas/target/i686-apple-darwin9.8.0"
spad-lib="/usr/local/lib/fricas/target/i686-apple-darwin9.8.0/lib/libspad.so"
foreign routines found
STYLE-WARNING: Undefined alien: "gmp_sb_isqrt"
STYLE-WARNING: Undefined alien: "gmp_sb_mul"
STYLE-WARNING: Undefined alien: "gmp_sb_gcd"
STYLE-WARNING: Undefined alien: "gmp_sb_div_rem"
openServer result 0
FriCAS (AXIOM fork) Computer Algebra System
Version: FriCAS 1.1.4
Timestamp: Friday October 14, 2011 at 19:15:08
-----------------------------------------------------------------------------
Issue )copyright to view copyright notices.
Issue )summary for a summary of useful system commands.
Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
(1) -> 1 + 1
(1) 2
Type:
PositiveInteger
(2) ->
***********************************************************************************************
***********************************************************************************************
Note that gmp is not used - I can't seem to get it compiled on my
machine; anyone have any clues?
Regards,
Jalaluddin
--
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.