Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2006 03:11:21 GMT
From:      "Pedro F. Giffuni" <giffunip@asme.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91252: Minor cleanups for cad/calculix
Message-ID:  <200601030311.k033BLNn063991@www.freebsd.org>
Resent-Message-ID: <200601030320.k033K3Ip093414@freefall.freebsd.org>

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

>Number:         91252
>Category:       ports
>Synopsis:       Minor cleanups for cad/calculix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 03 03:20:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        FreeBSD-6.0R
>Organization:
>Environment:
FreeBSD etoile.cable.net.co 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Sun Jan  1 14:47:14 COT 2006     root@etoile.cable.net.co:/usr/src/sys/amd64/compile/DIMENSION  amd64
>Description:
              Here is an attempt to make it easier to usr other versions of BLAS (instead of ATLAS) and use gmake in the build process to make it easier to follow the GNU/linux port.
>How-To-Repeat:
              Not really a problem, just minor inconveniences.
>Fix:
              patch follows:
diff -ruN calculix.orig/Makefile calculix/Makefile
--- calculix.orig/Makefile	Mon Jan  2 22:01:47 2006
+++ calculix/Makefile	Mon Jan  2 22:02:54 2006
@@ -51,7 +51,7 @@
 USE_GMAKE=	yes
 USE_GL=	yes
 USE_REINPLACE=	yes
-BLAS_LIBS=	-lf77blas -latlas
+BLAS_LIBS?=	-lf77blas -latlas
 
 BROWSER?=	mozilla
 PSVIEWER?=	gv
@@ -104,9 +104,9 @@
 		${WRKSRC}/ccx_1.4/src/ccx_1.4.c
 
 do-build:
-	@(cd ${WRKSRC}/ccx_${PORTVERSION}/src; ${SETENV} ${MAKE_ENV} $(MAKE) )
+	@(cd ${WRKSRC}/ccx_${PORTVERSION}/src; ${SETENV} ${MAKE_ENV} $(GMAKE) )
 	@(cd ${WRKSRC}/libSNL/src; ${SETENV} ${MAKE_ENV} $(GMAKE) )
-	@(cd ${WRKSRC}/cgx_${PORTVERSION}/src; ${SETENV} ${MAKE_ENV} $(MAKE) )
+	@(cd ${WRKSRC}/cgx_${PORTVERSION}/src; ${SETENV} ${MAKE_ENV} $(GMAKE) )
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/ccx_${PORTVERSION}/src/ccx_${PORTVERSION} \

>Release-Note:
>Audit-Trail:
>Unformatted:



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