ports/147487: [PATCH] strange behaviour of math/arpack linking with lapack library

Eijiro Shibusawa ej-sib at ice.uec.ac.jp
Sat Jun 5 04:40:05 UTC 2010


The following reply was made to PR ports/147487; it has been noted by GNATS.

From: Eijiro Shibusawa <ej-sib at ice.uec.ac.jp>
To: bug-followup at FreeBSD.org, ej-sib at ice.uec.ac.jp
Cc:  
Subject: Re: ports/147487: [PATCH] strange behaviour of math/arpack linking
 with lapack library
Date: Sat, 5 Jun 2010 13:05:04 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Sat__5_Jun_2010_13_05_04_+0900_ostSDC_Fte2NAQvx
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Sorry !
 I forgot to attach the patch - here it is.
 
 Regards,
 Eijiro Shibusawa <ej-sib at ice.uec.ac.jp>
 
 --Multipart=_Sat__5_Jun_2010_13_05_04_+0900_ostSDC_Fte2NAQvx
 Content-Type: text/plain;
  name="arpack-patch.txt"
 Content-Disposition: attachment;
  filename="arpack-patch.txt"
 Content-Transfer-Encoding: 7bit
 
 diff -ur /usr/ports/math/arpack/Makefile ./Makefile
 --- /usr/ports/math/arpack/Makefile	2009-09-13 09:07:46.000000000 +0900
 +++ ./Makefile	2010-05-31 23:52:39.000000000 +0900
 @@ -9,8 +9,11 @@
  PORTVERSION=	96
  PORTREVISION=	6
  CATEGORIES=	math
 -MASTER_SITES=	http://www.caam.rice.edu/software/ARPACK/SRC/
 -DISTFILES=	${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz
 +MASTER_SITES=	http://www.caam.rice.edu/software/ARPACK/SRC/ \
 +		http://mathema.tician.de/news.tiker.net/files/
 +DISTFILES=	${PORTNAME}${PORTVERSION}.tar.gz \
 +		patch.tar.gz \
 +		arpack-arscnd-2.patch.gz
  .ifndef NOPORTDOCS
  DISTFILES+=	ug.ps.gz
  .endif
 @@ -53,6 +56,7 @@
  
  pre-patch:
  	@(cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/patch.tar.gz)
 +	@(cd ${WRKSRC}; ${GZIP_CMD} -cd ${DISTDIR}/${DIST_SUBDIR}/arpack-arscnd-2.patch.gz | patch -sp1)
  
  pre-build:
  	${CP} -R ${WRKSRC} ${WRKSRC_SHARED}
 diff -ur /usr/ports/math/arpack/distinfo ./distinfo
 --- /usr/ports/math/arpack/distinfo	2005-11-26 00:47:57.000000000 +0900
 +++ ./distinfo	2010-06-01 11:41:58.000000000 +0900
 @@ -4,6 +4,9 @@
  MD5 (arpack/patch.tar.gz) = 14830d758f195f272b8594a493501fa2
  SHA256 (arpack/patch.tar.gz) = af8914d60af47e49fbad55812d0a5d0a7040fba90c93e5ef1a8d88d32027d3ad
  SIZE (arpack/patch.tar.gz) = 226473
 +MD5 (arpack/arpack-arscnd-2.patch.gz) = dc1bc25e853b1d5e10dfdc752d2424f5
 +SHA256 (arpack/arpack-arscnd-2.patch.gz) = 5c7923b64560733200c4ce79b2cbdc740b2cbfd94885182378c9ee8be1375711
 +SIZE (arpack/arpack-arscnd-2.patch.gz) = 7946
  MD5 (arpack/ug.ps.gz) = 79cc51e4812c75873adafcad2185842e
  SHA256 (arpack/ug.ps.gz) = ff1faac74bfc42442955906132756ecd7f0034803898d507dbd1bc960f6f4ab0
  SIZE (arpack/ug.ps.gz) = 248543
 
 --Multipart=_Sat__5_Jun_2010_13_05_04_+0900_ostSDC_Fte2NAQvx--



More information about the freebsd-ports-bugs mailing list