FreeBSD Bugzilla – Attachment 106801 Details for
Bug 147487
[PATCH] strange behaviour of math/arpack linking with lapack library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
arpack-patch.txt
arpack-patch.txt (text/plain), 1.63 KB, created by
Eijiro Shibusawa
on 2010-06-05 05:05:04 UTC
(
hide
)
Description:
arpack-patch.txt
Filename:
MIME Type:
Creator:
Eijiro Shibusawa
Created:
2010-06-05 05:05:04 UTC
Size:
1.63 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 147487
:
106800
| 106801