FreeBSD Bugzilla – Attachment 173813 Details for
Bug 211454
math/arpack-ng: Update to 3.4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
arpacj-ng 3.4.0 patch v2
arpack-ng.patch (text/plain), 2.97 KB, created by
Iblis Lin
on 2016-08-18 07:52:55 UTC
(
hide
)
Description:
arpacj-ng 3.4.0 patch v2
Filename:
MIME Type:
Creator:
Iblis Lin
Created:
2016-08-18 07:52:55 UTC
Size:
2.97 KB
patch
obsolete
>diff --git a/math/arpack-ng/Makefile b/math/arpack-ng/Makefile >index 171c3bb..1775148 100644 >--- a/math/arpack-ng/Makefile >+++ b/math/arpack-ng/Makefile >@@ -2,21 +2,21 @@ > # $FreeBSD$ > > PORTNAME= arpack-ng >-PORTVERSION= 3.1.5 >-PORTREVISION= 2 >+PORTVERSION= 3.4.0 > CATEGORIES= math >-MASTER_SITES= http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/ \ >- LOCAL/bf >-DISTNAME= ${PORTNAME}_${PORTVERSION} >+MASTER_SITES= GH > > MAINTAINER= ports@FreeBSD.org > COMMENT+= Revised Argand library for solving large-scale eigenvalue problems > > LICENSE= BSD3CLAUSE > >-USES= fortran libtool >+USES= autoreconf:build fortran libtool > USE_LDCONFIG= yes > >+USE_GITHUB= yes >+GH_ACCOUNT= opencollab >+ > CONFLICTS= arpack-[0-9]* > SLAVEDIRS= math/arpack-ng-mpich > >@@ -28,13 +28,15 @@ LDFLAGS+= -L${LOCALBASE}/lib > > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > >-OPTIONS_DEFINE= DOCS MPI >+OPTIONS_DEFINE= DOCS MPI EXAMPLES > OPTIONS_SUB= yes > MPI_CONFIGURE_ENABLE= mpi >-MPI_LIB_DEPENDS= libmpich.so.8:net/mpich2 >+MPI_LIB_DEPENDS= libmpich.so:net/mpich2 > MPI_CONFLICTS_INSTALL+= arpack-ng-3.* > MPI_CONFLICTS_INSTALL_OFF+= arpack-ng-mpich-3.* > >+PORTEXAMPLES= * >+ > .include <bsd.port.pre.mk> > > .if ${PORT_OPTIONS:MMPI} >@@ -62,7 +64,10 @@ IGNORE= unknown value of WITH_BLAS: ${WITH_BLAS} > > post-patch: > @${REINPLACE_CMD} -Ee 's|\(libdir\)(/pkgconfig)|(prefix)/libdata\1|' \ >- ${WRKSRC}/Makefile.in >+ ${WRKSRC}/Makefile.am >+ >+pre-configure: >+ @cd ${WRKSRC}; ./bootstrap > @${REINPLACE_CMD} -e '/BLAS_LIBS.*LAPACK_LIBS/ \ > {s/LAPACK_LIBS/BLAS_LIBS/;s/BLAS_LIBS/LAPACK_LIBS/;}' \ > ${WRKSRC}/Makefile.in \ >@@ -70,7 +75,7 @@ post-patch: > ${WRKSRC}/TESTS/Makefile.in > > post-build: >- @cd ${WRKSRC}/.libs; ${STRIP_CMD} libarpack.a libarpack.so.*.* >+ @cd ${WRKSRC}/SRC/.libs; ${STRIP_CMD} libarpack.so.*.* > > post-install: > .if ${PORT_OPTIONS:MDOCS} >@@ -78,6 +83,10 @@ post-install: > @cd ${WRKSRC}/DOCUMENTS && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} > .endif > >+post-install-EXAMPLES-on: >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ @cd ${WRKSRC}/EXAMPLES && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} >+ > check regression-test test: build > @cd ${WRKSRC}; ${DO_MAKE_BUILD} check > >diff --git a/math/arpack-ng/distinfo b/math/arpack-ng/distinfo >index e390a0b..2e143a9 100644 >--- a/math/arpack-ng/distinfo >+++ b/math/arpack-ng/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (arpack-ng_3.1.5.tar.gz) = a269ce7806bc77ced31ef794d23c3e3aff8543b65550fd7e3e24660f2a79d515 >-SIZE (arpack-ng_3.1.5.tar.gz) = 1516406 >+TIMESTAMP = 1469850136 >+SHA256 (opencollab-arpack-ng-3.4.0_GH0.tar.gz) = 69e9fa08bacb2475e636da05a6c222b17c67f1ebeab3793762062248dd9d842f >+SIZE (opencollab-arpack-ng-3.4.0_GH0.tar.gz) = 942149 >diff --git a/math/arpack-ng/pkg-plist b/math/arpack-ng/pkg-plist >index 1ecde11..575dad3 100644 >--- a/math/arpack-ng/pkg-plist >+++ b/math/arpack-ng/pkg-plist >@@ -1,10 +1,3 @@ >-%%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
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
Flags:
iblis.dif01
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 211454
:
173109
| 173813