c440f9919c
Notable changes (compared to version 1.0.7) include: - Improved version of guessing package. It can now handle much larger problems than before. Added ability to guess functional substitution (Mahler) equations. - Experimental support for build using CMU CL. - Various speed improvements including faster indexing for two dimensional arrays. - By default FriCAS build tries to use SBCL. - Building no longer require patch. Bug fixes, in particular: - correct definition of random() for matrices - conditionals in .input files work again - Spad compiler now recognizes more types as equal - fixed problem with pattern-matching quote
34 lines
761 B
Makefile
34 lines
761 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/12/15 23:36:28 asau Exp $
|
|
|
|
PKGNAME= fricas-1.0.8
|
|
DISTNAME= ${PKGNAME_NOREV}-full
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= asau@inbox.ru
|
|
HOMEPAGE= http://fricas.sourceforge.net/
|
|
COMMENT= FriCAS is a fork of the Axiom computer algebra system
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
BUILD_DEPENDS+= noweb-[0-9]*:../../devel/noweb
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
# Problems:
|
|
# 4. Emacs files should go into "site-lisp".
|
|
|
|
.include "options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mclisp)
|
|
INSTALL_UNSTRIPPED= yes # don't strip AXIOMsys, it breaks FFI
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|