FreeBSD Bugzilla – Attachment 147524 Details for
Bug 193810
math/arpack-ng: adding an option to install libparpack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to build and install libparpack
arpack-ng.diff (text/plain), 1.85 KB, created by
Thierry Thomas
on 2014-09-21 14:10:05 UTC
(
hide
)
Description:
Patch to build and install libparpack
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2014-09-21 14:10:05 UTC
Size:
1.85 KB
patch
obsolete
>diff -urN math/arpack-ng.orig/Makefile math/arpack-ng/Makefile >--- math/arpack-ng.orig/Makefile 2014-09-11 21:06:27.000000000 +0200 >+++ math/arpack-ng/Makefile 2014-09-21 15:31:45.000000000 +0200 >@@ -3,7 +3,7 @@ > > PORTNAME= arpack-ng > PORTVERSION= 3.1.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > MASTER_SITES= http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/ \ > LOCAL/bf >@@ -21,26 +21,19 @@ > > GNU_CONFIGURE= yes > >-CONFIGURE_ARGS= --disable-mpi --with-blas="${BLAS}" \ >- --with-lapack="${LAPACK}" >+CONFIGURE_ARGS= --with-blas="${BLAS}" \ >+ --with-lapack="${LAPACK}" > LDFLAGS+= -L${LOCALBASE}/lib > >-PLIST_FILES= lib/libarpack.a \ >- lib/libarpack.so \ >- lib/libarpack.so.2 \ >- lib/libarpack.so.2.0.0 \ >- libdata/pkgconfig/arpack.pc >- > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > >-OPTIONS_DEFINE= DOCS >+OPTIONS_DEFINE= DOCS MPI >+OPTIONS_SUB= yes >+MPI_CONFIGURE_ENABLE= mpi >+MPI_LIB_DEPENDS= libmpich.so.8:${PORTSDIR}/net/mpich2 > > .include <bsd.port.pre.mk> > >-.if ${PORT_OPTIONS:MDOCS} >-PORTDOCS= * >-.endif >- > WITH_BLAS?= blas > > .if ${WITH_BLAS} == "gotoblas" >diff -urN math/arpack-ng.orig/pkg-plist math/arpack-ng/pkg-plist >--- math/arpack-ng.orig/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ math/arpack-ng/pkg-plist 2014-09-21 15:31:11.000000000 +0200 >@@ -0,0 +1,23 @@ >+%%MPI%%bin/pcndrv1 >+%%MPI%%bin/pdndrv1 >+%%MPI%%bin/pdndrv3 >+%%MPI%%bin/pdsdrv1 >+%%MPI%%bin/psndrv3 >+%%MPI%%bin/pssdrv1 >+%%MPI%%bin/pzndrv1 >+lib/libarpack.a >+lib/libarpack.so >+lib/libarpack.so.2 >+lib/libarpack.so.2.0.0 >+%%MPI%%lib/libparpack.a >+%%MPI%%lib/libparpack.so >+%%MPI%%lib/libparpack.so.2 >+%%MPI%%lib/libparpack.so.2.0.0 >+libdata/pkgconfig/arpack.pc >+%%DOCS%%%%DOCSDIR%%/README >+%%DOCS%%%%DOCSDIR%%/debug.doc >+%%DOCS%%%%DOCSDIR%%/ex-complex.doc >+%%DOCS%%%%DOCSDIR%%/ex-nonsym.doc >+%%DOCS%%%%DOCSDIR%%/ex-sym.doc >+%%DOCS%%%%DOCSDIR%%/stat.doc >+%%DOCS%%@dirrmtry %%DOCSDIR%%
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193810
: 147524