Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2003 20:42:10 +0200 (CEST)
From:      Jean-Sebastien Roy <js@jeannot.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        js@jeannot.org
Subject:   ports/53355: Maintainer update for math/scilab
Message-ID:  <200306151842.h5FIgAJk004256@durandal.root>
Resent-Message-ID: <200306151850.h5FIoKac097275@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53355
>Category:       ports
>Synopsis:       Maintainer update for math/scilab
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 15 11:50:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Sebastien Roy
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
-
>Environment:
System: FreeBSD durandal.root 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat May 31 13:16:46 CEST 2003 js@durandal.root:/mnt/backup/obj/opt/src/sys/JS i386

>Description:
	Update scilab to make use of math/atlas (some speed improvement).
>How-To-Repeat:

>Fix:

diff -ruN scilab/Makefile scilab.atlas/Makefile
--- scilab/Makefile	Fri Apr  4 18:54:49 2003
+++ scilab.atlas/Makefile	Sun Jun 15 20:38:45 2003
@@ -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 @@
 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 @@
 		--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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306151842.h5FIgAJk004256>