Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 2010 04:40:03 GMT
From:      Stephen Montgomery-Smith <stephen@missouri.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/147487: [PATCH] strange behaviour of math/arpack linking with lapack library
Message-ID:  <201006050440.o554e3ZB094376@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/147487; it has been noted by GNATS.

From: Stephen Montgomery-Smith <stephen@missouri.edu>
To: bug-followup@FreeBSD.org, ej-sib@ice.uec.ac.jp
Cc:  
Subject: Re: ports/147487: [PATCH] strange behaviour of math/arpack linking
 with lapack library
Date: Fri, 04 Jun 2010 23:32:04 -0500

 This is a multi-part message in MIME format.
 --------------050605040106010404020803
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Dear Eijiro Shibusawa,
 
 Can you tell me which file you used in http://mathema.tician.de/node/373?
 
 I can get arpack-arscnd-2.patch.gz to apply cleanly, but I cannot do the 
 same with arpack-arscnd-3.patch.gz.
 
 I have attached a patch to the actual port.  Can you tell me if this works?
 
 Thanks, Stephen
 
 --------------050605040106010404020803
 Content-Type: text/plain;
  name="ddd"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="ddd"
 
 diff -ur /usr/ports/math/arpack/Makefile arpack/Makefile
 --- /usr/ports/math/arpack/Makefile	2010-05-21 22:26:50.000000000 -0500
 +++ arpack/Makefile	2010-06-04 23:27:55.000000000 -0500
 @@ -7,7 +7,7 @@
  
  PORTNAME=	arpack
  PORTVERSION=	96
 -PORTREVISION=	6
 +PORTREVISION=	7
  CATEGORIES=	math
  MASTER_SITES=	http://www.caam.rice.edu/software/ARPACK/SRC/
  DISTFILES=	${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz
 @@ -17,7 +17,10 @@
  DIST_SUBDIR=	arpack
  EXTRACT_ONLY=	${PORTNAME}${PORTVERSION}.tar.gz
  
 -PATCH_SITES=	http://www.caam.rice.edu/software/ARPACK/SRC/
 +PATCH_SITES=	http://www.caam.rice.edu/software/ARPACK/SRC/ \
 +		http://mathema.tician.de/news.tiker.net/files/
 +PATCHFILES=	arpack-arscnd-2.patch.gz
 +PATCH_DIST_STRIP=	-p1
  
  MAINTAINER=	stephen@missouri.edu
  COMMENT=	Argand Library: large eigenvalue subroutines (serial version)
 diff -ur /usr/ports/math/arpack/distinfo arpack/distinfo
 --- /usr/ports/math/arpack/distinfo	2010-05-21 22:26:50.000000000 -0500
 +++ arpack/distinfo	2010-06-04 23:30:03.000000000 -0500
 @@ -7,3 +7,6 @@
  MD5 (arpack/ug.ps.gz) = 79cc51e4812c75873adafcad2185842e
  SHA256 (arpack/ug.ps.gz) = ff1faac74bfc42442955906132756ecd7f0034803898d507dbd1bc960f6f4ab0
  SIZE (arpack/ug.ps.gz) = 248543
 +MD5 (arpack/arpack-arscnd-2.patch.gz) = dc1bc25e853b1d5e10dfdc752d2424f5
 +SHA256 (arpack/arpack-arscnd-2.patch.gz) = 5c7923b64560733200c4ce79b2cbdc740b2cbfd94885182378c9ee8be1375711
 +SIZE (arpack/arpack-arscnd-2.patch.gz) = 7946
 
 --------------050605040106010404020803--



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