diff options
author | nork <nork@FreeBSD.org> | 2003-06-18 00:35:18 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-18 00:35:18 +0800 |
commit | ed0c24d5a42fc6ca3d051d3a7eae55104d6488da (patch) | |
tree | a7d6983b9563bd5ff62dea0c3b4b908b0c6d3e0e /math/scilab | |
parent | cf30c3aadbae077afad490eb0d231600061f397d (diff) | |
download | freebsd-ports-gnome-ed0c24d5a42fc6ca3d051d3a7eae55104d6488da.tar.gz freebsd-ports-gnome-ed0c24d5a42fc6ca3d051d3a7eae55104d6488da.tar.zst freebsd-ports-gnome-ed0c24d5a42fc6ca3d051d3a7eae55104d6488da.zip |
Update scilab to make use of math/atlas (some speed improvement).
Bump PORTREVISON accordingly.
PR: ports/53355
Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer)
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 5e66efe889a6..07efe5d98370 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -7,6 +7,7 @@ PORTNAME= scilab PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= math cad parallel MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/ EXTRACT_SUFX= .src.tar.gz @@ -14,7 +15,9 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= js@jeannot.org COMMENT= A free Matlab clone by INRIA & ENPC -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \ + f77blas.1:${PORTSDIR}/math/atlas \ + lapack.3:${PORTSDIR}/math/lapack BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm \ wish8.3:${PORTSDIR}/x11-toolkits/tk83 RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ @@ -36,7 +39,8 @@ CONFIGURE_ARGS= --with-tk \ --with-pvm-include=${LOCALBASE}/include \ --with-xaw3d \ --x-include=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib + --x-libraries=${X11BASE}/lib \ + --with-atlas-library=${LOCALBASE}/lib CONFIGURE_ENV= PVM_ROOT=${PVM_ROOT} X11BASE=${X11BASE} MAKE_ENV= PVM_INCLUDE=${LOCALBASE}/include |